This commit is contained in:
thepra
2017-08-28 10:07:22 +02:00
parent e03bda56ea
commit 7ff3b29476
6 changed files with 211 additions and 10 deletions

View File

@ -15,6 +15,9 @@ class MainWindow : public QMainWindow
explicit MainWindow(QWidget *parent = root);
~MainWindow();
protected:
void paintEvent(QPaintEvent* event) Q_DECL_OVERRIDE;
private:
constexpr static QWidget* root = 0;
Ui::MainWindow *ui;