The html field of this QTextEdit passes a default value to translation that does not contain any visible text. This HTML code is the default of the field and cannot be removed from my version of QtCreator, but it seems to not have any purpose, since the widget does not accept rich text format.
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
@MKleusberg do you think we can remove this value safely using a text editor (since QtCreator refuses to leave it empty)?
The html field of this QTextEdit passes a default value to translation that does not contain any visible text. This HTML code is the default of the field and cannot be removed from my version of QtCreator, but it seems to not have any purpose, since the widget does not accept rich text format.
sqlitebrowser/src/RemotePushDialog.ui
Line 49 in dfc7645
@MKleusberg do you think we can remove this value safely using a text editor (since QtCreator refuses to leave it empty)?