Qt中 文件對話框QFileDialog 的使用(二)

#include <QApplication> #include <QFileDialog> class  Tester :  public  QWidget { public :    void  openFile ()    {     QFileDialog::getOpenFileName( this, tr("Open Document"), QDir::currentPath(), t
相關文章
相關標籤/搜索