Separator QML Type
A horizontal separator More...
Import Statement: | import Sailfish.Silica 1.0 |
Properties
Detailed Description
The Separator type provides a Sailfish-styled visual separator or underline.
Property Documentation
horizontalAlignment : enumeration |
This property holds the alignment emphasized by the separator. The value can be one of:
- Qt.AlignLeft
- Qt.AlignHCenter
- Qt.AlignRight
The default value is Qt.AlignLeft