[Interest] QtQuick controls do not work correctly when scaled
Jason H
scorp1us at yahoo.com
Fri Feb 21 16:09:43 CET 2014
Change the scale of the combo below and you get some weird issues. In addition, the scaled version looks horrid, like a bigger, pixelated version of the original control. Is there a way to get it to layout properly and not look terrible? Now, it could be a Row problem, but if you remove the row, and just let it assume 0,0, it'll still not display itself correctly. "A" of Apple is placed outside the window rect.
Rectangle{
width:360
height:360
Row{
Text{text:">"}
ComboBox{
scale:1
model:['Apple','Bananna',"Strawberry"]
}
Text{text:"<"}
}
}
More information about the Interest
mailing list