spinetoolbox.project_items.data_store.widgets.custom_menus¶
Classes for custom context menus and pop-up menus.
| author: |
|
|---|---|
| date: | 9.1.2018 |
Module Contents¶
Classes¶
DataStoreContextMenu |
Context menu for Data Stores in the QTreeView and in the QGraphicsView. |
-
class
spinetoolbox.project_items.data_store.widgets.custom_menus.DataStoreContextMenu(parent, position)[source]¶ Bases:
spinetoolbox.widgets.custom_menus.ProjectItemContextMenuContext menu for Data Stores in the QTreeView and in the QGraphicsView.
-
parent¶ Parent for menu widget (ToolboxUI)
Type: QWidget
-
position¶ Position on screen
Type: QPoint
Class constructor.
-