This method has a problem.
See the image below:
qml.png
Rectangle {
id: mo
x: 100
y: 8
width: 110
height: 20
border.width: 1
border.color: "#000000"
radius: 10
}
TextEdit {
id: textEdit1
x: 100
y: 8
width: 110
height: 20
font.pixelSize: 12
focus: true
}
Rectangle {
id: mo
x: 100
y: 8
width: 110
height: 20
border.width: 1
border.color: "#000000"
radius: 10
}
TextEdit {
id: textEdit1
x: 100
y: 8
width: 110
height: 20
font.pixelSize: 12
focus: true
}
To copy to clipboard, switch view to plain text mode
Bookmarks