Skip to content

KPageDialog: Add a new face type with a flat list of small icons

Ismael Asensio requested to merge work/iasensio/flatlist-dialog into master

This offers a way to show preferences dialogs with a flat list and small icons instad of the more classic list with big icons.

It has been requested for some applications (utilities/kate!683 (comment 417753)) that would like to have a preference dialog more similar to SystemSettings sidebar view.

It uses the default list delegate for the QListView instead of the custom delegate that did set the big icons list. If further customization is needed, we could create a new delegate and set it for this case.

Example with Kate preferences:

Classic List New FlatList
kpagedialog-classic-list kpagedialog-flatlist

Merge request reports