摘要: 1、 类似如下代码: 1 QString fileName = QFileDialog::getOpenFileName( 2 this, 3 tr("Open File"), 4 NULL,// ".", 5 tr("*.*")); 2、 阅读全文
posted @ 2016-02-29 15:26 CppSkill 阅读(4273) 评论(0) 推荐(0) 编辑
摘要: 可以通过以下方式来获取: 1、 #include <QDir>#include <QDebug> QDir dir; qDebug() << "currentPath : "+dir.currentPath(); 2、 QApplication::applicationFilePath(); QCo 阅读全文
posted @ 2016-02-29 15:14 CppSkill 阅读(2608) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-02-29 14:40 CppSkill 阅读(4) 评论(0) 推荐(0) 编辑