I have 3 Qt5 Applications that work fine independently on the AM57XX EVM using the Qt 5 Wayland Plugin on the TI SDK image.
When I launch them, they fill the whole screen so that the first app launched is covered by the second, and the second app is covered by the third.
How can I modify the transparency of the second and their app launched so that I can "see" some of the view from the first app launched?
I tried modifying the window opacity with Qt's setWindowOpacity, but the wayland plugin says "Window Opacity not supported by this Plugin."
Thank you,
Phil