repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap...
[cmake.git]
/
Source
/
QtDialog
/
QMacInstallDialog.h
blob
efe67dfaf4821016d8a8b21d462cc123faa76d90
1
#ifndef QMacInstallDialog_h
2
#define QMacInstallDialog_h
3
#include <QDialog>
4
5
class
QMacInstallDialog
:
public
QDialog
6
{
7
Q_OBJECT
;
8
public
:
9
QMacInstallDialog
(
QWidget
*
w
);
10
~
QMacInstallDialog
();
11
private
slots
:
12
void
ShowBrowser
();
13
void
SkipInstall
();
14
void
DoInstall
();
15
private
:
16
class
QMacInstallDialogInternals
;
17
QMacInstallDialogInternals
*
Internals
;
18
};
19
20
#endif