Plasma
Plasma::GroupBox Class Reference
#include <Plasma/Widgets/GroupBox>
Inheritance diagram for Plasma::GroupBox:

Public Member Functions | |
GroupBox (QGraphicsWidget *parent=0) | |
~GroupBox () | |
QGroupBox * | nativeWidget () const |
void | setStyleSheet (const QString &stylesheet) |
void | setText (const QString &text) |
QString | styleSheet () |
QString | text () const |
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
|
explicit |
Definition at line 48 of file groupbox.cpp.
Plasma::GroupBox::~GroupBox | ( | ) |
Definition at line 59 of file groupbox.cpp.
Member Function Documentation
|
protected |
Definition at line 94 of file groupbox.cpp.
QGroupBox* Plasma::GroupBox::nativeWidget | ( | ) | const |
- Returns
- the native widget wrapped by this GroupBox
|
protected |
Definition at line 89 of file groupbox.cpp.
void Plasma::GroupBox::setStyleSheet | ( | const QString & | stylesheet | ) |
Sets the stylesheet used to control the visual display of this GroupBox.
- Parameters
-
stylesheet a CSS string
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 |
- Returns
- the display text
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 Sat Nov 8 2014 15:08:04 by doxygen 1.8.8 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Sat Nov 8 2014 15:08:04 by doxygen 1.8.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.