21 #ifndef __qSlicerSettingsDeveloperPanel_h 22 #define __qSlicerSettingsDeveloperPanel_h 28 #include <ctkSettingsPanel.h> 31 #include "qSlicerBaseQTGUIExport.h" 34 class qSlicerSettingsDeveloperPanelPrivate;
37 :
public ctkSettingsPanel
53 void enableDeveloperMode(
bool value);
54 void enableQtTesting(
bool value);
55 void preserveCLIModuleDataFiles(
bool value);
58 QScopedPointer<qSlicerSettingsDeveloperPanelPrivate>
d_ptr;
ctkSettingsPanel Superclass
Superclass typedef.
QScopedPointer< qSlicerSettingsDeveloperPanelPrivate > d_ptr