aboutsummaryrefslogtreecommitdiff
path: root/src/views/style/msliderstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/style/msliderstyle.h')
-rw-r--r--src/views/style/msliderstyle.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/views/style/msliderstyle.h b/src/views/style/msliderstyle.h
index 58ec49c4..ed8d647e 100644
--- a/src/views/style/msliderstyle.h
+++ b/src/views/style/msliderstyle.h
@@ -176,6 +176,16 @@ class M_VIEWS_EXPORT MSliderStyle : public MWidgetStyle
\brief Style name of the indicator label
*/
M_STYLE_ATTRIBUTE(QString, indicatorStyleName, IndicatorStyleName)
+ /*!
+ \property MSlider::minLabelFixedWidth
+ \brief Fixed width of the minimum label of the slider, if not empty
+ */
+ M_STYLE_ATTRIBUTE(qreal, minLabelFixedWidth, MinLabelFixedWidth)
+ /*!
+ \property MSlider::maxLabelFixedWidth
+ \brief Fixed width of the maximum label of the slider, if not empty
+ */
+ M_STYLE_ATTRIBUTE(qreal, maxLabelFixedWidth, MaxLabelFixedWidth)
};
class M_VIEWS_EXPORT MSliderStyleContainer : public MWidgetStyleContainer