comparison src/main.h @ 112:2524434a7193

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Jul 2017 12:43:43 +0300
parents 62e570222f66
children 907f2ddf6801
comparison
equal deleted inserted replaced
111:ec01c5b0eaa8 112:2524434a7193
29 // Custom SQL models 29 // Custom SQL models
30 // 30 //
31 class PersonInfo : public QObject 31 class PersonInfo : public QObject
32 { 32 {
33 Q_OBJECT 33 Q_OBJECT
34 34
35 public: 35 public:
36 explicit PersonInfo() 36 explicit PersonInfo()
37 { 37 {
38 id = -1; 38 id = -1;
39 firstName = ""; 39 firstName = "";
146 void selectRowNext(); 146 void selectRowNext();
147 147
148 void changeUIZoomIn(); 148 void changeUIZoomIn();
149 void changeUIZoomOut(); 149 void changeUIZoomOut();
150 void changeUIZoomReset(); 150 void changeUIZoomReset();
151 151
152 void updateSortOrder(int index, Qt::SortOrder order); 152 void updateSortOrder(int index, Qt::SortOrder order);
153 153
154 154
155 private: 155 private:
156 Ui::SyntilistaMainWindow *ui; 156 Ui::SyntilistaMainWindow *ui;