| 136 |
|
|
| 137 |
|
void dtContextMenu(DropTableWidget* myTable, QContextMenuEvent *event); //Context menu options for table widgets |
| 138 |
|
|
| 139 |
– |
void on_tabWidget_selected(const QString &arg1); |
| 140 |
– |
|
| 139 |
|
void checkVagoLastVersion(QNetworkReply *result); //check vago last version |
| 140 |
|
|
| 141 |
|
void on_cbBnvLevels_toggled(bool checked); |
| 178 |
|
|
| 179 |
|
void on_tbAbortConversion_clicked(); |
| 180 |
|
|
| 181 |
+ |
void on_tabWidget_currentChanged(int index); |
| 182 |
+ |
|
| 183 |
|
private: |
| 184 |
|
Ui::MainWindow *ui; |
| 185 |
|
Logger *myLogger; |
| 190 |
|
QString AeLocation; //Workspace location |
| 191 |
|
int startedWindowWidth; |
| 192 |
|
int startedWindowHeight; |
| 193 |
+ |
#ifdef Q_OS_MAC |
| 194 |
+ |
bool useYesAsDefaultInClearButton; |
| 195 |
+ |
#endif |
| 196 |
|
QLabel *itemsLoaded; |
| 197 |
|
QProgressBar *myBar; //Progress Bar |
| 198 |
|
QHash<QString, QString> commandMap; //Map the commands for fast retreive |