1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

added qml file template for stations

This commit is contained in:
Michael Zanetti
2012-07-03 16:51:35 +02:00
parent c6b29481b1
commit 71f6676c4b
4 changed files with 169 additions and 2 deletions

11
data/qml/StationScene.qml Normal file
View File

@@ -0,0 +1,11 @@
import QtQuick 1.1
Rectangle {
color: "red"
anchors.fill: parent
// height: 200
// width: 200
}