NeTrainSim
0.1.1 beta
The Open-Source Network Trains Simulator
Loading...
Searching...
No Matches
aboutwindow.h
Go to the documentation of this file.
1
10
#ifndef ABOUTWINDOW_H
11
#define ABOUTWINDOW_H
12
13
#include <QMainWindow>
14
15
namespace
Ui
{
16
class
AboutWindow
;
17
}
18
23
class
AboutWindow
:
public
QMainWindow
24
{
25
Q_OBJECT
26
27
public
:
32
explicit
AboutWindow
(QWidget *parent =
nullptr
);
33
37
~AboutWindow
();
38
39
private
:
40
Ui::AboutWindow *ui;
41
};
42
43
#endif
// ABOUTWINDOW_H
AboutWindow
The AboutWindow class represents a window displaying information about the application.
Definition
aboutwindow.h:24
AboutWindow::~AboutWindow
~AboutWindow()
Destroys the AboutWindow object.
Definition
aboutwindow.cpp:20
Ui
Definition
aboutwindow.h:15
src
NeTrainSimGUI
gui
aboutwindow.h
Generated by
1.9.7