projects
/
projets
/
fookb-qt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add notice
[projets/fookb-qt.git]
/
fookb.qml
1
import Qt.labs.platform 1.1
2
3
SystemTrayIcon {
4
visible: true
5
icon.source: "qrc:/images/fr.png"
6
7
menu: Menu {
8
MenuItem {
9
text: qsTr("Quit")
10
onTriggered: Qt.quit()
11
}
12
}
13
}