From 65dc5d44f147fa70710b651f1d6cab8d09fad3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 25 Mar 2013 17:39:52 +0100 Subject: Add instance view up/down keyboard navigation, fix some layout glitches (not all) --- libgroupview/include/kcategorizedview.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libgroupview/include/kcategorizedview.h') diff --git a/libgroupview/include/kcategorizedview.h b/libgroupview/include/kcategorizedview.h index df962131..e0ac31fd 100644 --- a/libgroupview/include/kcategorizedview.h +++ b/libgroupview/include/kcategorizedview.h @@ -208,6 +208,16 @@ public: */ virtual void reset(); + /** + * Signify that all item delegates size hints return the same fixed size + */ + void setUniformItemWidths(bool enable); + + /** + * Do all item delegate size hints return the same fixed size? + */ + bool uniformItemWidths() const; + protected: /** * Reimplemented from QWidget. -- cgit v1.2.3