Go to the documentation of this file.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/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QVBoxLayout>
00021 #include <QtGui/QWidget>
00022
00023 QT_BEGIN_NAMESPACE
00024
00025 class Ui_QGuiSimpleBoxUi
00026 {
00027 public:
00028 QVBoxLayout *vboxLayout;
00029 QLabel *textWidget;
00030
00031 void setupUi(QWidget *QGuiSimpleBoxUi)
00032 {
00033 if (QGuiSimpleBoxUi->objectName().isEmpty())
00034 QGuiSimpleBoxUi->setObjectName(QString::fromUtf8("QGuiSimpleBoxUi"));
00035 QGuiSimpleBoxUi->resize(384, 150);
00036 QGuiSimpleBoxUi->setMinimumSize(QSize(150, 150));
00037 vboxLayout = new QVBoxLayout(QGuiSimpleBoxUi);
00038 vboxLayout->setSpacing(6);
00039 vboxLayout->setContentsMargins(11, 11, 11, 11);
00040 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00041 textWidget = new QLabel(QGuiSimpleBoxUi);
00042 textWidget->setObjectName(QString::fromUtf8("textWidget"));
00043 textWidget->setTextFormat(Qt::AutoText);
00044 textWidget->setAlignment(Qt::AlignCenter);
00045 textWidget->setWordWrap(false);
00046
00047 vboxLayout->addWidget(textWidget);
00048
00049
00050 retranslateUi(QGuiSimpleBoxUi);
00051
00052 QMetaObject::connectSlotsByName(QGuiSimpleBoxUi);
00053 }
00054
00055 void retranslateUi(QWidget *QGuiSimpleBoxUi)
00056 {
00057 QGuiSimpleBoxUi->setWindowTitle(QApplication::translate("QGuiSimpleBoxUi", "Simple Box", 0, QApplication::UnicodeUTF8));
00058 textWidget->setText(QApplication::translate("QGuiSimpleBoxUi", "TextLabel1", 0, QApplication::UnicodeUTF8));
00059 }
00060
00061 };
00062
00063 namespace Ui {
00064 class QGuiSimpleBoxUi: public Ui_QGuiSimpleBoxUi {};
00065 }
00066
00067 QT_END_NAMESPACE
00068
00069 #endif // QGUISIMPLEBOX_H