Superviseur - Afficheur 1.0
Ce logiciel correspond à l'afficheur de la suite des trois logiciels composant le superviseur
connexiondialog.h
Aller à la documentation de ce fichier.
00001 #ifndef CONNEXIONDIALOG_H
00002 #define CONNEXIONDIALOG_H
00003 
00004 #include <QDialog>
00005 
00006 namespace Ui {
00007     class ConnexionDialog;
00008 }
00009 
00010 
00012 
00019 class ConnexionDialog : public QDialog {
00020     Q_OBJECT
00021 public:
00022     ConnexionDialog(QWidget *parent = 0);
00023     ~ConnexionDialog();
00024 
00025     QString hote();
00026     int     port();
00027 
00028 protected:
00029     void changeEvent(QEvent *e);
00030 
00031 private:
00032     Ui::ConnexionDialog *ui;    
00033 };
00034 
00035 #endif // CONNEXIONDIALOG_H
 Tout Classes Espaces de nommage Fichiers Fonctions Variables