Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ __init__
Method
__init__
gui/sign.py:6–9 ·
view source on GitHub ↗
(self, parent=None)
Source
from the content-addressed store, hash-verified
4
5
class
SignAppComboBox(QComboBox):
6
def
__init__(self, parent=None):
7
super().__init__(parent)
8
self.refresh()
9
self.setSizeAdjustPolicy(QComboBox.AdjustToContents)
10
11
def
refresh(self):
12
self.clear()
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected