Re: [Interest] iOS device volume control on iOS 12+ with Qt

2019-10-16 Thread Jason H
Eh, I think my code works, if I select the speaker. I thought I was getting partial volume but i think I was getting full volume from the ear speaker. Curious to note: there is no way in Qt to do this, have to drop into AVFoundation to do that. One of the many missing mobile features... > Sent

[Interest] iOS device volume control on iOS 12+ with Qt

2019-10-16 Thread Jason H
This solution had been working for me: https://stackoverflow.com/questions/50737943/how-to-change-volume-programmatically-on-ios-11-4/50740074#50740074 But it seems that I can't get away with an MPVolumeView anymore. However the proposed solution isn't working for me as I am not sure how to patch

Re: [Interest] CPU load in busy indicator widget based on Q(Variant)Animation

2019-10-16 Thread Thiago Macieira
On Wednesday, 16 October 2019 06:33:55 PDT René J.V. Bertin wrote: > What would be the proper way to implement something that behaves like a > QTimer with delay 0 (= fire as soon as the event loop becomes available) > but with an interval (= fire as soon as the event loop becomes available > after

Re: [Interest] CPU load in busy indicator widget based on Q(Variant)Animation

2019-10-16 Thread René J . V . Bertin
A thought: What would be the proper way to implement something that behaves like a QTimer with delay 0 (= fire as soon as the event loop becomes available) but with an interval (= fire as soon as the event loop becomes available after at least X msec of pause)? Add a QThread::msleep() call insi

Re: [Interest] Change in open-source licensing of Qt Wayland Compositor, Qt Application Manager and Qt PDF

2019-10-16 Thread Lars Knoll
Hi, As it turned out, there was some miscommunication that happened regarding the re-licensing of Qt PDF, and not all contributors were on board regarding the license change. That means we’re not changing the modules license and won’t be adding it to become a supported part of Qt until this has

Re: [Interest] Dark mode for other platforms

2019-10-16 Thread Vadim Peretokin
No problem! Thanks for the answer. In the meantime we can use stylesheets for this: https://github.com/ColinDuquesnoy/QDarkStyleSheet On Wed, Oct 16, 2019 at 2:44 PM Mårten Nordheim wrote: > On 16.10.2019 14:38, Vadim Peretokin wrote: > > But Qt on Windows doesn't automatically obey this dark m

Re: [Interest] Dark mode for other platforms

2019-10-16 Thread Mårten Nordheim
On 16.10.2019 14:38, Vadim Peretokin wrote: > But Qt on Windows doesn't automatically obey this dark mode like it does > on macOS - is there anything I can do to nudge it that way? Unfortunately not, it just hasn’t been implemented in Qt yet for various reasons. Although there has been some wor

Re: [Interest] Dark mode for other platforms

2019-10-16 Thread Vadim Peretokin
But Qt on Windows doesn't automatically obey this dark mode like it does on macOS - is there anything I can do to nudge it that way? ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Dark mode for other platforms

2019-10-16 Thread Mårten Nordheim
On 16.10.2019 13:59, Nikos Chantziaras wrote: > On 15/10/2019 13:46, Allan Sandfeld Jensen wrote: >> On Tuesday, 15 October 2019 11:58:42 CEST Vadim Peretokin wrote: >>> Hello! >>> >>> I've noticed that Qt on macOS now automatically uses dark mode, and it >>> looks amazing >>>

Re: [Interest] Dark mode for other platforms

2019-10-16 Thread Allan Sandfeld Jensen
On Wednesday, 16 October 2019 13:59:54 CEST Nikos Chantziaras wrote: > On 15/10/2019 13:46, Allan Sandfeld Jensen wrote: > > On Tuesday, 15 October 2019 11:58:42 CEST Vadim Peretokin wrote: > >> Hello! > >> > >> I've noticed that Qt on macOS now automatically uses dark mode, and it > >> looks amaz

Re: [Interest] Dark mode for other platforms

2019-10-16 Thread Nikos Chantziaras
On 15/10/2019 13:46, Allan Sandfeld Jensen wrote: On Tuesday, 15 October 2019 11:58:42 CEST Vadim Peretokin wrote: Hello! I've noticed that Qt on macOS now automatically uses dark mode, and it looks amazing . My question is: how can