Layouting::ToolBar Class

class Layouting::ToolBar

Wraps QToolBar for use in a Layouting builder. More...

Header: #include <ToolBar>
Inherits: Layouting::Widget

Detailed Description

The toolbar is created with horizontal orientation. Items such as QAction-based tool buttons and separators can be added via the initializer list.

See also Layouting::ToolButton and Layouting::Widget.