mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 20:54:15 +02:00
info: rendering full field as plain text
This commit is contained in:
@@ -88,7 +88,7 @@ class InfoDialog(QDialog):
|
|||||||
self.gbox_info.hide()
|
self.gbox_info.hide()
|
||||||
self.toolbar_field.show()
|
self.toolbar_field.show()
|
||||||
self.text_field.show()
|
self.text_field.show()
|
||||||
self.text_field.appendHtml(val)
|
self.text_field.setPlainText(val)
|
||||||
|
|
||||||
bt_full_field = QPushButton(self.i18n['show'].capitalize())
|
bt_full_field = QPushButton(self.i18n['show'].capitalize())
|
||||||
bt_full_field.clicked.connect(show_full_field)
|
bt_full_field.clicked.connect(show_full_field)
|
||||||
|
|||||||
Reference in New Issue
Block a user