00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef QGUISIMPLEBOX_H
00011 #define QGUISIMPLEBOX_H
00012
00013 #include <Qt3Support/Q3MimeSourceFactory>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QLabel>
00019 #include <QtGui/QVBoxLayout>
00020 #include <QtGui/QWidget>
00021
00022 QT_BEGIN_NAMESPACE
00023
00024 class Ui_QGuiSimpleBoxUi
00025 {
00026 public:
00027 QVBoxLayout *vboxLayout;
00028 QLabel *textWidget;
00029
00030 void setupUi(QWidget *QGuiSimpleBoxUi)
00031 {
00032 if (QGuiSimpleBoxUi->objectName().isEmpty())
00033 QGuiSimpleBoxUi->setObjectName(QString::fromUtf8("QGuiSimpleBoxUi"));
00034 QGuiSimpleBoxUi->resize(384, 150);
00035 QGuiSimpleBoxUi->setMinimumSize(QSize(150, 150));
00036 vboxLayout = new QVBoxLayout(QGuiSimpleBoxUi);
00037 vboxLayout->setSpacing(6);
00038 vboxLayout->setMargin(11);
00039 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00040 textWidget = new QLabel(QGuiSimpleBoxUi);
00041 textWidget->setObjectName(QString::fromUtf8("textWidget"));
00042 textWidget->setTextFormat(Qt::AutoText);
00043 textWidget->setAlignment(Qt::AlignCenter);
00044 textWidget->setWordWrap(false);
00045
00046 vboxLayout->addWidget(textWidget);
00047
00048
00049 retranslateUi(QGuiSimpleBoxUi);
00050
00051 QMetaObject::connectSlotsByName(QGuiSimpleBoxUi);
00052 }
00053
00054 void retranslateUi(QWidget *QGuiSimpleBoxUi)
00055 {
00056 QGuiSimpleBoxUi->setWindowTitle(QApplication::translate("QGuiSimpleBoxUi", "Simple Box", 0, QApplication::UnicodeUTF8));
00057 textWidget->setText(QApplication::translate("QGuiSimpleBoxUi", "TextLabel1", 0, QApplication::UnicodeUTF8));
00058 Q_UNUSED(QGuiSimpleBoxUi);
00059 }
00060
00061 };
00062
00063 namespace Ui {
00064 class QGuiSimpleBoxUi: public Ui_QGuiSimpleBoxUi {};
00065 }
00066
00067 QT_END_NAMESPACE
00068
00069 #endif // QGUISIMPLEBOX_H