Make remember checkbox off by default
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
4b20e3bc39
commit
abac3db125
1 changed files with 0 additions and 1 deletions
|
@ -597,7 +597,6 @@ void MainWindow::updateInstanceRoot()
|
||||||
messageBox.setIcon(QMessageBox::Question);
|
messageBox.setIcon(QMessageBox::Question);
|
||||||
|
|
||||||
auto checkBox = new QCheckBox(tr("&Remember my choice"), this);
|
auto checkBox = new QCheckBox(tr("&Remember my choice"), this);
|
||||||
checkBox->setChecked(true);
|
|
||||||
messageBox.setCheckBox(checkBox);
|
messageBox.setCheckBox(checkBox);
|
||||||
|
|
||||||
auto res = messageBox.exec();
|
auto res = messageBox.exec();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue