摘要: 1 ////////////////////////////////////////// #include "test9_2a.h" 2 #include "M_win.h" 3 4 Test9_2A::Test9_2A(QWidget *parent) 5 : QMainWindow(parent) 6 { 7 8 ui.setupUi(this); ... 阅读全文
posted @ 2017-09-19 22:26 唯一诺 阅读(508) 评论(0) 推荐(0)
摘要: 1.QString filepath = QFileDialog::getOpenFileName(this, GBK::ToUnicode("选择文件")); //返回打开的文件的路径; 2.QDialog // 对话框类; 3.QTimer //定时器类; 定时器事件函数:virtual voi 阅读全文
posted @ 2017-09-19 19:55 唯一诺 阅读(320) 评论(0) 推荐(0)