Main Page
Classes
Files
File List
File Members
qadd_client
qadd_client/main.cpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Includes
10
*****************************************************************************/
11
12
#include <QtGui>
13
#include <QApplication>
14
#include "../common/main_window.hpp"
15
#include "
qadd.hpp
"
16
17
/*****************************************************************************
18
** Main
19
*****************************************************************************/
20
21
int
main
(
int
argc,
char
**argv) {
22
23
/*********************
24
** Qt
25
**********************/
26
QApplication app(argc, argv);
27
QAdd
qadd(argc,argv);
28
MainWindow
w(&qadd);
29
w.show();
30
app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
31
int
result = app.exec();
32
33
return
result;
34
}
QAdd
Definition:
qadd_client/qadd.hpp:32
main
int main(int argc, char **argv)
Definition:
qadd_client/main.cpp:21
qadd.hpp
MainWindow
Qt central, all operations relating to the view part here.
Definition:
main_window.hpp:28
qt_tutorials
Author(s): Daniel Stonier
autogenerated on Wed Mar 11 2020 03:12:20