current revision
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class QLabel;
|
||||
class QPushButton;
|
||||
|
||||
class MainMenu : public QWidget {
|
||||
@@ -13,6 +14,10 @@ public:
|
||||
/** ctor */
|
||||
explicit MainMenu(QWidget* parent);
|
||||
|
||||
public slots:
|
||||
|
||||
void resizeEvent(QEvent*);
|
||||
|
||||
signals:
|
||||
|
||||
void onLoadButton();
|
||||
@@ -20,6 +25,7 @@ signals:
|
||||
void onDebugButton();
|
||||
void onCameraButton();
|
||||
void onTransparentButton();
|
||||
void on3DButton();
|
||||
|
||||
private:
|
||||
|
||||
@@ -30,6 +36,8 @@ private:
|
||||
QPushButton* btnDebug;
|
||||
QPushButton* btnCamera;
|
||||
QPushButton* btnTransparent;
|
||||
QPushButton* btn3D;
|
||||
QLabel* lblLog;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user