Hello,
I'm trying to customize my ComboBox. All is working fine except that the
Popup is positioned above the control.
I'm overriding popup using examples in docs. I set its y position to y:
combo.height-1. I.e.
ComboBox {
id: combo
.
popup: Popup {
y: combo.height-1
Is there a simpler way to do this? Like something in the PLIST file?
> On Jun 7, 2024, at 1:23 PM, Nuno Santos via Interest
> wrote:
>
> Tor,
>
> Setting QMAKE_INFO_PLIST made the trick.
>
> This should be referenced on the documentation though.
>
> Thank you!
>
> Have a great weekend!
>
>