GrOOm  0.2
BTS SNIR LaSalle Avignon 2020
importation.h
Aller à la documentation de ce fichier.
1 #ifndef IMPORTATION_H
2 #define IMPORTATION_H
3 
4 #include <QtWidgets>
5 
12 class IhmGroom;
13 namespace Ui {
14 class Importation;
15 }
16 
17 class Importation : public QDialog
18 {
19  Q_OBJECT
20 
21 public:
28  explicit Importation(QWidget *parent = nullptr);
35  ~Importation();
36 
37 private:
38  Ui::Importation *ui;
39 };
40 
41 #endif // IMPORTATION_H
Definition: bdd.h:6
Ui::Importation * ui
Definition: importation.h:38
Déclaration de la classe IhmGroom.
Definition: ihmgroom.h:54
Classe permetant de d&#39;importer le calendrier.
Definition: importation.h:17