Redesign
This commit is contained in:
parent
3d7128a421
commit
99cf0780c1
43 changed files with 239 additions and 182 deletions
|
@ -20,21 +20,10 @@
|
|||
import QtQuick 2.0
|
||||
|
||||
Rectangle {
|
||||
color: '#336688'
|
||||
color: 'white'
|
||||
|
||||
width: 480
|
||||
height: 800
|
||||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
source: 'images/mask.png'
|
||||
}
|
||||
|
||||
Image {
|
||||
anchors.fill: parent
|
||||
source: 'images/noise.png'
|
||||
fillMode: Image.Tile
|
||||
}
|
||||
|
||||
Main {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue