ToolSeparator QML Type | Qt Quick Controls (original) (raw)
Separates a group of items in a toolbar from adjacent items. More...
Import Statement: | import QtQuick.Controls |
---|---|
Inherits: | Control |
Properties
- horizontal : bool
- orientation : enumeration
- vertical : bool
Detailed Description
ToolSeparator is used to visually distinguish between groups of items in a toolbar by separating them with a line. It can be used in horizontal or vertical toolbars by setting the orientation property to Qt.Vertical
or Qt.Horizontal
, respectively.
See also Customizing ToolSeparator and Separator Controls.
Property Documentation
horizontal : bool [read-only]
orientation : enumeration
This property holds the orientation of the tool separator.
Possible values:
Constant | Description |
---|---|
Qt.Horizontal | A horizontal separator is used in a vertical toolbar. |
Qt.Vertical | A vertical separator is used in a horizontal toolbar. (default) |
vertical : bool [read-only]
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.