diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2009-08-10 17:25:22 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2009-08-10 17:25:22 (GMT) |
commit | 37805ff81cfdcf3bde10192f08062e4a2260dd5e (patch) | |
tree | 73aba6db042d0cd3414f8c0b3b888faa8eb79393 /Source/QtDialog/QCMakeCacheView.h | |
parent | 821247ef4d8dc95bf0bc8cb1ba25331593fb404c (diff) | |
download | CMake-37805ff81cfdcf3bde10192f08062e4a2260dd5e.zip CMake-37805ff81cfdcf3bde10192f08062e4a2260dd5e.tar.gz CMake-37805ff81cfdcf3bde10192f08062e4a2260dd5e.tar.bz2 |
ENH: Allow edit on single click. Fixes #9393. Also fix row heights to be consistent.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index d5005d0..431cab0 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -150,6 +150,7 @@ public: const QStyleOptionViewItem& option, const QModelIndex& index); bool eventFilter(QObject* object, QEvent* event); void setModelData(QWidget * editor, QAbstractItemModel * model, const QModelIndex & index ) const; + QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const; QSet<QCMakeProperty> changes() const; void clearChanges(); |