repo.or.cz
/
ctkuk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
odstraneni nekolika gui bugu, pridani librtmp, prepsani parseru na aktualni verzi...
[ctkuk.git]
/
dialogs
/
about
/
aboutdialog.h
blob
c56c1e29736ce518ea10cb6e901dde0a21a466da
1
#ifndef ABOUTDIALOG_H
2
#define ABOUTDIALOG_H
3
4
#include <QWidget>
5
6
namespace
Ui
{
7
class
AboutDialog
;
8
}
9
10
class
AboutDialog
:
public
QWidget
{
11
Q_OBJECT
12
public
:
13
AboutDialog
(
QWidget
*
parent
=
0
);
14
~
AboutDialog
();
15
16
protected
:
17
void
changeEvent
(
QEvent
*
e
);
18
19
private
:
20
Ui
::
AboutDialog
*
ui
;
21
};
22
23
#endif
// ABOUTDIALOG_H