![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
app | setAttribute (Qt::AA_DontShowIconsInMenus) |
myAction | setIcon (SomeIcon) |
myAction | setIconVisibleInMenu (true) |
Variables | |
QApplication | app (argc, argv) |
[0] | |
QAction * | myAction = new QAction() |
app setAttribute | ( | Qt::AA_DontShowIconsInMenus | ) |
myAction setIcon | ( | SomeIcon | ) |
myAction setIconVisibleInMenu | ( | true | ) |
QApplication app | ( | argc | , |
argv | ) |
[0]
Definition at line 8 of file src_gui_kernel_qaction.cpp.