fileName = QFileDialog::getOpenFileName(this, tr("Open Image"), "/home/jana", tr("Image Files (*.png *.jpg *.bmp)"));. In the above example, a modal QFileDialog ...
確定! 回上一頁