#ifndef GESTIONORDINATEUR_H
#define GESTIONORDINATEUR_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDateEdit>
#include <QtGui/QFrame>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QListWidget>
#include <QtGui/QMainWindow>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

class Ui_MWGestOrdi
{
public:
    QWidget *centralWidget;
    QWidget *widget;
    QWidget *layoutWidget_3;
    QWidget *layoutWidget_5;
    QVBoxLayout *vboxLayout;
    QHBoxLayout *hboxLayout;
    QVBoxLayout *vboxLayout1;
    QLabel *labelListeSalle;
    QListWidget *listWidgetSalle;
    QVBoxLayout *vboxLayout2;
    QHBoxLayout *hboxLayout1;
    QLabel *labelCodeSalle;
    QLineEdit *lineEditCodeSalle;
    QHBoxLayout *hboxLayout2;
    QLabel *labelNomSalle;
    QLineEdit *lineEditNomSalle;
    QHBoxLayout *hboxLayout3;
    QLabel *labelEmplacement;
    QLineEdit *lineEditEmplacement;
    QHBoxLayout *hboxLayout4;
    QPushButton *pushButtonAjouterSalle;
    QSpacerItem *spacerItem;
    QFrame *line;
    QHBoxLayout *hboxLayout5;
    QVBoxLayout *vboxLayout3;
    QLabel *labelListeOrdinateur;
    QListWidget *listWidgetOrdinateur;
    QVBoxLayout *vboxLayout4;
    QHBoxLayout *hboxLayout6;
    QLabel *labelIp;
    QLineEdit *lineEditIp;
    QHBoxLayout *hboxLayout7;
    QLabel *labelDateAchat;
    QDateEdit *dateEditAchat;
    QHBoxLayout *hboxLayout8;
    QLabel *labelMarque;
    QLineEdit *lineEditMarque;
    QHBoxLayout *hboxLayout9;
    QLabel *labelDescription;
    QLineEdit *lineEditDescription;
    QHBoxLayout *hboxLayout10;
    QPushButton *pushButtonAjouterOrdi;
    QSpacerItem *spacerItem1;
    QHBoxLayout *hboxLayout11;
    QSpacerItem *spacerItem2;
    QPushButton *pushButtonQuitter;
    QWidget *widget_3;

