IconDialog QML Type
| Import Statement: | import org.kde.iconthemes |
Properties
- customLocation : string
- iconName : string
- iconSize : int
- modality : enumeration
- title : string
- user : bool
- visible : string
Methods
Detailed Description
Property Documentation
customLocation : string
Use a custom location, only local directory paths are allowed
iconName : string
The name or path of the icon the user has selected
iconSize : int
The desired size of icons
modality : enumeration
Window modality, default is Qt.NonModal
title : string
The title to use for the dialog
user : bool
Begin with the "user icons" instead of "system icons"
visible : string
Whether the dialog is currently visible, setting this property to true is the same as calling show()