Re: [Interest] Best way to threaded render (images) going forward?

2019-11-19 Thread Christoph Feck
On 11/19/19 19:52, Wesley Krasko wrote: Yes, I've read about RHI but it all seems to imply it's for QT Quick, what about Qt Widget based apps going forward? Let me quote what is written there: "We will need to base all our rendering infrastructure (QPainter, the Qt Quick Scenegraph, and our 3D

Re: [Interest] Full Screen on iPhone 11/iOS 13 [solved]

2019-11-19 Thread Jason H
It's stupid simple now: (in QML) visibility: Window.FullScreen I don't even need my old iOS 10 hacks! *so happy* > Sent: Tuesday, November 19, 2019 at 12:06 PM > From: "Jason H" > To: "interestqt-project.org" > Subject: [Interest] Full Screen on iPhone 11/iOS 13 > > Yet again I find that apple c

Re: [Interest] Best way to threaded render (images) going forward?

2019-11-19 Thread Wesley Krasko
Yes, I've read about RHI but it all seems to imply it's for QT Quick, what about Qt Widget based apps going forward? Also, AFAIK 6 will not be released until 11 of 2020 which will likely be too late for Mac OS considering they'll probably have another release before that doing away completely with

Re: [Interest] Best way to threaded render (images) going forward?

2019-11-19 Thread Christoph Feck
On 11/19/19 19:33, David M. Cotter wrote: is someone working on something like QNativeGraphics, which picks the best impl under the hood? eg: metal for macos, opengl for linux, and whatever it is now for windows? See https://www.qt.io/blog/2019/08/07/technical-vision-qt-6

Re: [Interest] Best way to threaded render (images) going forward?

2019-11-19 Thread David M. Cotter
+1 on this please is someone working on something like QNativeGraphics, which picks the best impl under the hood? eg: metal for macos, opengl for linux, and whatever it is now for windows? the writing is on the wall for OpenGL on mac, what are the future plans for that? > On Nov 19, 2019, at

[Interest] Best way to threaded render (images) going forward?

2019-11-19 Thread Wesley Krasko
Hello all, I was sent here from the Qt forum for more "technical" questions. We have an app, it runs on Linux, Windows, and Mac OS. It is a video relay app. The video is supplied via an SDK, I subclass one of their classes and re-implement a lock and unlock function. On lock the SDK writes the curr

[Interest] Full Screen on iPhone 11/iOS 13

2019-11-19 Thread Jason H
Yet again I find that apple changed how to get full screen. I had it working for iOS 10, but 13 is different. Does anyone know what I need to do to get my app full-screen again? Specifically w.r.t. what it takes for a Qt app. I've tried a variety of additions: @interface QIOSViewController : U

Re: [Interest] Qt Installer Framework: How to add a custom page in maintenance tool after choosing "Remove all components"

2019-11-19 Thread Katja Marttila
Hi Hendrik, I don't think it is not possible to add custom pages when running uninstaller. --Katja Marttila From: Interest On Behalf Of Schenk, Hendrik Sent: tiistai 19. marraskuuta 2019 7.34 To: interest@qt-project.org Subject: [Interest] Qt Installer Framework: How to add a custom page in mai