mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 20:54:15 +02:00
[wgem] adding category
This commit is contained in:
@@ -277,6 +277,9 @@ class FormQt(QGroupBox):
|
||||
line_edit.setText(c.value)
|
||||
line_edit.setCursorPosition(0)
|
||||
|
||||
if c.read_only:
|
||||
line_edit.setEnabled(False)
|
||||
|
||||
def update_model(text: str):
|
||||
c.value = text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user