diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-03-25 17:39:52 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-03-25 17:39:52 +0100 |
commit | 65dc5d44f147fa70710b651f1d6cab8d09fad3c4 (patch) | |
tree | a8595243e462e047196aaca89e5def8f75372df8 /libgroupview/include | |
parent | af046ff6fcc566f909522d7932d932ddfd322cc3 (diff) | |
download | PrismLauncher-65dc5d44f147fa70710b651f1d6cab8d09fad3c4.tar.gz PrismLauncher-65dc5d44f147fa70710b651f1d6cab8d09fad3c4.tar.bz2 PrismLauncher-65dc5d44f147fa70710b651f1d6cab8d09fad3c4.zip |
Add instance view up/down keyboard navigation, fix some layout glitches (not all)
Diffstat (limited to 'libgroupview/include')
-rw-r--r-- | libgroupview/include/kcategorizedview.h | 10 |
1 files changed, 10 insertions, 0 deletions
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. |