![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
struct | MyMainWidget |
Functions | |
void | do_something (QString command) |
int | main (int argc, char *argv[]) |
[0] |
Variables | |
MyMainWidget * | mainWindow = nullptr |
MyMainWidget | mySession (nullptr) |
Definition at line 18 of file src_gui_kernel_qguiapplication.cpp.
int src_gui_kernel_qguiapplication::main | ( | int | argc, |
char * | argv[] ) |
[0]
Definition at line 22 of file src_gui_kernel_qguiapplication.cpp.
MyMainWidget * src_gui_kernel_qguiapplication::mainWindow = nullptr |
Definition at line 17 of file src_gui_kernel_qguiapplication.cpp.
MyMainWidget src_gui_kernel_qguiapplication::mySession | ( | nullptr | ) |