[4] | 1 | /******************************************************************************** |
---|
| 2 | ** Form generated from reading ui file 'qclientwindow.ui' |
---|
| 3 | ** |
---|
| 4 | ** Created: Mon 27. Apr 14:25:56 2009 |
---|
| 5 | ** by: Qt User Interface Compiler version 4.5.1 |
---|
| 6 | ** |
---|
| 7 | ** WARNING! All changes made in this file will be lost when recompiling ui file! |
---|
| 8 | ********************************************************************************/ |
---|
| 9 | |
---|
| 10 | #ifndef UI_QCLIENTWINDOW_H |
---|
| 11 | #define UI_QCLIENTWINDOW_H |
---|
| 12 | |
---|
| 13 | #include <QtCore/QVariant> |
---|
| 14 | #include <QtGui/QAction> |
---|
| 15 | #include <QtGui/QApplication> |
---|
| 16 | #include <QtGui/QButtonGroup> |
---|
| 17 | #include <QtGui/QHBoxLayout> |
---|
| 18 | #include <QtGui/QHeaderView> |
---|
| 19 | #include <QtGui/QMainWindow> |
---|
| 20 | #include <QtGui/QMenu> |
---|
| 21 | #include <QtGui/QMenuBar> |
---|
| 22 | #include <QtGui/QTextEdit> |
---|
| 23 | #include <QtGui/QWidget> |
---|
| 24 | |
---|
| 25 | QT_BEGIN_NAMESPACE |
---|
| 26 | |
---|
| 27 | class Ui_QClientWindow |
---|
| 28 | { |
---|
| 29 | public: |
---|
| 30 | QAction *actionFileExit; |
---|
| 31 | QWidget *centralWidget; |
---|
| 32 | QHBoxLayout *hboxLayout; |
---|
| 33 | QTextEdit *logEdit; |
---|
| 34 | QMenuBar *menuBar; |
---|
| 35 | QMenu *menu_File; |
---|
| 36 | |
---|
| 37 | void setupUi(QMainWindow *QClientWindow) |
---|
| 38 | { |
---|
| 39 | if (QClientWindow->objectName().isEmpty()) |
---|
| 40 | QClientWindow->setObjectName(QString::fromUtf8("QClientWindow")); |
---|
| 41 | QClientWindow->resize(344, 254); |
---|
| 42 | actionFileExit = new QAction(QClientWindow); |
---|
| 43 | actionFileExit->setObjectName(QString::fromUtf8("actionFileExit")); |
---|
| 44 | centralWidget = new QWidget(QClientWindow); |
---|
| 45 | centralWidget->setObjectName(QString::fromUtf8("centralWidget")); |
---|
| 46 | hboxLayout = new QHBoxLayout(centralWidget); |
---|
| 47 | #ifndef Q_OS_MAC |
---|
| 48 | hboxLayout->setSpacing(6); |
---|
| 49 | #endif |
---|
| 50 | hboxLayout->setMargin(2); |
---|
| 51 | hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
---|
| 52 | logEdit = new QTextEdit(centralWidget); |
---|
| 53 | logEdit->setObjectName(QString::fromUtf8("logEdit")); |
---|
| 54 | logEdit->setAcceptDrops(false); |
---|
| 55 | logEdit->setReadOnly(true); |
---|
| 56 | logEdit->setAcceptRichText(false); |
---|
| 57 | |
---|
| 58 | hboxLayout->addWidget(logEdit); |
---|
| 59 | |
---|
| 60 | QClientWindow->setCentralWidget(centralWidget); |
---|
| 61 | menuBar = new QMenuBar(QClientWindow); |
---|
| 62 | menuBar->setObjectName(QString::fromUtf8("menuBar")); |
---|
| 63 | menuBar->setGeometry(QRect(0, 0, 344, 18)); |
---|
| 64 | menu_File = new QMenu(menuBar); |
---|
| 65 | menu_File->setObjectName(QString::fromUtf8("menu_File")); |
---|
| 66 | QClientWindow->setMenuBar(menuBar); |
---|
| 67 | |
---|
| 68 | menuBar->addAction(menu_File->menuAction()); |
---|
| 69 | menu_File->addAction(actionFileExit); |
---|
| 70 | |
---|
| 71 | retranslateUi(QClientWindow); |
---|
| 72 | |
---|
| 73 | QMetaObject::connectSlotsByName(QClientWindow); |
---|
| 74 | } // setupUi |
---|
| 75 | |
---|
| 76 | void retranslateUi(QMainWindow *QClientWindow) |
---|
| 77 | { |
---|
| 78 | QClientWindow->setWindowTitle(QApplication::translate("QClientWindow", "Projection Designer", 0, QApplication::UnicodeUTF8)); |
---|
| 79 | actionFileExit->setText(QApplication::translate("QClientWindow", "E&xit", 0, QApplication::UnicodeUTF8)); |
---|
| 80 | menu_File->setTitle(QApplication::translate("QClientWindow", "&File", 0, QApplication::UnicodeUTF8)); |
---|
| 81 | } // retranslateUi |
---|
| 82 | |
---|
| 83 | }; |
---|
| 84 | |
---|
| 85 | namespace Ui { |
---|
| 86 | class QClientWindow: public Ui_QClientWindow {}; |
---|
| 87 | } // namespace Ui |
---|
| 88 | |
---|
| 89 | QT_END_NAMESPACE |
---|
| 90 | |
---|
| 91 | #endif // UI_QCLIENTWINDOW_H |
---|