摘要: import QtQuick 2.0 Rectangle { width: 200 height: 80 color: "linen" TextInput { id: input1 x: 8; y: 8 width: 96; height: 20 focus: true text: "Text Input 1" KeyNavigation.tab: input2 } TextInput { id:... 阅读全文
posted @ 2015-07-17 16:58 不二侬 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Properties stops : listDetailed Description A gradient is defined by two or more colors, which will be blended seamlessly. The colors are specified as a set of GradientStop child items, each of which... 阅读全文
posted @ 2015-07-17 10:13 不二侬 阅读(271) 评论(0) 推荐(0) 编辑