hyperspyui.widgets.pluginmanagerwidget module
Created on Sun Mar 01 03:24:48 2015
@author: Vidar Tonaas Fauske
- class hyperspyui.widgets.pluginmanagerwidget.PluginManagerWidget(plugin_manager, parent=None)
Bases:
hyperspyui.widgets.extendedqwidgets.ExToolWindow
- create_controls()
- edit_plugin()
- class hyperspyui.widgets.pluginmanagerwidget.PluginsModel(plugin_manager, parent=None)
Bases:
PyQt5.QtCore.QAbstractItemModel
- EnabledColumn = 0
- NameColumn = 1
- PathColumn = 2
- _update_data()
- flags(self, QModelIndex) Qt.ItemFlags
- headerData(self, int, Qt.Orientation, role: int = Qt.ItemDataRole.DisplayRole) Any
- PluginsModel.index(self, int, int, parent: QModelIndex = QModelIndex()) -> QModelIndex
- parent(self, QModelIndex) QModelIndex
- parent(self) QObject
- hyperspyui.widgets.pluginmanagerwidget.tr(text)