• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

qguisimplebox.ui.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'qguisimplebox.ui'
00003 **
00004 ** Created: Mon Sep 20 18:09:43 2010
00005 **      by: Qt User Interface Compiler version 4.7.0
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
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     } // setupUi
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     } // retranslateUi
00060 
00061 };
00062 
00063 namespace Ui {
00064     class QGuiSimpleBoxUi: public Ui_QGuiSimpleBoxUi {};
00065 } // namespace Ui
00066 
00067 QT_END_NAMESPACE
00068 
00069 #endif // QGUISIMPLEBOX_H

Generated on Mon Sep 20 2010 18:13:21 for aqbanking by  doxygen 1.7.1