|
@@ -9,17 +9,6 @@ Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget)
|
9
|
9
|
QShortcut* quit = new QShortcut(QKeySequence("Ctrl+Q"), this);
|
10
|
10
|
connect(quit, SIGNAL(activated()), qApp, SLOT(quit()));
|
11
|
11
|
|
12
|
|
-
|
13
|
|
- /*EpiUser usr;
|
14
|
|
- usr.setLogin("azerty_u");
|
15
|
|
- usr.setPwd_ppp("psswd");
|
16
|
|
- Epimafia::saveUser(usr);
|
17
|
|
- usr.setLogin("");
|
18
|
|
- usr.setPwd_ppp("ppp");
|
19
|
|
- Epimafia::saveUser(usr);
|
20
|
|
- usr.setLogin("login_x");
|
21
|
|
- Epimafia::saveUser(usr);*/
|
22
|
|
-
|
23
|
12
|
m_currentUser = 0;
|
24
|
13
|
|
25
|
14
|
foreach(QLineEdit* line, findChildren<QLineEdit*>())
|