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
15namespace Ui {
16class AboutWindow;
17}
18
23class AboutWindow : public QMainWindow
24{
25 Q_OBJECT
26
27public:
32 explicit AboutWindow(QWidget *parent = nullptr);
33
38
39private:
40 Ui::AboutWindow *ui;
41};
42
43#endif // ABOUTWINDOW_H
The AboutWindow class represents a window displaying information about the application.
Definition aboutwindow.h:24
~AboutWindow()
Destroys the AboutWindow object.
Definition aboutwindow.cpp:20
Definition aboutwindow.h:15