Mercurial
MiniDisplayManager
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
raw
|
help
DisplayFrame.qml
author
sl
Mon, 02 Jun 2014 21:56:03 +0200
changeset 28
8297924aa384
permissions
-rw-r--r--
Putting our marquee control on our display.
sl@15
1
import QtQuick 2.0
sl@15
2
sl@15
3
Rectangle {
sl@15
4
width: 256
sl@15
5
height: 64
sl@15
6
color: red
sl@15
7
}