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:
11
data/qml/StationScene.qml
Normal file
11
data/qml/StationScene.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick 1.1
|
||||
|
||||
Rectangle {
|
||||
color: "red"
|
||||
anchors.fill: parent
|
||||
// height: 200
|
||||
// width: 200
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user