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: ExToolWindow

create_controls()
edit_plugin()
class hyperspyui.widgets.pluginmanagerwidget.PluginsModel(plugin_manager, parent=None)

Bases: QAbstractItemModel

EnabledColumn = 0
NameColumn = 1
PathColumn = 2
_update_data()
columnCount(self, parent: QModelIndex = QModelIndex()) int
data(self, index: QModelIndex, role: int = Qt.ItemDataRole.DisplayRole) Any
flags(self, index: QModelIndex) Qt.ItemFlags
headerData(self, section: int, orientation: Qt.Orientation, role: int = Qt.ItemDataRole.DisplayRole) Any
index(self, row: int, column: int, parent: QModelIndex = QModelIndex()) QModelIndex
parent(self, child: QModelIndex) QModelIndex
parent(self) QObject | None
rowCount(self, parent: QModelIndex = QModelIndex()) int
setData(self, index: QModelIndex, value: Any, role: int = Qt.ItemDataRole.EditRole) bool
hyperspyui.widgets.pluginmanagerwidget.tr(text)