Re: [Development] Styling Qt Quick Items

2014-04-24 Thread Bache-Wiig Jens
On 24 Apr 2014, at 00:57, Alex Montgomery mailto:apmontgom...@gmail.com>> wrote: Hello, While trying to style a ComboBox such that its text didn't elide and it didn't have inexplicably large margins, I was surprised to learn that these two items would be displayed entirely differently: Combo

[Development] Styling Qt Quick Items

2014-04-23 Thread Alex Montgomery
Hello, While trying to style a ComboBox such that its text didn't elide and it didn't have inexplicably large margins, I was surprised to learn that these two items would be displayed entirely differently: ComboBox { model: ["1", "2"] } ComboBox { model: ["1", "2"]; style: ComboBoxStyle{} } Whic