mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
ENH: Fix exit shortcut to be more standard, and add shortcut for advanced checkbox.
This commit is contained in:
@@ -84,7 +84,7 @@ CMakeSetupDialog::CMakeSetupDialog()
|
||||
this->DeleteCacheAction = FileMenu->addAction(tr("&Delete Cache"));
|
||||
QObject::connect(this->DeleteCacheAction, SIGNAL(triggered(bool)),
|
||||
this, SLOT(doDeleteCache()));
|
||||
this->ExitAction = FileMenu->addAction(tr("&Exit"));
|
||||
this->ExitAction = FileMenu->addAction(tr("E&xit"));
|
||||
QObject::connect(this->ExitAction, SIGNAL(triggered(bool)),
|
||||
this, SLOT(close()));
|
||||
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="Advanced" >
|
||||
<property name="text" >
|
||||
<string>Show Advanced Entries</string>
|
||||
<string>Show Ad&vanced Entries</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user