21#ifndef __qSlicerSettingsStylesPanel_h
22#define __qSlicerSettingsStylesPanel_h
25#include <ctkSettingsPanel.h>
28#include "qSlicerBaseQTGUIExport.h"
31class qSlicerSettingsStylesPanelPrivate;
34 :
public ctkSettingsPanel
81 QScopedPointer<qSlicerSettingsStylesPanelPrivate>
d_ptr;
void onStyleChanged(const QString &)
void currentStyleChanged(const QString &)
void onFontChanged(const QFont &font)
void onRemoveStyleAdditionalPathClicked()
void onAddStyleAdditionalPathClicked()
QScopedPointer< qSlicerSettingsStylesPanelPrivate > d_ptr
static QStringList availableSlicerStyles()
void setCurrentStyle(const QString &)
void onShowToolTipsToggled(bool)
~qSlicerSettingsStylesPanel() override
Destructor.
void onAdditionalStylePathsChanged()
QString currentStyle() const
void onShowToolButtonTextToggled(bool enable)
ctkSettingsPanel Superclass
Superclass typedef.
qSlicerSettingsStylesPanel(QWidget *parent=nullptr)
Constructor.