Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_gui_kernel_qaction.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

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]
 
QActionmyAction = new QAction()
 

Function Documentation

◆ setAttribute()

app setAttribute ( Qt::AA_DontShowIconsInMenus )

◆ setIcon()

myAction setIcon ( SomeIcon )

◆ setIconVisibleInMenu()

myAction setIconVisibleInMenu ( true )

Variable Documentation

◆ app

QApplication app ( argc ,
argv  )

[0]

◆ myAction

QAction * myAction = new QAction()

Definition at line 8 of file src_gui_kernel_qaction.cpp.