Launcher that starts the editor.
More...
#include "GUI/editor.h"
#include <QApplication>
Functions |
| int | main (int argc, char *argv[]) |
| | Starts the editor.
|
Detailed Description
Launcher that starts the editor.
- See also:
- main
Function Documentation
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Starts the editor.
This function create the QApplication and the main window.
It also installs the Qt translation tools.
The code to enable single widow can be activated by defining UNIQUE_WINDOW.