I am using Embedded QT 4.8. Widgets are based on QGraphicsView and QGraphicsWidget. Need to control two displays.
So far I was able to find suggestions how to control two displays using QDesktopWidget, which is QWidget. I assume there must be a way to control two screens, using two frame buffers, via QGraphicsWidget.
Can somebody please give me a reference with examples how to paint on two screens using QGraphicsView and QGraphicsWidget, and two frame buffers?
Thanks, Dusan Mudric.
Try this. I dont have 2 screens so I cant test
See unrelated but similar question Multiple Screens with Qt