#include <Plasma/Widgets/GroupBox>
List of all members.
Protected Member Functions |
| void | changeEvent (QEvent *event) |
| void | resizeEvent (QGraphicsSceneResizeEvent *event) |
Detailed Description
Provides a plasma-themed QGroupBox.
Definition at line 39 of file groupbox.h.
Constructor & Destructor Documentation
| Plasma::GroupBox::~GroupBox |
( |
| ) |
|
Member Function Documentation
| 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 |
Property Documentation
| 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-2012 The KDE developers.
Generated on Fri Dec 7 2012 16:02:08 by
doxygen 1.8.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.