Re: [Interest] Why I still prefer widgets...

2019-09-13 Thread Jason H
efualt, it is actively making the wrong decision. I only set the top and right anchor lines.    QTBUG-78281       Sent: Tuesday, September 10, 2019 at 3:06 PM From: "Furkan Üzümcü" To: "Giuseppe D'Angelo via Interest" , "Jason H" Subject: Re: [Interest] Why I st

Re: [Interest] Why I still prefer widgets...

2019-09-10 Thread Furkan Üzümcü
If you look into how ComboBox is styled in the code, you’ll notice that the implicit size of the combo box depends on the implicit size of the background, implicit size of the content item, and the padding/inset that’s set for the ComboBox. In order to achieve what you are describing, you can

[Interest] Why I still prefer widgets...

2019-09-10 Thread Jason H
ComboBox { anchors { top: parent.top right: parent.right } model: Object.keys(Data.imeis) // and IMEI is 15 characters long } I feel like when I did this with widgets, the combobox, if set to preferred (default) would size itself to fit the content. But in QML I get