summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/CMakeSetupDialog.ui
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2008-06-10 04:17:00 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2008-06-10 04:17:00 (GMT)
commit13d55b6ae4e5d618893f7ae82136828c3bc754b1 (patch)
tree4c1e35095e29c349acd73ca0ca575e0a5346068f /Source/QtDialog/CMakeSetupDialog.ui
parent1ee52bb29bdc646308967a5033c3de2b7d96ac91 (diff)
downloadCMake-13d55b6ae4e5d618893f7ae82136828c3bc754b1.zip
CMake-13d55b6ae4e5d618893f7ae82136828c3bc754b1.tar.gz
CMake-13d55b6ae4e5d618893f7ae82136828c3bc754b1.tar.bz2
ENH: Use a tree view of the properties instead of a flat list view.
Properties are grouped by a prefix (up to first "_") and can be expanded or collapsed. Fixes #6359.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.ui')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui
index 12984b2..3f68555 100644
--- a/Source/QtDialog/CMakeSetupDialog.ui
+++ b/Source/QtDialog/CMakeSetupDialog.ui
@@ -295,7 +295,7 @@
<customwidgets>
<customwidget>
<class>QCMakeCacheView</class>
- <extends>QTableView</extends>
+ <extends>QTreeView</extends>
<header>QCMakeCacheView.h</header>
</customwidget>
</customwidgets>