摘要: UI mainwindow.h 1 #ifndef MAINWINDOW_H 2 #define MAINWINDOW_H 3 4 #include <QMainWindow> 5 #include <QStringListModel> 6 7 namespace Ui { 8 class Main 阅读全文
posted @ 2018-04-07 22:35 喵小喵~ 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 1 #include "mainwindow.h" 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 9 //STL list 10 int main1(int argc, char *argv[]) 11 { 12 QApplication a(a... 阅读全文
posted @ 2018-04-07 19:08 喵小喵~ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow 阅读全文
posted @ 2018-04-07 17:15 喵小喵~ 阅读(222) 评论(0) 推荐(0) 编辑
摘要: mainwindow.h 1 #ifndef MAINWINDOW_H 2 #define MAINWINDOW_H 3 4 #include <QMainWindow> 5 6 namespace Ui { 7 class MainWindow; 8 } 9 10 class MainWindow 阅读全文
posted @ 2018-04-07 15:51 喵小喵~ 阅读(312) 评论(0) 推荐(0) 编辑