1 #ifndef IHMAUTHENTIFICATIONSANSBADGE_H 2 #define IHMAUTHENTIFICATIONSANSBADGE_H 20 QString getIdUtilisateur()
const;
25 void showEvent(QShowEvent *ev);
28 Ui::IhmAuthentificationSansBadge *
ui;
37 void initialiserFenetre();
38 void initialiserClavierVirtuel();
39 void supprimerClavierVirtuel();
42 void utilisateurAutorise(QString identifiant, QString motDePasse);
47 void effacerMessage();
50 #endif // IHMAUTHENTIFICATIONSANSBADGE_H QString dateValidite
Definition: IhmAuthentificationSansBadge.h:32
Definition: IhmAuthentification.h:18
Definition: ihm-estock/baseDeDonnees.h:25
QString idUtilisateur
Definition: IhmAuthentificationSansBadge.h:31
QString motDePasse
Definition: IhmAuthentificationSansBadge.h:30
BaseDeDonnees * bdd
agrégation de l'objet BaseDeDonnees
Definition: IhmAuthentificationSansBadge.h:35
bool autorise
Definition: IhmAuthentificationSansBadge.h:34
Definition: IhmAuthentificationSansBadge.h:12
QString identifiant
le login de l'utilisateur
Definition: IhmAuthentificationSansBadge.h:29
Ui::IhmAuthentificationSansBadge * ui
Definition: IhmAuthentificationSansBadge.h:28
bool valide
Definition: IhmAuthentificationSansBadge.h:33