mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[improvement][info] full field text area as readonly
This commit is contained in:
@@ -28,6 +28,7 @@ class InfoDialog(QDialog):
|
||||
|
||||
# shows complete field string
|
||||
self.text_field = QPlainTextEdit()
|
||||
self.text_field.setReadOnly(True)
|
||||
self.layout().addWidget(self.text_field)
|
||||
self.text_field.hide()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user