spinetoolbox.widgets.toolbars¶
Functions to make and handle QToolBars.
| author: |
|
|---|---|
| date: | 19.1.2018 |
Module Contents¶
Classes¶
MainToolBar |
A toolbar to add items using drag and drop actions. |
-
class
spinetoolbox.widgets.toolbars.MainToolBar(parent)[source]¶ Bases:
PySide2.QtWidgets.QToolBarA toolbar to add items using drag and drop actions.
Parameters: parent (ToolboxUI) – QMainWindow instance -
remove_all(self, checked=False)[source]¶ Slot for handling the remove all tool button clicked signal. Calls ToolboxUI remove_all_items() method.
-
execute_project(self, checked=False)[source]¶ Slot for handling the Execute project tool button clicked signal.
-