[Qt-interest] Re : Re : Rendering widget on Multiple screens

Martin Guillon MGuillon at movea.com
Wed Dec 9 17:42:27 CET 2009


That s easy with qt.
Just get access to the position of the screen you want to put your widget on, using QDesktopWidget::availableGeometry()

Then move your widget

Martin

From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of BOUCARD Olivier
Sent: Wednesday, December 09, 2009 4:29 PM
To: Oliver.Knoll at comit.ch; qt-interest at trolltech.com
Subject: [Qt-interest] Re : Re : Rendering widget on Multiple screens

Ok, I misunderstood the problem.
A simplified version of the question might be "How I can put my widgets on a given screen?" ?
I don't see any solution (using Qt) except the solution of Oliver Knoll if it works.

________________________________
De : "Oliver.Knoll at comit.ch" <Oliver..Knoll at comit.ch>
À : qt-interest at trolltech.com
Envoyé le : Mer 9 Décembre 2009, 16 h 15 min 12 s
Objet : Re: [Qt-interest] Re : Rendering widget on Multiple screens

BOUCARD Olivier wrote on Wednesday, December 09, 2009 4:05 PM:

> Why don't use screen cloning from your graphic controller driver?

Because he does not want to use screen *clonging*:

> while other widgets of same application to get rendered on different
> screen(QVFb: 1)?

"other widgets" implies that you see set A of widgets on screen 0 and a *different* set B of widgets on screen 1 -> no simle *cloning*.

Cheers, Oliver
--
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com<mailto:Qt-interest at trolltech.com>
http://lists.trolltech.com/mailman/listinfo/qt-interest

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091209/c7f94d1a/attachment.html 


More information about the Qt-interest-old mailing list