Initial player integration using Qt Multimedia
This commit is contained in:
parent
a333def9c1
commit
844c133017
13 changed files with 306 additions and 14 deletions
14
index.qml
14
index.qml
|
@ -21,9 +21,21 @@ import QtQuick 2.0
|
|||
import 'qml'
|
||||
|
||||
Rectangle {
|
||||
color: 'black'
|
||||
color: '#336688'
|
||||
|
||||
width: 480
|
||||
height: 800
|
||||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
source: 'qml/images/mask.png'
|
||||
}
|
||||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
source: 'qml/images/noise.png'
|
||||
fillMode: Image.Tile
|
||||
}
|
||||
|
||||
Main {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue