Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, March 2008
How to work with multiple monitors


Message 1 in thread


Hi,

Iam using QT-4.3.3 in RHEL-4. I have connected two monitors (one is normal
monitor  and other is a DVI monitor) to my PC using NVIDIA card. How can I
identify two monitors individually (Programmatically) in my application? How
can I draw an image on to the monitor connected to the DVI port (secondary
monitor) with out disturbing my Primary monitor through my application?


Thanks & Regards
Shariff



------------------------------------------------------------------------
Confidentiality Notice

The information contained in this Electronic Message and any 
ATTACHMENTs to this message are intended for the EXCLUSIVE USE of the
ADDRESSEE(s) and may contain CONFIDENTIAL or PRIVILEGED information. 
If you are not the intended recipient, please notify the SENDER at 
MIC or itsupport@xxxxxxxxx immediately and DESTROY all copies of this message and any attachments.
------------------------------------------------------------------------

--
 [ signature omitted ] 

Message 2 in thread

On Monday 03 March 2008 09.31:13 shariff@xxxxxxxxx wrote:
> Hi,
>
> Iam using QT-4.3.3 in RHEL-4. I have connected two monitors (one is normal
> monitor  and other is a DVI monitor) to my PC using NVIDIA card. How can I
> identify two monitors individually (Programmatically) in my application?
> How can I draw an image on to the monitor connected to the DVI port
> (secondary monitor) with out disturbing my Primary monitor through my
> application?
>
>
> Thanks & Regards
> Shariff
>
>
>
> ------------------------------------------------------------------------
> Confidentiality Notice
>
> The information contained in this Electronic Message and any
> ATTACHMENTs to this message are intended for the EXCLUSIVE USE of the
> ADDRESSEE(s) and may contain CONFIDENTIAL or PRIVILEGED information.
> If you are not the intended recipient, please notify the SENDER at
> MIC or itsupport@xxxxxxxxx immediately and DESTROY all copies of this
> message and any attachments.
> ------------------------------------------------------------------------
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/

Hi,

You might be interested by:
http://doc.trolltech.com/4.3/qdesktopwidget.html

Hope this helps
Samuel

--
 [ signature omitted ] 

Message 3 in thread

On mandag den 3. Marts 2008, shariff@xxxxxxxxx wrote:
> Hi,
>
> Iam using QT-4.3.3 in RHEL-4. I have connected two monitors (one is normal
> monitor  and other is a DVI monitor) to my PC using NVIDIA card. How can I
> identify two monitors individually (Programmatically) in my application?
> How can I draw an image on to the monitor connected to the DVI port
> (secondary monitor) with out disturbing my Primary monitor through my
> application?

QDesktopWidget knows how many screens are in your system, and you can move 
windows to the correct screen by using the screen geometry.

Bo.

-- 
 [ signature omitted ]