mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
Set 'Cancel' as the default button in the shutdown confirmation dialog.
This commit is contained in:
parent
7c80277c04
commit
58ad90fa9c
@ -52,6 +52,8 @@ ShutdownConfirmDlg::ShutdownConfirmDlg(const shutDownAction &action): exit_now(N
|
|||||||
setIcon(QMessageBox::Warning);
|
setIcon(QMessageBox::Warning);
|
||||||
// Always on top
|
// Always on top
|
||||||
setWindowFlags(windowFlags()|Qt::WindowStaysOnTopHint);
|
setWindowFlags(windowFlags()|Qt::WindowStaysOnTopHint);
|
||||||
|
// Set 'Cancel' as default button.
|
||||||
|
setDefaultButton(QMessageBox::Cancel);
|
||||||
timer.setInterval(1000); // 1sec
|
timer.setInterval(1000); // 1sec
|
||||||
connect(&timer, SIGNAL(timeout()), this, SLOT(updateSeconds()));
|
connect(&timer, SIGNAL(timeout()), this, SLOT(updateSeconds()));
|
||||||
show();
|
show();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user