Separator Controls¶
Guidelines for separator controls
Qt Quick Controls offers a selection of separators.
Separates a group of items in a menu from adjacent items.
Separates a group of items in a toolbar from adjacent items.
Each type of separator has its own specific use case. The following sections offer guidelines for choosing the appropriate type of separator, depending on the use case.
ToolSeparator Control¶
ToolSeparator should be used to separate items (typically ToolButton controls) in a ToolBar . It can be used in horizontal or vertical toolbars.