Tome
A generic data editor for games supporting arbitrary input and output formats.
Source
Tome
Features
Help
View
aboutwindow.h
1
#ifndef ABOUTWINDOW_H
2
#define ABOUTWINDOW_H
3
4
#include <QDialog>
5
6
namespace
Ui
{
7
class
AboutWindow
;
8
}
9
13
class
AboutWindow
:
public
QDialog
14
{
15
Q_OBJECT
16
17
public
:
22
explicit
AboutWindow
(QWidget *parent = 0);
23
~
AboutWindow
();
24
25
private
:
26
Ui::AboutWindow *ui;
27
};
28
29
#endif // ABOUTWINDOW_H
Ui
Definition:
mainwindow.h:25
AboutWindow
Window for showing copyright and license information about Tome.
Definition:
aboutwindow.h:13
Generated on Sun Jun 11 2017 19:29:35 for Tome by
1.8.13