[Interest] QML: weird popup positioning in ComboBox

2024-06-08 Thread Alexander Dyagilev
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

Re: [Interest] [Qt 6.6.1 - MacOS] qt.permissions: Could not find permission plugin for QCameraPermission.

2024-06-08 Thread David M. Cotter
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! > >