[Qt-interest] Qt Virtual Desktop
Nguyen Huu Phuoc
nhphuoc at vn.isb.co.jp
Tue Jun 21 08:23:52 CEST 2011
Dear Thorsen,
Thank you very much about your hint.
I try it first and ask you later if I catch the problem.
Thanks again & again.
Phuoc Nguyen
-----Original Message-----
From: qt-interest-bounces+nhphuoc=vn.isb.co.jp at qt.nokia.com
[mailto:qt-interest-bounces+nhphuoc=vn.isb.co.jp at qt.nokia.com] On Behalf Of
Bo Thorsen
Sent: Tuesday, June 21, 2011 1:10 PM
To: qt-interest at qt.nokia.com
Subject: Re: [Qt-interest] Qt Virtual Desktop
Den 21-06-2011 06:51, Nguyen Huu Phuoc skrev:
> Dear all,
>
> I want to design an application which has a virtual desktop = 3 times of
> physical screen (width+height).
You have several options, but which one you want depends on how you want
to switch between the screens.
The simple solution is to have a tab view with three tabs.
But I would probably do this with a QScrollArea that have a single
widget set to exactly the size you want. You can remove the scrollbars
and set a kinetic scroller for moving the screen (google can find one of
these scrollers for you).
You can't find the size of the physical screens with Qt, you can only
get the screen sizes. If the OS set some odd screen size, that's what
you will get. But in most cases, you can trust QDesktopWidget. On
phones, it works well.
Bo Thorsen,
Fionia Software.
--
Expert Qt and C++ developer for hire
Contact me if you need expert Qt help
http://www.fioniasoftware.dk
_______________________________________________
Qt-interest mailing list
Qt-interest at qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-interest
____________________________________________________________________________
This email is intended for the sole use of the intended recipient/s. Any review or copying or distribution or forwarding of any or all of the contents in this message is strictly prohibited. If you were not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
More information about the Qt-interest-old
mailing list