12 #ifndef CXGENERALTAB_H_
13 #define CXGENERALTAB_H_
15 #include "cxGuiExport.h"
45 void saveParametersSlot();
48 void browsePatientDataFolderSlot();
49 void browseVLCPathSlot();
51 void onProfileSelected();
52 void onProfileChanged();
53 void selectProfile(QString uid);
57 void searchForVLC(QStringList searchPaths = QStringList());
58 QToolButton* createAddProfileButton();
61 QComboBox* mPatientDataFolderComboBox;
62 QComboBox* mVLCPathComboBox;
64 QComboBox* mToolConfigFolderComboBox;
69 QString mGlobalPatientDataFolder;