24 #ifndef _STELDIALOG_P_HPP_ 25 #define _STELDIALOG_P_HPP_ 27 #include "StelPropertyMgr.hpp" 28 #include <QAbstractButton> 31 #include <QDoubleSpinBox> 44 virtual void onPropertyChanged(
const QVariant& value) Q_DECL_OVERRIDE;
46 QAbstractButton* button;
59 virtual void onPropertyChanged(
const QVariant& value) Q_DECL_OVERRIDE;
75 virtual void onPropertyChanged(
const QVariant& value) Q_DECL_OVERRIDE;
91 virtual void onPropertyChanged(
const QVariant& value) Q_DECL_OVERRIDE;
103 virtual void onPropertyChanged(
const QVariant& value) Q_DECL_OVERRIDE;
105 void sliderIntValueChanged(
int val);
108 double minValue, maxValue,dRange;
111 #endif // _STELDIALOG_P_HPP_ Wrapper around a Q_PROPERTY (see the Qt property system for more information) of a specific object...
StelProperty * prop
The connected property, set by the constructor.
A StelPropertyProxy that works with QComboBox widgets.
Abstract base class for a StelProperty proxy implementation, which allow reacting to the StelProperty...
A StelPropertyProxy that works with QDoubleSpinBox widgets.
A StelPropertyProxy that works with QSpinBox widgets.