界面完成
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
#include <QWidget>
|
||||
#include <QVBoxLayout>
|
||||
#include "navbar.h"
|
||||
#include "mainscreen.h"
|
||||
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
@ -22,6 +23,9 @@ public:
|
||||
explicit MainWindowLayout(QWidget *parent = nullptr);
|
||||
|
||||
~MainWindowLayout() override;
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *event) override;
|
||||
//void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
private:
|
||||
Ui::MainWindowLayout *ui;
|
||||
@ -29,6 +33,7 @@ private:
|
||||
QList<ButtonStruct *> list;
|
||||
NavBar *navBar;
|
||||
ButtonStruct *buttons;
|
||||
MainScreen *mainScreen;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user