diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2009-03-12 15:19:27 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2009-03-12 15:19:27 (GMT) |
commit | c54f47635c7f4eda101cc092605481efb9e5275d (patch) | |
tree | 2157d540e011660f7d3db31ffb4b7929f3fc61c2 /Source/QtDialog/QCMakeCacheView.h | |
parent | dd7b48c9c386ffd7fa184284403988df85a38279 (diff) | |
download | CMake-c54f47635c7f4eda101cc092605481efb9e5275d.zip CMake-c54f47635c7f4eda101cc092605481efb9e5275d.tar.gz CMake-c54f47635c7f4eda101cc092605481efb9e5275d.tar.bz2 |
ENH: Add support for showing combo box for choosing from a list of strings that a cache property can have.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index e046d09..77422ec 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -70,7 +70,8 @@ public: // properties, and the advanced flag enum { HelpRole = Qt::ToolTipRole, TypeRole = Qt::UserRole, - AdvancedRole }; + AdvancedRole, + StringsRole}; enum ViewType { FlatView, GroupView }; |