mirror of
https://github.com/wassname/sloth.git
synced 2026-07-09 19:42:02 +08:00
Actually store the values in DefaultAttributeHandler
This commit is contained in:
@@ -90,6 +90,7 @@ class DefaultAttributeHandler(QGroupBox, AbstractAttributeHandler):
|
||||
return self._defaults
|
||||
|
||||
def addValue(self, v):
|
||||
self._values.append(v)
|
||||
button = QPushButton(v, self)
|
||||
button.setFlat(True)
|
||||
button.setCheckable(True)
|
||||
|
||||
Reference in New Issue
Block a user