textBrowser
Solved
General and Desktop
-
I must write in textBrowser a string in bold and then append an other string but not bold, how I can do?
-
Text { text: "Hello"; font.weight: Font.Bold }
-
@hooanghiep said in textBrowser:
font.weight: Font.Bold }
it doesn't work -
@vale88 QTextBrowser extends QTextEdit.
use this function: https://doc-snapshots.qt.io/qt5-dev/qtextedit.html#setFontWeight -
@vale88 I solved