SliderStyle properties and default values explained. More...
Inherits Style
This element was introduced in qt-components 4.7.
Custom platformStyle example
Slider { platformStyle: SliderStyle { fontFamily: "Arial" fontPixelSize: 30 textColor: "red" valueBackground: "valueBackground.png" labelArrowDown: "labelArrowDown.png" labelArrowUp: "labelArrowup.png" labelArrowLeft: "labelArrowLeft.png" labelArrowRight: "labelArrowRight.png" handleBackground: "handleBackground.png" handleBackgroundPressed: "handleBackgroundPressed.png" grooveItemBackground: "grooveItemBackground.png" grooveItemElapsedBackground: "grooveItemElapsedBackground.png" mouseMarginTop: 5 mouseMarginLeft: 5 mouseMarginRight: 5 mouseMarginBottom: 5 } }
fontFamily : string |
Property default value is UI.FONT_FAMILY.
Font family.
fontPixelSize : int |
Property default value is UI.FONT_DEFAULT_SIZE.
Font pixel size.
grooveItemBackground : string |
Property default value is "image://theme/meegotouch-slider"+__invertedString+"-background-horizontal".
Grooves item background image location.
grooveItemElapsedBackground : string |
Property default value is "image://theme/meegotouch-slider-elapsed"+__invertedString+"-background-horizontal".
Grooves item elapsed background image location.
handleBackground : string |
Property default value is "image://theme/meegotouch-slider-handle"+__invertedString+"-background-horizontal".
Handles background image location.
labelArrowDown : string |
Property default value is "image://theme/meegotouch-slider-handle-label-arrow-down"+__invertedString.
Label arrow down image location.
labelArrowLeft : string |
Property default value is "image://theme/meegotouch-slider-handle-label-arrow-left"+__invertedString.
Label arrow left image location.
labelArrowRight : string |
Property default value is "image://theme/meegotouch-slider-handle-label-arrow-right"+__invertedString.
Label arrow right image location.
labelArrowUp : string |
Property default value is "image://theme/meegotouch-slider-handle-label-arrow-up"+__invertedString.
Label arrow up image location.
mouseMarginBottom : real |
Property default value is 0.0.
Mouse margin bottom.
mouseMarginLeft : real |
Property default value is 0.0.
Mouse margin left.
mouseMarginRight : real |
Property default value is 0.0.
Mouse margin right.
mouseMarginTop : real |
Property default value is 0.0.
Mouse margin top.
textColor : color |
Property default value is !inverted?UI.COLOR_INVERTED_FOREGROUND:UI.COLOR_FOREGROUND.
Text color.
valueBackground : string |
Property default value is "image://theme/meegotouch-slider-handle-value"+__invertedString+"-background".
Value background image location.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.