forked from antono/kurso-de-esperanto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathekzerco1.h
58 lines (40 loc) · 1018 Bytes
/
ekzerco1.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#ifndef EKZERCO1_H
#define EKZERCO1_H
#include <QFrame>
#include <QPushButton>
namespace Ui {
class ekzerco1;
}
class ekzerco1 : public QFrame
{
Q_OBJECT
public:
explicit ekzerco1(QWidget *parent = 0);
~ekzerco1();
private slots:
void novafrazo();
void novavorto();
void vortoklako(int klakita);
void on_BitBtn3_clicked();
void on_BitBtn2_clicked();
void on_BitBtn1_clicked();
void on_butono0_clicked();
void on_butono1_clicked();
void on_butono2_clicked();
void on_butono3_clicked();
void on_butono4_clicked();
void on_butono5_clicked();
private:
Ui::ekzerco1 *ui;
int iEk01D, iKorektaj, iEraraj, iAleat1;
QString sMp3dos;
bool JamKlakis, lNovaFrazo;
QStringList aEk01D;
QList<bool> aEk01A;
bool aFrazoElek[6];
int Selektitaj[4];
int PozicioSelektitaj[4];
int Hazardaj[2];
QList<QPushButton *> chiuj_butonoj;
};
#endif // EKZERCO1_H