21 #ifndef __qSlicerSettingsPythonPanel_h 22 #define __qSlicerSettingsPythonPanel_h 28 #include <ctkSettingsPanel.h> 31 #include "qSlicerBaseQTGUIExport.h" 34 class qSlicerSettingsPythonPanelPrivate;
37 :
public ctkSettingsPanel
52 void onBackgroundColorChanged(
const QColor& newColor);
54 void onPromptColorChanged(
const QColor& newColor);
55 void onOutputTextColorChanged(
const QColor& newColor);
56 void onErrorTextColorChanged(
const QColor& newColor);
57 void onStdinTextColorChanged(
const QColor& newColor);
58 void onCommandTextColorChanged(
const QColor& newColor);
59 void onWelcomeTextColorChanged(
const QColor& newColor);
61 void onScrollBarPolicyChanged(
int index);
63 void onFontChanged(
const QFont& font);
69 QScopedPointer<qSlicerSettingsPythonPanelPrivate>
d_ptr;
ctkSettingsPanel Superclass
Superclass typedef.
QScopedPointer< qSlicerSettingsPythonPanelPrivate > d_ptr