mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-03 18:35:16 -04:00
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
This commit is contained in:
commit
b6a7bf2d94
@ -22,10 +22,11 @@ HelpTextWindow::HelpTextWindow (QString const& title, QString const& file_name,
|
|||||||
, tr ("Error: %1").arg (source.errorString ()));
|
, tr ("Error: %1").arg (source.errorString ()));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setText (QTextStream {&source}.readAll ());
|
|
||||||
setWindowTitle(QApplication::applicationName () + " - " + title);
|
setWindowTitle(QApplication::applicationName () + " - " + title);
|
||||||
setMargin (10);
|
setMargin (10);
|
||||||
setBackgroundRole (QPalette::Base);
|
setBackgroundRole (QPalette::Base);
|
||||||
setAutoFillBackground (true);
|
setAutoFillBackground (true);
|
||||||
setStyleSheet (font_as_stylesheet (font));
|
setStyleSheet (font_as_stylesheet (font));
|
||||||
|
setText (QTextStream {&source}.readAll ());
|
||||||
|
setMinimumSize (sizeHint ());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user