summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2007-11-07 15:09:02 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2007-11-07 15:09:02 (GMT)
commit31d4280bf3c1c0b24cd586b17c8d34cdb2f09647 (patch)
tree32cae121731a2da75c3b63d2706f33c3b6e997a4 /Source/QtDialog/CMakeSetupDialog.h
parent696a016444192e49557c4ad747362d925b778538 (diff)
downloadCMake-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.h')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h
index 0010e1d..006569f 100644
--- a/Source/QtDialog/CMakeSetupDialog.h
+++ b/Source/QtDialog/CMakeSetupDialog.h
@@ -66,6 +66,8 @@ protected slots:
void addBinaryPath(const QString&);
QStringList loadBuildPaths();
void saveBuildPaths(const QStringList&);
+ void onBinaryDirectoryChanged(const QString& dir);
+ void onSourceDirectoryChanged(const QString& dir);
protected:
void closeEvent(QCloseEvent*);