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

Method __init__

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

Source from the content-addressed store, hash-verified

10
11class BinComboBox(QComboBox):
12 def __init__(self, parent=None):
13 super().__init__(parent)
14 self.setView(QListView())
15 self.setItemDelegate(QStyledItemDelegate())
16 self.refresh()
17
18 def refresh(self):
19 self.clear()

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected