9 #ifndef UI_GUI_LEVELPAINTER_H
10 #define UI_GUI_LEVELPAINTER_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QGridLayout>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QWidget>
23 QGridLayout *gridLayout;
32 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
33 gridLayout->setContentsMargins(5, 0, 5, 0);
35 lab->setObjectName(QString::fromUtf8(
"lab"));
36 lab->setStyleSheet(QString::fromUtf8(
""));
38 gridLayout->addWidget(lab, 0, 0, 1, 1);
48 lab->setText(QString());
60 #endif // UI_GUI_LEVELPAINTER_H