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

Method __init__

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

Source from the content-addressed store, hash-verified

43
44class IcoComboBox(QComboBox):
45 def __init__(self, parent=None):
46 super().__init__(parent)
47 self.setView(QListView())
48 self.setItemDelegate(QStyledItemDelegate())
49 self.refresh()
50
51 def refresh(self):
52 self.clear()

Callers

nothing calls this directly

Calls 2

refreshMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected