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:"<"}
}
}

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to