1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

added qml file template for stations

This commit is contained in:
Michael Zanetti
2012-07-03 16:51:35 +02:00
parent c295514598
commit 2fb8b57e25
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
}