diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2007-11-07 15:09:02 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2007-11-07 15:09:02 (GMT) |
commit | 31d4280bf3c1c0b24cd586b17c8d34cdb2f09647 (patch) | |
tree | 32cae121731a2da75c3b63d2706f33c3b6e997a4 /Source/QtDialog/CMakeSetupDialog.ui | |
parent | 696a016444192e49557c4ad747362d925b778538 (diff) | |
download | CMake-31d4280bf3c1c0b24cd586b17c8d34cdb2f09647.zip CMake-31d4280bf3c1c0b24cd586b17c8d34cdb2f09647.tar.gz CMake-31d4280bf3c1c0b24cd586b17c8d34cdb2f09647.tar.bz2 |
BUG: Fix behavior of CMakeSetupDialog::set{Binary|Source}Directory
so they work right when called externally.
Disable the generate button when one hits configure again.
ENH: Some UI tweaks for spacing.
Allow viewing cache values while configure/generate (but not edit).
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.ui')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui index 1b3b537..aa2433a 100644 --- a/Source/QtDialog/CMakeSetupDialog.ui +++ b/Source/QtDialog/CMakeSetupDialog.ui @@ -68,6 +68,22 @@ </widget> </item> <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Minimum</enum> + </property> + <property name="sizeHint" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QLabel" name="label_4" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > |