随笔分类 - Qt实践
摘要:这是实际开发中遇到的问题,留个纪念,以后优化。 mydialog.h #ifndef MYDIALOG_H #define MYDIALOG_H #include <QDialog> #include <QStringList> class MyDialog : public QDialog { Q
阅读全文
摘要:这是实际开发中遇到的问题,项目中函数不可能这么简单,很难定位Crash的原因,因此,函数尽量简洁、规范。mydialog.h #ifndef MYDIALOG_H #define MYDIALOG_H #include <QDialog> class MyDialog : public QDialo
阅读全文
摘要:功能待完善 #ifndef MYMAINWINDOW_H #define MYMAINWINDOW_H #include <QMainWindow> #include <QTableView> #include <QStandardItemModel> #include <QItemSelectio
阅读全文

浙公网安备 33010602011771号