index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libLumina
/
quickplugins
/
sample.qml
blob: b12702ba232b8bc168426060b5bbce6ee0ce2881 (
plain
)
1
2
3
4
5
6
7
import
QtQuick
.
Controls
1.3
Label
{
text
:
"Sample"
color
:
"blue"
font
.
bold
:
true
}
bgstack15