    void setupUi(QMainWindow *MWGestOrdi)
    {
    MWGestOrdi->setObjectName(QString::fromUtf8("MWGestOrdi"));
    MWGestOrdi->resize(QSize(463, 498).expandedTo(MWGestOrdi->minimumSizeHint()));
    MWGestOrdi->setWindowIcon(QIcon(QString::fromUtf8("favicon.png")));
    centralWidget = new QWidget(MWGestOrdi);
    centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
    widget = new QWidget(centralWidget);
    widget->setObjectName(QString::fromUtf8("widget"));
    widget->setGeometry(QRect(120, 20, 203, 95));
    layoutWidget_3 = new QWidget(centralWidget);
    layoutWidget_3->setObjectName(QString::fromUtf8("layoutWidget_3"));
    layoutWidget_3->setGeometry(QRect(9, 9, 445, 215));
    layoutWidget_5 = new QWidget(centralWidget);
    layoutWidget_5->setObjectName(QString::fromUtf8("layoutWidget_5"));
    layoutWidget_5->setGeometry(QRect(9, 239, 445, 216));
    vboxLayout = new QVBoxLayout(centralWidget);
    vboxLayout->setSpacing(6);
    vboxLayout->setMargin(8);
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    hboxLayout = new QHBoxLayout();
    hboxLayout->setSpacing(6);
    hboxLayout->setMargin(0);
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    vboxLayout1 = new QVBoxLayout();
    vboxLayout1->setSpacing(6);
    vboxLayout1->setMargin(0);
    vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    labelListeSalle = new QLabel(centralWidget);
    labelListeSalle->setObjectName(QString::fromUtf8("labelListeSalle"));
    labelListeSalle->setTextFormat(Qt::RichText);

    vboxLayout1->addWidget(labelListeSalle);

    listWidgetSalle = new QListWidget(centralWidget);
    listWidgetSalle->setObjectName(QString::fromUtf8("listWidgetSalle"));

    vboxLayout1->addWidget(listWidgetSalle);


    hboxLayout->addLayout(vboxLayout1);

    vboxLayout2 = new QVBoxLayout();
    vboxLayout2->setSpacing(6);
    vboxLayout2->setMargin(0);
    vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
    hboxLayout1 = new QHBoxLayout();
    hboxLayout1->setSpacing(6);
    hboxLayout1->setMargin(0);
    hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    labelCodeSalle = new QLabel(centralWidget);
    labelCodeSalle->setObjectName(QString::fromUtf8("labelCodeSalle"));

    hboxLayout1->addWidget(labelCodeSalle);

    lineEditCodeSalle = new QLineEdit(centralWidget);
    lineEditCodeSalle->setObjectName(QString::fromUtf8("lineEditCodeSalle"));

    hboxLayout1->addWidget(lineEditCodeSalle);


    vboxLayout2->addLayout(hboxLayout1);

    hboxLayout2 = new QHBoxLayout();
    hboxLayout2->setSpacing(6);
    hboxLayout2->setMargin(0);
    hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    labelNomSalle = new QLabel(centralWidget);
    labelNomSalle->setObjectName(QString::fromUtf8("labelNomSalle"));

    hboxLayout2->addWidget(labelNomSalle);

    lineEditNomSalle = new QLineEdit(centralWidget);
    lineEditNomSalle->setObjectName(QString::fromUtf8("lineEditNomSalle"));

    hboxLayout2->addWidget(lineEditNomSalle);


    vboxLayout2->addLayout(hboxLayout2);

    hboxLayout3 = new QHBoxLayout();
    hboxLayout3->setSpacing(6);
    hboxLayout3->setMargin(0);
    hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    labelEmplacement = new QLabel(centralWidget);
    labelEmplacement->setObjectName(QString::fromUtf8("labelEmplacement"));

    hboxLayout3->addWidget(labelEmplacement);

    lineEditEmplacement = new QLineEdit(centralWidget);
    lineEditEmplacement->setObjectName(QString::fromUtf8("lineEditEmplacement"));

    hboxLayout3->addWidget(lineEditEmplacement);


    vboxLayout2->addLayout(hboxLayout3);

    hboxLayout4 = new QHBoxLayout();
    hboxLayout4->setSpacing(6);
    hboxLayout4->setMargin(0);
    hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
    pushButtonAjouterSalle = new QPushButton(centralWidget);
    pushButtonAjouterSalle->setObjectName(QString::fromUtf8("pushButtonAjouterSalle"));
    pushButtonAjouterSalle->setIcon(QIcon(QString::fromUtf8("edit_add.png")));

    hboxLayout4->addWidget(pushButtonAjouterSalle);

    spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout4->addItem(spacerItem);


    vboxLayout2->addLayout(hboxLayout4);


    hboxLayout->addLayout(vboxLayout2);


    vboxLayout->addLayout(hboxLayout);

    line = new QFrame(centralWidget);
    line->setObjectName(QString::fromUtf8("line"));
    line->setFrameShape(QFrame::HLine);

    vboxLayout->addWidget(line);

    hboxLayout5 = new QHBoxLayout();
    hboxLayout5->setSpacing(6);
    hboxLayout5->setMargin(0);
    hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
    vboxLayout3 = new QVBoxLayout();
    vboxLayout3->setSpacing(6);
    vboxLayout3->setMargin(0);
    vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
    labelListeOrdinateur = new QLabel(centralWidget);
    labelListeOrdinateur->setObjectName(QString::fromUtf8("labelListeOrdinateur"));

    vboxLayout3->addWidget(labelListeOrdinateur);

    listWidgetOrdinateur = new QListWidget(centralWidget);
    listWidgetOrdinateur->setObjectName(QString::fromUtf8("listWidgetOrdinateur"));

    vboxLayout3->addWidget(listWidgetOrdinateur);


    hboxLayout5->addLayout(vboxLayout3);

    vboxLayout4 = new QVBoxLayout();
    vboxLayout4->setSpacing(6);
    vboxLayout4->setMargin(0);
    vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
    hboxLayout6 = new QHBoxLayout();
    hboxLayout6->setSpacing(6);
    hboxLayout6->setMargin(0);
    hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
    labelIp = new QLabel(centralWidget);
    labelIp->setObjectName(QString::fromUtf8("labelIp"));

    hboxLayout6->addWidget(labelIp);

    lineEditIp = new QLineEdit(centralWidget);
    lineEditIp->setObjectName(QString::fromUtf8("lineEditIp"));

    hboxLayout6->addWidget(lineEditIp);


    vboxLayout4->addLayout(hboxLayout6);

    hboxLayout7 = new QHBoxLayout();
    hboxLayout7->setSpacing(6);
    hboxLayout7->setMargin(0);
    hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
    labelDateAchat = new QLabel(centralWidget);
    labelDateAchat->setObjectName(QString::fromUtf8("labelDateAchat"));

    hboxLayout7->addWidget(labelDateAchat);

    dateEditAchat = new QDateEdit(centralWidget);
    dateEditAchat->setObjectName(QString::fromUtf8("dateEditAchat"));

    hboxLayout7->addWidget(dateEditAchat);


    vboxLayout4->addLayout(hboxLayout7);

    hboxLayout8 = new QHBoxLayout();
    hboxLayout8->setSpacing(6);
    hboxLayout8->setMargin(0);
    hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
    labelMarque = new QLabel(centralWidget);
    labelMarque->setObjectName(QString::fromUtf8("labelMarque"));

    hboxLayout8->addWidget(labelMarque);

    lineEditMarque = new QLineEdit(centralWidget);
    lineEditMarque->setObjectName(QString::fromUtf8("lineEditMarque"));

    hboxLayout8->addWidget(lineEditMarque);


    vboxLayout4->addLayout(hboxLayout8);

    hboxLayout9 = new QHBoxLayout();
    hboxLayout9->setSpacing(6);
    hboxLayout9->setMargin(0);
    hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
    labelDescription = new QLabel(centralWidget);
    labelDescription->setObjectName(QString::fromUtf8("labelDescription"));

    hboxLayout9->addWidget(labelDescription);

    lineEditDescription = new QLineEdit(centralWidget);
    lineEditDescription->setObjectName(QString::fromUtf8("lineEditDescription"));

    hboxLayout9->addWidget(lineEditDescription);


    vboxLayout4->addLayout(hboxLayout9);

    hboxLayout10 = new QHBoxLayout();
    hboxLayout10->setSpacing(6);
    hboxLayout10->setMargin(0);
    hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
    pushButtonAjouterOrdi = new QPushButton(centralWidget);
    pushButtonAjouterOrdi->setObjectName(QString::fromUtf8("pushButtonAjouterOrdi"));
    pushButtonAjouterOrdi->setIcon(QIcon(QString::fromUtf8("edit_add.png")));

    hboxLayout10->addWidget(pushButtonAjouterOrdi);

    spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout10->addItem(spacerItem1);


    vboxLayout4->addLayout(hboxLayout10);


    hboxLayout5->addLayout(vboxLayout4);


    vboxLayout->addLayout(hboxLayout5);

    hboxLayout11 = new QHBoxLayout();
    hboxLayout11->setSpacing(6);
    hboxLayout11->setMargin(0);
    hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11"));
    spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout11->addItem(spacerItem2);

    pushButtonQuitter = new QPushButton(centralWidget);
    pushButtonQuitter->setObjectName(QString::fromUtf8("pushButtonQuitter"));
    pushButtonQuitter->setIcon(QIcon(QString::fromUtf8("exit.png")));

    hboxLayout11->addWidget(pushButtonQuitter);


    vboxLayout->addLayout(hboxLayout11);

    widget_3 = new QWidget(centralWidget);
    widget_3->setObjectName(QString::fromUtf8("widget_3"));

    vboxLayout->addWidget(widget_3);

    MWGestOrdi->setCentralWidget(centralWidget);
    retranslateUi(MWGestOrdi);
    QObject::connect(pushButtonQuitter, SIGNAL(clicked()), MWGestOrdi, SLOT(close()));

    QMetaObject::connectSlotsByName(MWGestOrdi);
    } // setupUi

