Accueil > > > MiniChat/Client/ui_listeAvatare.h
QL-CHATROOM V 1.0
MiniChat/Client/ui_listeAvatare.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/Client/ui_listeAvatare.h
Nombre de lignes : 76 lignes
Afficher ce fichier en plein écran
- /********************************************************************************
- ** Form generated from reading UI file 'listeAvatare.ui'
- **
- ** Created: Fri 2. Mar 12:35:11 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_LISTEAVATARE_H
- #define UI_LISTEAVATARE_H
-
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QGridLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QListWidget>
-
- QT_BEGIN_NAMESPACE
-
- class Ui_ListeAvatare
- {
- public:
- QGridLayout *gridLayout;
- QDialogButtonBox *buttonBox;
- QListWidget *listWidget;
-
- void setupUi(QDialog *ListeAvatare)
- {
- if (ListeAvatare->objectName().isEmpty())
- ListeAvatare->setObjectName(QString::fromUtf8("ListeAvatare"));
- ListeAvatare->setWindowModality(Qt::NonModal);
- ListeAvatare->resize(340, 240);
- ListeAvatare->setModal(true);
- gridLayout = new QGridLayout(ListeAvatare);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- buttonBox = new QDialogButtonBox(ListeAvatare);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Vertical);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
-
- gridLayout->addWidget(buttonBox, 0, 1, 1, 1);
-
- listWidget = new QListWidget(ListeAvatare);
- listWidget->setObjectName(QString::fromUtf8("listWidget"));
- listWidget->setIconSize(QSize(60, 60));
-
- gridLayout->addWidget(listWidget, 0, 0, 1, 1);
-
-
- retranslateUi(ListeAvatare);
- QObject::connect(buttonBox, SIGNAL(accepted()), ListeAvatare, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), ListeAvatare, SLOT(reject()));
-
- QMetaObject::connectSlotsByName(ListeAvatare);
- } // setupUi
-
- void retranslateUi(QDialog *ListeAvatare)
- {
- ListeAvatare->setWindowTitle(QApplication::translate("ListeAvatare", "ListeAvatare", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
- };
-
- namespace Ui {
- class ListeAvatare: public Ui_ListeAvatare {};
- } // namespace Ui
-
- QT_END_NAMESPACE
-
- #endif // UI_LISTEAVATARE_H
|