123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- /********************************************************************************
- ** Form generated from reading UI file 'mainwindow.ui'
- **
- ** Created: Sat Jan 8 09:12:35 2011
- ** by: Qt User Interface Compiler version 4.7.0
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_MAINWINDOW_H
- #define UI_MAINWINDOW_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QLineEdit>
- #include <QtGui/QListWidget>
- #include <QtGui/QMainWindow>
- #include <QtGui/QMenu>
- #include <QtGui/QMenuBar>
- #include <QtGui/QPushButton>
- #include <QtGui/QStatusBar>
- #include <QtGui/QTabWidget>
- #include <QtGui/QToolBar>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_MainWindow
- {
- public:
- QAction *actionUserLogin;
- QWidget *centralWidget;
- QTabWidget *tabWidget;
- QWidget *tab;
- QLineEdit *lineEdit;
- QLineEdit *lineEdit_2;
- QLineEdit *lineEdit_3;
- QLabel *label;
- QLabel *label_2;
- QLabel *label_3;
- QPushButton *pushButton;
- QWidget *tab_2;
- QLineEdit *lineEdit_4;
- QLineEdit *lineEdit_5;
- QPushButton *pushButton_2;
- QLabel *label_4;
- QLabel *label_5;
- QWidget *tab_3;
- QLineEdit *lineEdit_6;
- QPushButton *pushButton_3;
- QListWidget *listWidget;
- QMenuBar *menuBar;
- QMenu *menuHello;
- QToolBar *mainToolBar;
- QStatusBar *statusBar;
- void setupUi(QMainWindow *MainWindow)
- {
- if (MainWindow->objectName().isEmpty())
- MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
- MainWindow->resize(400, 300);
- actionUserLogin = new QAction(MainWindow);
- actionUserLogin->setObjectName(QString::fromUtf8("actionUserLogin"));
- centralWidget = new QWidget(MainWindow);
- centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
- tabWidget = new QTabWidget(centralWidget);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tabWidget->setGeometry(QRect(20, 0, 361, 231));
- tab = new QWidget();
- tab->setObjectName(QString::fromUtf8("tab"));
- lineEdit = new QLineEdit(tab);
- lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
- lineEdit->setGeometry(QRect(20, 30, 311, 27));
- lineEdit_2 = new QLineEdit(tab);
- lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
- lineEdit_2->setGeometry(QRect(20, 80, 311, 27));
- lineEdit_3 = new QLineEdit(tab);
- lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));
- lineEdit_3->setGeometry(QRect(20, 130, 311, 27));
- label = new QLabel(tab);
- label->setObjectName(QString::fromUtf8("label"));
- label->setGeometry(QRect(20, 10, 81, 17));
- label_2 = new QLabel(tab);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- label_2->setGeometry(QRect(20, 60, 81, 17));
- label_3 = new QLabel(tab);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setGeometry(QRect(20, 110, 81, 17));
- pushButton = new QPushButton(tab);
- pushButton->setObjectName(QString::fromUtf8("pushButton"));
- pushButton->setGeometry(QRect(120, 160, 98, 27));
- tabWidget->addTab(tab, QString());
- tab_2 = new QWidget();
- tab_2->setObjectName(QString::fromUtf8("tab_2"));
- lineEdit_4 = new QLineEdit(tab_2);
- lineEdit_4->setObjectName(QString::fromUtf8("lineEdit_4"));
- lineEdit_4->setGeometry(QRect(20, 30, 311, 27));
- lineEdit_5 = new QLineEdit(tab_2);
- lineEdit_5->setObjectName(QString::fromUtf8("lineEdit_5"));
- lineEdit_5->setGeometry(QRect(20, 80, 311, 27));
- pushButton_2 = new QPushButton(tab_2);
- pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
- pushButton_2->setGeometry(QRect(120, 120, 98, 27));
- label_4 = new QLabel(tab_2);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- label_4->setGeometry(QRect(20, 10, 81, 17));
- label_5 = new QLabel(tab_2);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- label_5->setGeometry(QRect(20, 60, 81, 17));
- tabWidget->addTab(tab_2, QString());
- tab_3 = new QWidget();
- tab_3->setObjectName(QString::fromUtf8("tab_3"));
- lineEdit_6 = new QLineEdit(tab_3);
- lineEdit_6->setObjectName(QString::fromUtf8("lineEdit_6"));
- lineEdit_6->setGeometry(QRect(10, 130, 281, 61));
- pushButton_3 = new QPushButton(tab_3);
- pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
- pushButton_3->setGeometry(QRect(290, 130, 61, 61));
- listWidget = new QListWidget(tab_3);
- listWidget->setObjectName(QString::fromUtf8("listWidget"));
- listWidget->setGeometry(QRect(10, 10, 341, 111));
- tabWidget->addTab(tab_3, QString());
- MainWindow->setCentralWidget(centralWidget);
- menuBar = new QMenuBar(MainWindow);
- menuBar->setObjectName(QString::fromUtf8("menuBar"));
- menuBar->setGeometry(QRect(0, 0, 400, 25));
- menuHello = new QMenu(menuBar);
- menuHello->setObjectName(QString::fromUtf8("menuHello"));
- MainWindow->setMenuBar(menuBar);
- mainToolBar = new QToolBar(MainWindow);
- mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
- MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
- statusBar = new QStatusBar(MainWindow);
- statusBar->setObjectName(QString::fromUtf8("statusBar"));
- MainWindow->setStatusBar(statusBar);
- menuBar->addAction(menuHello->menuAction());
- retranslateUi(MainWindow);
- tabWidget->setCurrentIndex(2);
- QMetaObject::connectSlotsByName(MainWindow);
- } // setupUi
- void retranslateUi(QMainWindow *MainWindow)
- {
- MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
- actionUserLogin->setText(QApplication::translate("MainWindow", "UserLogin", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("MainWindow", "UserName", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("MainWindow", "Password", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("MainWindow", "HostName", 0, QApplication::UnicodeUTF8));
- pushButton->setText(QApplication::translate("MainWindow", "Login", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MainWindow", "Tab1", 0, QApplication::UnicodeUTF8));
- pushButton_2->setText(QApplication::translate("MainWindow", "Chat", 0, QApplication::UnicodeUTF8));
- label_4->setText(QApplication::translate("MainWindow", "UserName", 0, QApplication::UnicodeUTF8));
- label_5->setText(QApplication::translate("MainWindow", "HostName", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MainWindow", "Tab2", 0, QApplication::UnicodeUTF8));
- pushButton_3->setText(QApplication::translate("MainWindow", "Send", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("MainWindow", "Tab3", 0, QApplication::UnicodeUTF8));
- menuHello->setTitle(QApplication::translate("MainWindow", "Jabber Chat Application", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class MainWindow: public Ui_MainWindow {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_MAINWINDOW_H
|