Obsolete Members for ValueSelector
The following members of QML type ValueSelector are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- expanded : bool
- fallbackIconName : string
- fallbackIconSource : url
- iconFrame : bool
- selectedIndex : int
- values : variant
Property Documentation
expanded : bool |
Specifies whether the selector is 'open' or 'closed'.
fallbackIconName : string |
The icon shown in the list item if iconName failed to load (optional).
If both fallbackIconSource and fallbackIconName are defined, fallbackIconName will be ignored.
Note: The complete list of icons available in Lomiri is not published yet. For now please refer to the folders where the icon themes are installed:
- Lomiri Touch: /usr/share/icons/suru
- Lomiri Desktop: /usr/share/icons/lomiri-mono-dark
These 2 separate icon themes will be merged soon.
fallbackIconSource : url |
The location of the icon to show in the list item if iconSource failed to load (optional).
iconFrame : bool |
Show or hide the frame around the icon
values : variant |
The list of values that will be shown under the label text