/******************************************************************************** ** Form generated from reading ui file 'qclientwindow.ui' ** ** Created: Mon 27. Apr 14:25:56 2009 ** by: Qt User Interface Compiler version 4.5.1 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_QCLIENTWINDOW_H #define UI_QCLIENTWINDOW_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QClientWindow { public: QAction *actionFileExit; QWidget *centralWidget; QHBoxLayout *hboxLayout; QTextEdit *logEdit; QMenuBar *menuBar; QMenu *menu_File; void setupUi(QMainWindow *QClientWindow) { if (QClientWindow->objectName().isEmpty()) QClientWindow->setObjectName(QString::fromUtf8("QClientWindow")); QClientWindow->resize(344, 254); actionFileExit = new QAction(QClientWindow); actionFileExit->setObjectName(QString::fromUtf8("actionFileExit")); centralWidget = new QWidget(QClientWindow); centralWidget->setObjectName(QString::fromUtf8("centralWidget")); hboxLayout = new QHBoxLayout(centralWidget); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setMargin(2); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); logEdit = new QTextEdit(centralWidget); logEdit->setObjectName(QString::fromUtf8("logEdit")); logEdit->setAcceptDrops(false); logEdit->setReadOnly(true); logEdit->setAcceptRichText(false); hboxLayout->addWidget(logEdit); QClientWindow->setCentralWidget(centralWidget); menuBar = new QMenuBar(QClientWindow); menuBar->setObjectName(QString::fromUtf8("menuBar")); menuBar->setGeometry(QRect(0, 0, 344, 18)); menu_File = new QMenu(menuBar); menu_File->setObjectName(QString::fromUtf8("menu_File")); QClientWindow->setMenuBar(menuBar); menuBar->addAction(menu_File->menuAction()); menu_File->addAction(actionFileExit); retranslateUi(QClientWindow); QMetaObject::connectSlotsByName(QClientWindow); } // setupUi void retranslateUi(QMainWindow *QClientWindow) { QClientWindow->setWindowTitle(QApplication::translate("QClientWindow", "Projection Designer", 0, QApplication::UnicodeUTF8)); actionFileExit->setText(QApplication::translate("QClientWindow", "E&xit", 0, QApplication::UnicodeUTF8)); menu_File->setTitle(QApplication::translate("QClientWindow", "&File", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class QClientWindow: public Ui_QClientWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QCLIENTWINDOW_H