qmlfrontend/Page1Form.ui.qml
changeset 14303 00b56ec8b7df
parent 14299 21be7838a127
child 14920 a3ad06ac390e
equal deleted inserted replaced
14302:a6c5ce147530 14303:00b56ec8b7df
    38     Rectangle {
    38     Rectangle {
    39       border.color: "orange"
    39       border.color: "orange"
    40       border.width: 5
    40       border.width: 5
    41       radius: 5
    41       radius: 5
    42 
    42 
       
    43       Layout.minimumHeight: 256
    43       Layout.fillWidth: true
    44       Layout.fillWidth: true
    44       Layout.fillHeight: true
       
    45 
    45 
    46       gradient: Gradient {
    46       gradient: Gradient {
    47         GradientStop {
    47         GradientStop {
    48           position: 0
    48           position: 0
    49           color: "lightblue"
    49           color: "lightblue"
    70         source: "qrc:/res/iconTime.png"
    70         source: "qrc:/res/iconTime.png"
    71         fillMode: Image.PreserveAspectFit
    71         fillMode: Image.PreserveAspectFit
    72         cache: false
    72         cache: false
    73       }
    73       }
    74     }
    74     }
    75   }
    75 
    76   GameView {
    76     GameView {
    77     id: gameView
    77       id: gameView
    78     x: 8
    78 
    79     y: 154
    79       Layout.fillWidth: true
    80     width: 1008
    80       Layout.fillHeight: true
    81     height: 638
    81     }
    82   }
    82   }
    83 }
    83 }