41 QPalette* npal=
new QPalette(widg->palette());
42 npal->setBrush(QPalette::Window,QPixmap(
":/root.png"));
43 widg->setPalette(*npal);
44 widg->setAutoFillBackground(
true);
55 return "Go4 Custom Widgets";
60 return QIcon(
":/go4logo2.png");
65 return "Qwidget to embed a ROOT TGCompositeFrame";
70 return "ROOT TGFrame embedded into a QWidget ";
80 return "<widget class=\"QRootWindow\" name=\"QRootWindow\">\n"
81 " <property name=\"geometry\">\n"
85 " <width>100</width>\n"
86 " <height>100</height>\n"
94 return "QRootWindow.h";
bool isInitialized() const
QString includeFile() const
QRootWindowPlugin(QObject *parent=0)
QWidget * createWidget(QWidget *parent)
QString whatsThis() const
void initialize(QDesignerFormEditorInterface *core)