QtBase  v6.3.1
Functions | Variables
src_gui_widgets_qabstractbutton.cpp File Reference

Go to the source code of this file.

Functions

button setIcon (QIcon(":/images/print.png"))
 [0] More...
 
button setShortcut (tr("Alt+F7"))
 

Variables

QPushButtonbutton = new QPushButton(tr("Ro&ck && Roll"), this)
 [0] More...
 

Function Documentation

◆ setIcon()

button setIcon ( QIcon(":/images/print.png")  )

[0]

[1]

◆ setShortcut()

button setShortcut ( tr("Alt+F7")  )

Variable Documentation

◆ button

QPushButton* button = new QPushButton(tr("Ro&ck && Roll"), this)

[0]

Definition at line 52 of file src_gui_widgets_qabstractbutton.cpp.