mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-09-02 23:48:25 +02:00
9 lines
103 B
QML
9 lines
103 B
QML
import QtQuick 2.1
|
|
|
|
|
|
Image {
|
|
id: root
|
|
source: "images/background.png"
|
|
property int stage
|
|
}
|