spinetoolbox.widgets.custom_qlistview¶
Classes for custom QListView.
| author: |
|
|---|---|
| date: | 14.11.2018 |
Module Contents¶
Classes¶
DragListView |
Custom QListView class with dragging support. |
ProjectItemDragListView |
Custom QListView class with dragging support. |
-
class
spinetoolbox.widgets.custom_qlistview.DragListView(parent)[source]¶ Bases:
PySide2.QtWidgets.QListViewCustom QListView class with dragging support.
-
parent¶ The parent of this view
Type: QWidget
Initialize the view.
-
-
class
spinetoolbox.widgets.custom_qlistview.ProjectItemDragListView(parent)[source]¶ Bases:
spinetoolbox.widgets.custom_qlistview.DragListViewCustom QListView class with dragging support.
-
parent¶ The parent of this view
Type: QWidget
Initialize the view.
-