widgets.toolbars¶
Functions to make and handle QToolBars.
| author: |
|
|---|---|
| date: | 19.1.2018 |
Module Contents¶
-
class
widgets.toolbars.ItemToolBar(parent)[source]¶ Bases:
PySide2.QtWidgets.QToolBarA toolbar to add items using drag and drop actions.
-
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.
-
-
class
widgets.toolbars.DraggableWidget(parent, pixmap, text)[source]¶ Bases:
PySide2.QtWidgets.QLabelA draggable QLabel.
-
parent¶ Parent widget
Type: QWidget
-
pixmap¶ Picture for the label
Type: QPixMap
-
text¶ Item type
Type: str
-
-
class
widgets.toolbars.ParameterTagToolBar(parent)[source]¶ Bases:
PySide2.QtWidgets.QToolBarA toolbar to add items using drag and drop actions.
-
parent¶ tree or graph view form
Type: DataStoreForm
-