Main Page
Namespaces
Classes
Files
File List
File Members
src
main.cpp
Go to the documentation of this file.
1
#include <QApplication>
2
#include "
ui/editor.h
"
3
4
int
main
(
int
argc,
char
*argv[])
5
{
6
QApplication a(argc, argv);
7
Editor
w;
8
int
success = 0;
9
10
if
(w.
loadingSuccessful
())
11
{
12
w.show();
13
success = a.exec();
14
}
15
16
return
success;
17
}
editor.h
Editor::loadingSuccessful
bool loadingSuccessful()
Definition:
editor.h:32
Editor
Definition:
editor.h:22
main
int main(int argc, char *argv[])
Definition:
main.cpp:4
hector_nist_arena_designer
Author(s): Stefan Kohlbrecher
, Johannes Simon
autogenerated on Fri Aug 21 2020 10:45:27