Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

problem with the DropShadow

$
0
0
Rectangle {         width: 640         height: 480         color: "white"           Rectangle {             id: blackRect             width: 200             height: 50             color: "red"             visible: false         }           DropShadow {             id: shadow             anchors.fill: blackRect             horizontalOffset: 0             verticalOffset: 5             radius: 12             samples: 24             spread: 0.0             color: "#000000"             transparentBorder: true;             source: blackRect         }     }

Viewing all articles
Browse latest Browse all 4972

Latest Images

Trending Articles



Latest Images