nsbaci 0.0
Loading...
Searching...
No Matches
mainwindow.h
Go to the documentation of this file.
1
7
8#ifndef MAINWINDOW_H
9#define MAINWINDOW_H
10
11#include <QMainWindow>
12
13QT_BEGIN_NAMESPACE
14namespace Ui {
15class MainWindow;
16}
17QT_END_NAMESPACE
18
28class MainWindow : public QMainWindow
29{
30 Q_OBJECT
31
32public:
37 MainWindow(QWidget *parent = nullptr);
38
43
44private slots:
50 void on_actionNew_triggered();
51
52private:
53 Ui::MainWindow *ui;
54};
55#endif // MAINWINDOW_H
MainWindow(QWidget *parent=nullptr)
Constructs the main window.
Definition mainwindow.cpp:22
~MainWindow()
Destroys the main window and frees resources.
Definition mainwindow.cpp:41