#include <Plasma/Widgets/GroupBox>
Provides a plasma-themed QGroupBox.
Definition at line 39 of file groupbox.h.
Plasma::GroupBox::~GroupBox |
( |
| ) |
|
void Plasma::GroupBox::changeEvent |
( |
QEvent * |
event | ) |
|
|
protected |
QGroupBox* Plasma::GroupBox::nativeWidget |
( |
| ) |
const |
- Returns
- the native widget wrapped by this GroupBox
void Plasma::GroupBox::resizeEvent |
( |
QGraphicsSceneResizeEvent * |
event | ) |
|
|
protected |
void Plasma::GroupBox::setStyleSheet |
( |
const QString & |
stylesheet | ) |
|
Sets the stylesheet used to control the visual display of this GroupBox.
- Parameters
-
Definition at line 74 of file groupbox.cpp.
void Plasma::GroupBox::setText |
( |
const QString & |
text | ) |
|
Sets the display text for this GroupBox.
- Parameters
-
text | the text to display; should be translated. |
Definition at line 64 of file groupbox.cpp.
QString Plasma::GroupBox::styleSheet |
( |
| ) |
|
- Returns
- the stylesheet currently used with this widget
QString Plasma::GroupBox::text |
( |
| ) |
const |
QGroupBox * Plasma::GroupBox::nativeWidget |
|
read |
QString Plasma::GroupBox::styleSheet |
|
readwrite |
QString Plasma::GroupBox::text |
|
readwrite |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:35 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.