mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Force Log QSO window to top without being modal nor losing the task bar icon
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8542 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
502ea13460
commit
fcb9e39639
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
LogQSO::LogQSO(QString const& programTitle, QSettings * settings
|
LogQSO::LogQSO(QString const& programTitle, QSettings * settings
|
||||||
, Configuration const * config, QWidget *parent)
|
, Configuration const * config, QWidget *parent)
|
||||||
: QDialog(parent)
|
: QDialog {parent, Qt::WindowStaysOnTopHint | Qt::WindowTitleHint | Qt::WindowSystemMenuHint}
|
||||||
, ui(new Ui::LogQSO)
|
, ui(new Ui::LogQSO)
|
||||||
, m_settings (settings)
|
, m_settings (settings)
|
||||||
, m_config {config}
|
, m_config {config}
|
||||||
|
Loading…
Reference in New Issue
Block a user