mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 11:02:19 +01:00
modified helloqml plugin
This commit is contained in:
parent
f42049eb12
commit
91a88e4cd3
|
@ -16,7 +16,7 @@ Falkon.PluginInterface {
|
||||||
console.log('Bye!')
|
console.log('Bye!')
|
||||||
}
|
}
|
||||||
|
|
||||||
browserAction: Falkon.BrowserAction {
|
Falkon.BrowserAction {
|
||||||
name: 'helloqml-button'
|
name: 'helloqml-button'
|
||||||
identity: 'helloqml-id'
|
identity: 'helloqml-id'
|
||||||
title: 'Testing QML Title'
|
title: 'Testing QML Title'
|
||||||
|
@ -58,7 +58,7 @@ Falkon.PluginInterface {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sideBar: Falkon.SideBar {
|
Falkon.SideBar {
|
||||||
name: 'helloqml-sidebar'
|
name: 'helloqml-sidebar'
|
||||||
title: 'Testing QML SideBar'
|
title: 'Testing QML SideBar'
|
||||||
icon: Qt.resolvedUrl('qrc:/icons/preferences/extensions.svg')
|
icon: Qt.resolvedUrl('qrc:/icons/preferences/extensions.svg')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user