SimCenterCommon
Common functionality used within different SimCenter projects
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dialogabout.h
Go to the documentation of this file.
1
#ifndef DIALOGABOUT_H
2
#define DIALOGABOUT_H
3
4
#include <QDialog>
5
6
namespace
Ui
{
7
class
DialogAbout
;
8
}
9
10
class
DialogAbout
:
public
QDialog
11
{
12
Q_OBJECT
13
14
public
:
15
explicit
DialogAbout
(QWidget *parent = 0);
16
~
DialogAbout
();
17
void
setTextSource(
const
QString);
18
void
setTitle(
const
QString);
19
20
private
slots:
21
void
on_btn_backToTop_clicked();
22
23
private
:
24
Ui::DialogAbout *ui;
25
};
26
27
#endif // DIALOGABOUT_H
Ui
Definition:
dialogabout.h:6
DialogAbout
Definition:
dialogabout.h:10
Common
Utils
dialogabout.h
Generated by
1.8.11