8 #ifndef MULIVIEWWIDGET_H
9 #define MULIVIEWWIDGET_H
13 #include <QVBoxLayout>
14 #include <QHBoxLayout>
15 #include <QGridLayout>
17 #include <QtDesigner/QDesignerExportWidget>
50 Q_CLASSINFO(
"Author",
"Bjoern Lueck")
77 void childEvent(QChildEvent* event);
79 bool event(QEvent* event);
92 void addWidget(
const QString &name, QWidget* widget,
const QIcon &icon=QIcon(),
bool useOnlyIcon=
false,
int position = 0);
100 QWidget* getWidget(
const QString &name);
107 void deleteWidget(
const QString &name);
112 void widgetClicked();
120 void setThumbnailSize(
int width=150,
int height=150);
133 QList<WidgetButton*> getAllWidgetButtons();
161 void widgetButtonAdded(QWidget* widget);
176 QHBoxLayout *
top, *bottom;