第一阶段只差兼容性问题了
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
#include <QMainWindow>
|
||||
#include <QVBoxLayout>
|
||||
#include "mainwindowlayout.h"
|
||||
#include <QIcon>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class MainWindow; }
|
||||
QT_END_NAMESPACE
|
||||
@ -22,6 +24,7 @@ public:
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QIcon *icon;
|
||||
QVBoxLayout *layout;
|
||||
MainWindowLayout *mainWindowLayout;
|
||||
};
|
||||
|
Reference in New Issue
Block a user