Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_kernel_qguiapplication Namespace Reference

Classes

struct  MyMainWidget
 

Functions

void do_something (QString command)
 
int main (int argc, char *argv[])
 [0]
 

Variables

MyMainWidgetmainWindow = nullptr
 
MyMainWidget mySession (nullptr)
 

Function Documentation

◆ do_something()

void src_gui_kernel_qguiapplication::do_something ( QString command)

Definition at line 18 of file src_gui_kernel_qguiapplication.cpp.

References Q_UNUSED.

◆ main()

int src_gui_kernel_qguiapplication::main ( int argc,
char * argv[] )

[0]

Definition at line 22 of file src_gui_kernel_qguiapplication.cpp.

References app, QApplication::exec(), and QGuiApplication::setDesktopSettingsAware().

+ Here is the call graph for this function:

Variable Documentation

◆ mainWindow

MyMainWidget* src_gui_kernel_qguiapplication::mainWindow = nullptr

◆ mySession

MyMainWidget src_gui_kernel_qguiapplication::mySession(nullptr) ( nullptr )