https://bugs.kde.org/show_bug.cgi?id=427434
Bug ID: 427434
Summary: qml: icon picker dialog with custom path?
Product: plasmashell
Version: master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
I'm using the following snippet for my plasmoid:
IconDialog {
id: iconDialog
onIconNameChanged: {
iconPreview.source = iconName
iconChanged(iconName)
}
customLocation:'/path/to/icons'
}
The intention is obviously to open an iconPicker at a specific path. It works
somehow however only if the user changes the radiobutton manually from "system
icons" to "other icons"
Is there a way to define programatically that the icon picker is loaded with
"other icons"?
--
You are receiving this mail because:
You are watching all bug changes.