ui_mainwindow.h 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'mainwindow.ui'
  3. **
  4. ** Created: Sat Jan 8 09:12:35 2011
  5. ** by: Qt User Interface Compiler version 4.7.0
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_MAINWINDOW_H
  10. #define UI_MAINWINDOW_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHeaderView>
  16. #include <QtGui/QLabel>
  17. #include <QtGui/QLineEdit>
  18. #include <QtGui/QListWidget>
  19. #include <QtGui/QMainWindow>
  20. #include <QtGui/QMenu>
  21. #include <QtGui/QMenuBar>
  22. #include <QtGui/QPushButton>
  23. #include <QtGui/QStatusBar>
  24. #include <QtGui/QTabWidget>
  25. #include <QtGui/QToolBar>
  26. #include <QtGui/QWidget>
  27. QT_BEGIN_NAMESPACE
  28. class Ui_MainWindow
  29. {
  30. public:
  31. QAction *actionUserLogin;
  32. QWidget *centralWidget;
  33. QTabWidget *tabWidget;
  34. QWidget *tab;
  35. QLineEdit *lineEdit;
  36. QLineEdit *lineEdit_2;
  37. QLineEdit *lineEdit_3;
  38. QLabel *label;
  39. QLabel *label_2;
  40. QLabel *label_3;
  41. QPushButton *pushButton;
  42. QWidget *tab_2;
  43. QLineEdit *lineEdit_4;
  44. QLineEdit *lineEdit_5;
  45. QPushButton *pushButton_2;
  46. QLabel *label_4;
  47. QLabel *label_5;
  48. QWidget *tab_3;
  49. QLineEdit *lineEdit_6;
  50. QPushButton *pushButton_3;
  51. QListWidget *listWidget;
  52. QMenuBar *menuBar;
  53. QMenu *menuHello;
  54. QToolBar *mainToolBar;
  55. QStatusBar *statusBar;
  56. void setupUi(QMainWindow *MainWindow)
  57. {
  58. if (MainWindow->objectName().isEmpty())
  59. MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
  60. MainWindow->resize(400, 300);
  61. actionUserLogin = new QAction(MainWindow);
  62. actionUserLogin->setObjectName(QString::fromUtf8("actionUserLogin"));
  63. centralWidget = new QWidget(MainWindow);
  64. centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  65. tabWidget = new QTabWidget(centralWidget);
  66. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  67. tabWidget->setGeometry(QRect(20, 0, 361, 231));
  68. tab = new QWidget();
  69. tab->setObjectName(QString::fromUtf8("tab"));
  70. lineEdit = new QLineEdit(tab);
  71. lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
  72. lineEdit->setGeometry(QRect(20, 30, 311, 27));
  73. lineEdit_2 = new QLineEdit(tab);
  74. lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
  75. lineEdit_2->setGeometry(QRect(20, 80, 311, 27));
  76. lineEdit_3 = new QLineEdit(tab);
  77. lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));
  78. lineEdit_3->setGeometry(QRect(20, 130, 311, 27));
  79. label = new QLabel(tab);
  80. label->setObjectName(QString::fromUtf8("label"));
  81. label->setGeometry(QRect(20, 10, 81, 17));
  82. label_2 = new QLabel(tab);
  83. label_2->setObjectName(QString::fromUtf8("label_2"));
  84. label_2->setGeometry(QRect(20, 60, 81, 17));
  85. label_3 = new QLabel(tab);
  86. label_3->setObjectName(QString::fromUtf8("label_3"));
  87. label_3->setGeometry(QRect(20, 110, 81, 17));
  88. pushButton = new QPushButton(tab);
  89. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  90. pushButton->setGeometry(QRect(120, 160, 98, 27));
  91. tabWidget->addTab(tab, QString());
  92. tab_2 = new QWidget();
  93. tab_2->setObjectName(QString::fromUtf8("tab_2"));
  94. lineEdit_4 = new QLineEdit(tab_2);
  95. lineEdit_4->setObjectName(QString::fromUtf8("lineEdit_4"));
  96. lineEdit_4->setGeometry(QRect(20, 30, 311, 27));
  97. lineEdit_5 = new QLineEdit(tab_2);
  98. lineEdit_5->setObjectName(QString::fromUtf8("lineEdit_5"));
  99. lineEdit_5->setGeometry(QRect(20, 80, 311, 27));
  100. pushButton_2 = new QPushButton(tab_2);
  101. pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
  102. pushButton_2->setGeometry(QRect(120, 120, 98, 27));
  103. label_4 = new QLabel(tab_2);
  104. label_4->setObjectName(QString::fromUtf8("label_4"));
  105. label_4->setGeometry(QRect(20, 10, 81, 17));
  106. label_5 = new QLabel(tab_2);
  107. label_5->setObjectName(QString::fromUtf8("label_5"));
  108. label_5->setGeometry(QRect(20, 60, 81, 17));
  109. tabWidget->addTab(tab_2, QString());
  110. tab_3 = new QWidget();
  111. tab_3->setObjectName(QString::fromUtf8("tab_3"));
  112. lineEdit_6 = new QLineEdit(tab_3);
  113. lineEdit_6->setObjectName(QString::fromUtf8("lineEdit_6"));
  114. lineEdit_6->setGeometry(QRect(10, 130, 281, 61));
  115. pushButton_3 = new QPushButton(tab_3);
  116. pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
  117. pushButton_3->setGeometry(QRect(290, 130, 61, 61));
  118. listWidget = new QListWidget(tab_3);
  119. listWidget->setObjectName(QString::fromUtf8("listWidget"));
  120. listWidget->setGeometry(QRect(10, 10, 341, 111));
  121. tabWidget->addTab(tab_3, QString());
  122. MainWindow->setCentralWidget(centralWidget);
  123. menuBar = new QMenuBar(MainWindow);
  124. menuBar->setObjectName(QString::fromUtf8("menuBar"));
  125. menuBar->setGeometry(QRect(0, 0, 400, 25));
  126. menuHello = new QMenu(menuBar);
  127. menuHello->setObjectName(QString::fromUtf8("menuHello"));
  128. MainWindow->setMenuBar(menuBar);
  129. mainToolBar = new QToolBar(MainWindow);
  130. mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
  131. MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
  132. statusBar = new QStatusBar(MainWindow);
  133. statusBar->setObjectName(QString::fromUtf8("statusBar"));
  134. MainWindow->setStatusBar(statusBar);
  135. menuBar->addAction(menuHello->menuAction());
  136. retranslateUi(MainWindow);
  137. tabWidget->setCurrentIndex(2);
  138. QMetaObject::connectSlotsByName(MainWindow);
  139. } // setupUi
  140. void retranslateUi(QMainWindow *MainWindow)
  141. {
  142. MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
  143. actionUserLogin->setText(QApplication::translate("MainWindow", "UserLogin", 0, QApplication::UnicodeUTF8));
  144. label->setText(QApplication::translate("MainWindow", "UserName", 0, QApplication::UnicodeUTF8));
  145. label_2->setText(QApplication::translate("MainWindow", "Password", 0, QApplication::UnicodeUTF8));
  146. label_3->setText(QApplication::translate("MainWindow", "HostName", 0, QApplication::UnicodeUTF8));
  147. pushButton->setText(QApplication::translate("MainWindow", "Login", 0, QApplication::UnicodeUTF8));
  148. tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MainWindow", "Tab1", 0, QApplication::UnicodeUTF8));
  149. pushButton_2->setText(QApplication::translate("MainWindow", "Chat", 0, QApplication::UnicodeUTF8));
  150. label_4->setText(QApplication::translate("MainWindow", "UserName", 0, QApplication::UnicodeUTF8));
  151. label_5->setText(QApplication::translate("MainWindow", "HostName", 0, QApplication::UnicodeUTF8));
  152. tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MainWindow", "Tab2", 0, QApplication::UnicodeUTF8));
  153. pushButton_3->setText(QApplication::translate("MainWindow", "Send", 0, QApplication::UnicodeUTF8));
  154. tabWidget->setTabText(tabWidget->indexOf(tab_3), QApplication::translate("MainWindow", "Tab3", 0, QApplication::UnicodeUTF8));
  155. menuHello->setTitle(QApplication::translate("MainWindow", "Jabber Chat Application", 0, QApplication::UnicodeUTF8));
  156. } // retranslateUi
  157. };
  158. namespace Ui {
  159. class MainWindow: public Ui_MainWindow {};
  160. } // namespace Ui
  161. QT_END_NAMESPACE
  162. #endif // UI_MAINWINDOW_H