diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-14 19:30:45 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-16 19:16:04 (GMT) |
commit | d471406f0b41b99579cb07770302555c138d47a0 (patch) | |
tree | ec87eb651403f400c89b4275d155f3bf56aad480 /Source/QtDialog/CMakeSetupDialog.ui | |
parent | 1356230b0709fe3a3d4e4ddf5615821bc2199d79 (diff) | |
download | CMake-d471406f0b41b99579cb07770302555c138d47a0.zip CMake-d471406f0b41b99579cb07770302555c138d47a0.tar.gz CMake-d471406f0b41b99579cb07770302555c138d47a0.tar.bz2 |
CMake GUI: Disable preset fields instead of hiding them
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.ui')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui index afb25eb..a5c35b1 100644 --- a/Source/QtDialog/CMakeSetupDialog.ui +++ b/Source/QtDialog/CMakeSetupDialog.ui @@ -68,7 +68,11 @@ </widget> </item> <item row="1" column="1"> - <widget class="QCMakePresetComboBox" name="Preset"/> + <widget class="QCMakePresetComboBox" name="Preset"> + <property name="enabled"> + <bool>false</bool> + </property> + </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="BinaryLabel"> |