MCPcopy Create free account
hub / github.com/echQoQ/RustSL / __init__

Method __init__

gui/widgets.py:79–83  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

77
78class BundleComboBox(QComboBox):
79 def __init__(self, parent=None):
80 super().__init__(parent)
81 self.setView(QListView())
82 self.setItemDelegate(QStyledItemDelegate())
83 self.refresh()
84
85 def refresh(self):
86 self.clear()

Callers

nothing calls this directly

Calls 2

refreshMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected