ToolBar:
Filter:
Classes | GUI

ToolBar

An inline button bar populated by MenuActions
Location: NOT INSTALLED!

Description

A ToolBar is similar to a Menu, with several key differences:

Class Methods

.new

Create a new ToolBar containing one or more actions.

Arguments:

One or more MenuAction

Inherited class methods

Instance Methods

.orientation

The horizontal or vertical orientation of the ToolBar

Arguments:

A QOrientation

.toolButtonStyle

Controls whether the toolbar shows icons, text, or both.

Arguments:

An integer; one of the values of QToolButtonStyle.

Discussion:

Inherited instance methods

Examples