1 #ifndef TERRASYNCPAGE_H
2 #define TERRASYNCPAGE_H
11 #include "xobjects/mainobject.h"
20 QCheckBox *checkBoxUseTerrasync;
21 QToolButton *buttSelectPath;
22 QLineEdit *txtTerraSyncPath;
29 void on_checkbox_clicked();
30 void on_select_path();
33 void initializePage();
37 #endif // TERRASYNCPAGE_H