forked from antono/kurso-de-esperanto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkurso.h
150 lines (100 loc) · 3.48 KB
/
kurso.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#ifndef KURSO_H
#define KURSO_H
#include <QMainWindow>
#include <phonon/mediaobject.h>
#include <traduko.h>
#include <QLabel>
namespace Ui {
class kurso;
}
class kurso : public QMainWindow
{
Q_OBJECT
public:
explicit kurso(QWidget *parent = 0);
~kurso();
Phonon::MediaObject *ludilo;
public slots:
void Saluton();
private slots:
void Centrigas_Fenestron();
void Ghustigas_fenestron();
void ReGrandigas_Fenestron();
void Traduku();
void ListigasLingvojn();
void Konfiguru();
void komencakonfiguro();
void SavasKonfig();
void Stilo();
void Fenestra_Stilo();
void Malgrandigas();
void ShanghasTiparon();
void ShanghasTiparStilon();
void closeEvent(QCloseEvent *event);
void showEvent ( QShowEvent * event ) ;
void keyPressEvent(QKeyEvent *);
void on_Hejmo_clicked();
void on_Sendas_clicked();
void on_printilo_clicked();
void on_Cxapeligo_toggled(bool checked);
void on_radioButton_clicked(bool checked);
void on_radioButton_2_clicked(bool checked);
void on_radioButton_3_clicked(bool checked);
void on_Lingvo_activated(int index);
void on_KieButono_clicked();
void on_Tiparo_currentIndexChanged(const QString &arg1);
void lokigas_paghotrad(QString novapagho);
void lokigas_frazotrad(QString novapagho, QString novafrazo);
/* CHI TIU PARTO ENIROS EN ESTONTA VERSIO
void on_BildoLudo_clicked();
*/
void on_Konfigurado_clicked();
void on_KioEstas_clicked();
void on_KielUzi_clicked();
void on_Kreditoj_clicked();
void on_Parolo_toggled(bool checked);
void on_Noteto_toggled(bool checked);
void on_LiterGrando_valueChanged(int arg1);
void ShanghasPaghon(QString Nomo);
void paghoshanghita(QWidget *arg1);
void on_Lec01_currentChanged(QWidget *arg1);
void on_Lec02_currentChanged(QWidget *arg1);
void on_Lec03_currentChanged(QWidget *arg1);
void on_Lec04_currentChanged(QWidget *arg1);
void on_Lec05_currentChanged(QWidget *arg1);
void on_Lec06_currentChanged(QWidget *arg1);
void on_Lec07_currentChanged(QWidget *arg1);
void on_Lec08_currentChanged(QWidget *arg1);
void on_Lec09_currentChanged(QWidget *arg1);
void on_Lec10_currentChanged(QWidget *arg1);
void on_Lec11_currentChanged(QWidget *arg1);
void on_Lec12_currentChanged(QWidget *arg1);
void on_Lec13_currentChanged(QWidget *arg1);
void on_Leciono1_clicked();
void on_Leciono2_clicked();
void on_Leciono3_clicked();
void on_Leciono4_clicked();
void on_Leciono5_clicked();
void on_Leciono6_clicked();
void on_Leciono7_clicked();
void on_Leciono8_clicked();
void on_Leciono9_clicked();
void on_Leciono10_clicked();
void on_Leciono11_clicked();
void on_Leciono12_clicked();
void on_Leciono13_clicked();
void on_checkBox_clicked(bool checked);
void on_butono_stilo_clicked();
//void on_butono_listo_clicked();
void on_TiparoEo_currentIndexChanged(const QString &arg1);
void on_LiterGrandoEo_valueChanged(int arg1);
void listigas_trad();
private:
Ui::kurso *ui;
traduko *tradukilo;
QList<QStringList> LingvoListo;
int alteco_originala, largheco_originala, alteco_maksimuma, largheco_maksimuma;
bool Eta_Fenestro, Malalta_Fenestro, JamMontrita;
QLabel * antaua;
};
#endif // KURSO_H