Main Page
Modules
Namespaces
Classes
Files
File List
File Members
QtSleeper.cpp
Go to the documentation of this file.
1
#include "
ProgressExamples.h
"
2
3
#include "
DummyWindow.h
"
4
5
// QT
6
#include <QApplication>
7
8
9
void
QtSleeper
(
int
argc,
char
*argv[])
10
{
11
QApplication
app(argc, argv);
12
13
//create dummy window and show
14
DummyWindow
* dW =
new
DummyWindow
(NULL);
15
dW->show();
16
17
app.exec();
18
19
delete
dW;
20
}
QApplication
DummyWindow
Definition:
DummyWindow.h:18
ProgressExamples.h
These routines show how to use the progress bar.
QtSleeper
void QtSleeper(int argc, char *argv[])
Definition:
QtSleeper.cpp:9
DummyWindow.h
terralib5_src
examples
progress
QtSleeper.cpp
Generated on Wed Jun 6 2018 12:16:13 for TerraLib by
1.8.11