[kde-guidelines] Styleguide: Selection > Lists

David Edmundson david at davidedmundson.co.uk
Wed May 29 20:20:23 UTC 2013


On Wed, May 29, 2013 at 8:13 AM, Heiko Tietze
<heiko.tietze at user-prompt.com> wrote:
> We have some categories left for list selections:
>
> * 1 of some n selection (List Box)
> * 1 of n selection with possibility to add item (Combo box) (Comment: There
> is no real Combo Box available yet. This could come with Qt/Plasma
> Components)
> * 1 of a huge number of n selection (Extended drop-down list)
> * n of m selection
>
> There is a significant difference between dropdown lists, dropdown lists
> with adding function (combo boxes), and pure lists. And non-standard
> components allow the handling of large lists (e.g. endless lists). Some
> compiler (or rather framework) provide those different types of drop downs
> as unique controls/widgets, some other have only properties that switches
> features on/off.
>
> David: How do we have to handle it for KDE?

I'm not sure I fully understand the question.

Here is a visual list in developer terms

QListView / QListWidget
http://static.davidedmundson.co.uk/hig/widgets/QListView.png

This can be single selection or multiple item selection

This can be checkable or based on selected items.
http://static.davidedmundson.co.uk/hig/widgets/QListView2.png

This can also be in a tree with a QTreeView

These can be more fancy (i.e Dolphin)

QComboBox
http://static.davidedmundson.co.uk/hig/widgets/QComboBox.png

KComboBox is exactly the same but with optional auto-completion

KEditListWidget
http://static.davidedmundson.co.uk/hig/widgets/KEditListWidget.png

KActionSelector
http://static.davidedmundson.co.uk/hig/widgets/KActionSelector.png



>
> _______________________________________________
> kde-guidelines mailing list
> kde-guidelines at kde.org
> https://mail.kde.org/mailman/listinfo/kde-guidelines
>


More information about the kde-guidelines mailing list