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:
Bill Somerville 2015-06-08 17:45:19 +00:00
parent c46778f4a9
commit 300365bad3

View File

@ -83,7 +83,6 @@ HelpTextWindow::HelpTextWindow (QString const& title, QString const& file_name,
}
setText (QTextStream {&source}.readAll ());
setWindowTitle(QApplication::applicationName () + " - " + title);
setTextFormat (Qt::PlainText);
setMargin (10);
setBackgroundRole (QPalette::Base);
setAutoFillBackground (true);