Skip to content

Make qtOperationAction generate toolbar buttons on occasion.

David Thompson requested to merge dcthomp/smtk:operation-toolbar into master

These methods make it possible to have qtDoubleClickButton instances inside the operation toolbox but QToolButton instances inside toolbars (for the same qtOperationAction). This is needed for proper styling of toolbars.

This commit also adds some templated convenience methods to qtOperationTypeModel for finding model-indices and actions of an operation.

Edited by David Thompson

Merge request reports