Plasma
Go to the documentation of this file.
26 #include <kmimetype.h>
29 #include "private/themedwidgetinterface_p.h"
35 class GroupBoxPrivate :
public ThemedWidgetInterface<GroupBox>
38 GroupBoxPrivate(GroupBox *groupBox)
39 :ThemedWidgetInterface<GroupBox>(groupBox)
50 d(new GroupBoxPrivate(this))
52 QGroupBox *native =
new QGroupBox;
54 native->setWindowIcon(QIcon());
55 native->setAttribute(Qt::WA_NoSystemBackground);
66 static_cast<QGroupBox*
>(widget())->setTitle(text);
71 return static_cast<QGroupBox*
>(widget())->title();
76 widget()->setStyleSheet(stylesheet);
81 return widget()->styleSheet();
86 return static_cast<QGroupBox*
>(widget());
91 QGraphicsProxyWidget::resizeEvent(event);
96 d->changeEvent(event);
97 QGraphicsProxyWidget::changeEvent(event);
102 #include <groupbox.moc>
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 20:58:53 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.