widgets.custom_qtreeview¶
Classes for custom QTreeView.
| author: |
|
|---|---|
| date: | 25.4.2018 |
Module Contents¶
-
class
widgets.custom_qtreeview.CopyTreeView(parent)[source]¶ Bases:
PySide2.QtWidgets.QTreeViewCustom QTreeView class with copy support.
-
class
widgets.custom_qtreeview.ObjectTreeView(parent)[source]¶ Bases:
widgets.custom_qtreeview.CopyTreeViewCustom QTreeView class for object tree in TreeViewForm.
-
parent¶ The parent of this view
Type: QWidget
-
-
class
widgets.custom_qtreeview.ReferencesTreeView(parent)[source]¶ Bases:
PySide2.QtWidgets.QTreeViewCustom QTreeView class for ‘References’ in Data Connection properties.
-
parent¶ The parent of this view
Type: QWidget
-
-
class
widgets.custom_qtreeview.DataTreeView(parent)[source]¶ Bases:
PySide2.QtWidgets.QTreeViewCustom QTreeView class for ‘Data’ in Data Connection properties.
-
parent¶ The parent of this view
Type: QWidget
-
-
class
widgets.custom_qtreeview.SourcesTreeView(parent)[source]¶ Bases:
PySide2.QtWidgets.QTreeViewCustom QTreeView class for ‘Sources’ in Tool Template form.
-
parent¶ The parent of this view
Type: QWidget
-