    void retranslateUi(QMainWindow *MWGestOrdi)
    {
    MWGestOrdi->setWindowTitle(QApplication::translate("MWGestOrdi", "GGP: GapGestParc", 0, QApplication::UnicodeUTF8));
    labelListeSalle->setText(QApplication::translate("MWGestOrdi", "<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:Sans Serif; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" text-decoration: underline;\">Liste des salles</span>:</p></body></html>", 0, QApplication::UnicodeUTF8));
    labelCodeSalle->setText(QApplication::translate("MWGestOrdi", "Code salle :", 0, QApplication::UnicodeUTF8));
    labelNomSalle->setText(QApplication::translate("MWGestOrdi", "Nom de la salle :", 0, QApplication::UnicodeUTF8));
    labelEmplacement->setText(QApplication::translate("MWGestOrdi", "Emplacement :", 0, QApplication::UnicodeUTF8));
    pushButtonAjouterSalle->setText(QApplication::translate("MWGestOrdi", "Ajouter une &salle", 0, QApplication::UnicodeUTF8));
    labelListeOrdinateur->setText(QApplication::translate("MWGestOrdi", "<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:Sans Serif; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" text-decoration: underline;\">Liste des ordinateurs:</span></p></body></html>", 0, QApplication::UnicodeUTF8));
    labelIp->setText(QApplication::translate("MWGestOrdi", "ip :", 0, QApplication::UnicodeUTF8));
    lineEditIp->setInputMask(QApplication::translate("MWGestOrdi", "000.000.000.000; ", 0, QApplication::UnicodeUTF8));
    lineEditIp->setText(QApplication::translate("MWGestOrdi", "172.16.48.14", 0, QApplication::UnicodeUTF8));
    labelDateAchat->setText(QApplication::translate("MWGestOrdi", "date d'achat :", 0, QApplication::UnicodeUTF8));
    labelMarque->setText(QApplication::translate("MWGestOrdi", "Marque :", 0, QApplication::UnicodeUTF8));
    labelDescription->setText(QApplication::translate("MWGestOrdi", "Description :", 0, QApplication::UnicodeUTF8));
    pushButtonAjouterOrdi->setText(QApplication::translate("MWGestOrdi", "Ajouter un &ordinateur", 0, QApplication::UnicodeUTF8));
    pushButtonQuitter->setText(QApplication::translate("MWGestOrdi", "  &Quitter", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(MWGestOrdi);
    } // retranslateUi

};

namespace Ui {
    class MWGestOrdi: public Ui_MWGestOrdi {};
} // namespace Ui

#endif // GESTIONORDINATEUR_H
