Does Qt have a presentation class like feature to open a different display window on Android
Unsolved
Mobile and Embedded
-
I have an Android motherboard with HDMI and LVDS display outputs. LVDS is the main screen and HDMI is the secondary screen. Normally, HDMI and LVDS display the same output. When you want to display different content on HDMI output, you can use the Presentation window class to display it on Window 2 under Android. This way, the content displayed on HDMI will be different from that of LVDS. May I ask if Qt has a window class similar to Presentation that displays it on the secondary screen under Android.
-
Hi and welcome to devnet,
From the looks of it, no there's nothing directly in Qt for that.
You should take a look at the bug report system to see if there's something related to that.