Plasma
Go to the documentation of this file. 20 #ifndef PLASMA_GROUPBOX_H 21 #define PLASMA_GROUPBOX_H 23 #include <QtGui/QGraphicsProxyWidget> 32 class GroupBoxPrivate;
44 Q_PROPERTY(QString text READ text WRITE setText)
45 Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet)
46 Q_PROPERTY(QGroupBox *nativeWidget READ nativeWidget)
57 void setText(const QString &text);
69 void setStyleSheet(const QString &stylesheet);
79 QGroupBox *nativeWidget() const;
84 void resizeEvent(QGraphicsSceneResizeEvent *event);
85 void changeEvent(QEvent *event);
88 GroupBoxPrivate * const d;
89 Q_PRIVATE_SLOT(d,
void setPalette())
94 #endif // multiple inclusion guard Namespace for everything in libplasma.
Provides a plasma-themed QGroupBox.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:00:05 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.