mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Allow rich text in help text files
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5556 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
c46778f4a9
commit
300365bad3
@ -83,7 +83,6 @@ HelpTextWindow::HelpTextWindow (QString const& title, QString const& file_name,
|
|||||||
}
|
}
|
||||||
setText (QTextStream {&source}.readAll ());
|
setText (QTextStream {&source}.readAll ());
|
||||||
setWindowTitle(QApplication::applicationName () + " - " + title);
|
setWindowTitle(QApplication::applicationName () + " - " + title);
|
||||||
setTextFormat (Qt::PlainText);
|
|
||||||
setMargin (10);
|
setMargin (10);
|
||||||
setBackgroundRole (QPalette::Base);
|
setBackgroundRole (QPalette::Base);
|
||||||
setAutoFillBackground (true);
|
setAutoFillBackground (true);
|
||||||
|
Loading…
Reference in New Issue
Block a user