Re: [Interest] QML and mac system menu

2019-09-13 Thread Michael Corcoran
Try action->setMenuRole(QAction::ApplicationSpecificRole); Demo that works for me: https://gist.github.com/tracernz/5b24ee0bd1e3f065ff3712cdf7708f3a Docs: https://doc.qt.io/qt-5/qaction.html#MenuRole-enum From: Interest on behalf of Alexander Dyagilev

Re: [Interest] mac app crashes if you plug in another monitor

2019-09-13 Thread David M. Cotter
*I* am not doing anything. this is the Qt framework > On Sep 13, 2019, at 8:01 AM, Jérôme Godbout wrote: > > Are you updating the CocoaScreen from a different thread then the main main > thread? > > > From: Interest On Behalf Of David M. Cotter > Sent: September 13, 2019 10:49 AM > To:

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

2019-09-13 Thread Jason H
I wanted to thank you for your reply. It does give me better understanding of what is going on. But I still disagree.   > 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

Re: [Interest] mac app crashes if you plug in another monitor

2019-09-13 Thread Jérôme Godbout
Are you updating the CocoaScreen from a different thread then the main main thread? [36E56279] une compagnie [cid:image002.jpg@01D56A22.979563C0] RAPPROCHEZ LA DISTANCE Jérôme Godbout Développeur Logiciel Sénior / Senior Software Developer p: +1 (418) 800-1073 ext.:109

Re: [Interest] Qt 5.9 and OpenSSL 1.1?

2019-09-13 Thread Thiago Macieira
On Friday, 13 September 2019 00:12:44 PDT René J. V. Bertin wrote: > >> Ideally qt should be compatible for both. I understand this is not > >> doable ? > > > > It's not doable. > > Technically it seems that it should be possible when loading the SSL > libraries at runtime, no? No. Loading the

Re: [Interest] Qt 5.9 and OpenSSL 1.1?

2019-09-13 Thread Konstantin Tokarev
13.09.2019, 10:14, "René J. V. Bertin" : > I finally got around to upgrading OpenSSL and getting to work Qt 5.9 with it. > It > required an additional change that I hadn't found in the 5.10 branch: > accepting > the newer version during the configure phase :) > >

Re: [Interest] Qt 5.9 and OpenSSL 1.1?

2019-09-13 Thread René J . V . Bertin
On Friday September 13 2019 18:26:53 Konstantin Tokarev wrote: >FWIW, you can find patches for LibreSSL support at >https://bugs.gentoo.org/562050 Interesting, thanks. R. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Qt 5.9 and OpenSSL 1.1?

2019-09-13 Thread René J . V . Bertin
I finally got around to upgrading OpenSSL and getting to work Qt 5.9 with it. It required an additional change that I hadn't found in the 5.10 branch: accepting the newer version during the configure phase :)

Re: [Interest] QML and mac system menu

2019-09-13 Thread Alexander Dyagilev
Hello, So, there is no way for this? On 9/10/2019 4:10 PM, Alexander Dyagilev wrote: 2) Is there a way to add my custom menu items to the first menu element of my app system menu (which is bold). E.g. "untitled" in my case: . ___ Interest