diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2008-06-10 04:17:00 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2008-06-10 04:17:00 (GMT) |
commit | 13d55b6ae4e5d618893f7ae82136828c3bc754b1 (patch) | |
tree | 4c1e35095e29c349acd73ca0ca575e0a5346068f /Source/QtDialog/CMakeSetupDialog.ui | |
parent | 1ee52bb29bdc646308967a5033c3de2b7d96ac91 (diff) | |
download | CMake-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.ui | 2 |
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> |