PlasmaComponents

Signals | |
void | clicked () |
Properties | |
bool | checked |
string | iconSource |
bool | pressed |
Item | tab |
string | text |
Detailed Description
A simple tab button which is using the plasma theme.
- Since
- 0.1
Definition at line 48 of file TabButton.qml.
Member Function Documentation
|
signal |
Emitted when the button is clicked.
Property Documentation
bool TabButton::checked |
True if the button is checked, false otherwise.
Definition at line 59 of file TabButton.qml.
string TabButton::iconSource |
Icon for the button.
It can be a Freedesktop icon name, a full path to a png/svg file, or any name for which the application has an image handler registered.
Definition at line 75 of file TabButton.qml.
bool TabButton::pressed |
True if the button is being pressed, false otherwise.
Definition at line 63 of file TabButton.qml.
Item TabButton::tab |
The reference to the tab content (one of the children of a TabGroup, usually a Page) that is activated when this TabButton is clicked.
Definition at line 55 of file TabButton.qml.
string TabButton::text |
The text for the button.
Definition at line 68 of file TabButton.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:08:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.