Projet e-stock  1.0
BTS SN-IR 2019
IhmGestionBalances.h
Aller à la documentation de ce fichier.
1 #ifndef IHMGESTIONBALANCES_H
2 #define IHMGESTIONBALANCES_H
3 
4 #include <QWidget>
5 
6 namespace Ui {
8 }
9 
10 class IhmGestionBalances : public QWidget
11 {
12  Q_OBJECT
13 
14 public:
15  //explicit IhmGestionBalances(QWidget *parent = nullptr);
16  //~IhmGestionBalances();
17 
18 private:
19  Ui::IhmGestionBalances *ui;
20 };
21 
22 #endif // IHMGESTIONBALANCES_H
Definition: IhmAuthentification.h:18
Ui::IhmGestionBalances * ui
Definition: IhmGestionBalances.h:19
Definition: IhmGestionBalances.h:10