From 300365bad3e3ebdcff56745e7e2b6773955468b2 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 8 Jun 2015 17:45:19 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4754f1069..ece95e9d2 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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);