Commit 0a6b0db8 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig Committed by The Qt Project
Browse files

Simplify testbench background


Change-Id: If71fa385f95fe89921a1fbcbb27b007d94ba954d
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent 90d3172a
No related merge requests found
Showing with 3 additions and 7 deletions
......@@ -55,6 +55,8 @@ ApplicationWindow {
property SpinBox widthControl
property SpinBox heightControl
color: "lightgray"
Components{ id: components }
SystemPalette { id: syspal }
......@@ -72,7 +74,7 @@ ApplicationWindow {
}
CheckBox {
id: patternCheckBox
checked: true
checked: false
text: "Background"
}
}
......@@ -106,14 +108,8 @@ ApplicationWindow {
clip: true
Layout.horizontalSizePolicy: Layout.Expanding
Rectangle {
anchors.fill: parent
color: "lightgray"
}
Image {
anchors.fill: parent
anchors.margins: -1000
source: "../images/checkered.png"
fillMode: Image.Tile
opacity: patternCheckBox.checked ? 0.12 : 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment