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
13
QT_BEGIN_NAMESPACE
14
namespace
Ui {
15
class
MainWindow;
16
}
17
QT_END_NAMESPACE
18
28
class
MainWindow
:
public
QMainWindow
29
{
30
Q_OBJECT
31
32
public
:
37
MainWindow
(QWidget *parent =
nullptr
);
38
42
~MainWindow
();
43
44
private
slots:
50
void
on_actionNew_triggered();
51
52
private
:
53
Ui::MainWindow *ui;
54
};
55
#endif
// MAINWINDOW_H
MainWindow::MainWindow
MainWindow(QWidget *parent=nullptr)
Constructs the main window.
Definition
mainwindow.cpp:22
MainWindow::~MainWindow
~MainWindow()
Destroys the main window and frees resources.
Definition
mainwindow.cpp:41
source
mainwindow.h
Generated by
1.15.0