21 #ifndef __qSlicerSettingsStylesPanel_h 22 #define __qSlicerSettingsStylesPanel_h 25 #include <ctkSettingsPanel.h> 28 #include "qSlicerBaseQTGUIExport.h" 31 class qSlicerSettingsStylesPanelPrivate;
34 :
public ctkSettingsPanel
40 Q_PROPERTY(QString currentStyle READ currentStyle WRITE setCurrentStyle NOTIFY currentStyleChanged)
52 QString currentStyle()
const;
57 void setCurrentStyle(
const QString&);
62 void currentStyleChanged(
const QString&);
65 void onAdditionalStylePathsChanged();
66 void onAddStyleAdditionalPathClicked();
67 void onRemoveStyleAdditionalPathClicked();
68 void onStyleChanged(
const QString&);
70 void onFontChanged(
const QFont& font);
71 void onShowToolTipsToggled(
bool);
72 void onShowToolButtonTextToggled(
bool enable);
75 QScopedPointer<qSlicerSettingsStylesPanelPrivate>
d_ptr;
QScopedPointer< qSlicerSettingsStylesPanelPrivate > d_ptr
ctkSettingsPanel Superclass
Superclass typedef.