Accueil > > > MiniChat/Server/ui_privee.h
QL-CHATROOM V 1.0
MiniChat/Server/ui_privee.h
Informations sur ce code source
Qualité ChatRoom v 1.0
Une application de chat, genre salon de chat avec un administrateur.
Programmer par C++, bibliothèque Qt architecture client/serveur.
Les sockets sont échangés entre les clients et le serveur par le protocole réseau T
Fichier : MiniChat/Server/ui_privee.h
Nombre de lignes : 75 lignes
Afficher ce fichier en plein écran
- /********************************************************************************
- ** Form generated from reading UI file 'privee.ui'
- **
- ** Created: Tue 28. Feb 02:18:17 2012
- ** by: Qt User Interface Compiler version 4.7.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
-
- #ifndef UI_PRIVEE_H
- #define UI_PRIVEE_H
-
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QGridLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QTabWidget>
- #include <QtGui/QWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_msgPrivee
- {
- public:
- QGridLayout *gridLayout;
- QTabWidget *tabWidget;
- QWidget *tab;
- QWidget *tab_2;
-
- void setupUi(QWidget *msgPrivee)
- {
- if (msgPrivee->objectName().isEmpty())
- msgPrivee->setObjectName(QString::fromUtf8("msgPrivee"));
- msgPrivee->resize(320, 240);
- gridLayout = new QGridLayout(msgPrivee);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- tabWidget = new QTabWidget(msgPrivee);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tab = new QWidget();
- tab->setObjectName(QString::fromUtf8("tab"));
- tabWidget->addTab(tab, QString());
- tab_2 = new QWidget();
- tab_2->setObjectName(QString::fromUtf8("tab_2"));
- tabWidget->addTab(tab_2, QString());
-
- gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
-
-
- retranslateUi(msgPrivee);
-
- tabWidget->setCurrentIndex(0);
-
-
- QMetaObject::connectSlotsByName(msgPrivee);
- } // setupUi
-
- void retranslateUi(QWidget *msgPrivee)
- {
- msgPrivee->setWindowTitle(QApplication::translate("msgPrivee", "Form", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("msgPrivee", "Tab 1", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("msgPrivee", "Tab 2", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class msgPrivee: public Ui_msgPrivee {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_PRIVEE_H
|