PDA

View Full Version : multiple screen



hitesh_sharma@satyam
7th December 2011, 11:21
how we can create two different application in two different screens in qt for terminal mode

Santosh Reddy
9th December 2011, 01:15
How is that different from creating one application with in terminal mode?

Try reading QApplication::desktop () (http://doc.qt.nokia.com/latest/qapplication.html#desktop)

hitesh_sharma@satyam
9th December 2011, 10:32
Output in the two screen should be different

Lesiok
9th December 2011, 10:56
What do you mean by "Output in the two screen should be different" ? Are You talking about two applications running simultaneously or two output windows from one application ?

Oleg
9th December 2011, 11:09
If you want to have two applications on two screens, then there's nothing to do with Qt as it's OS related configuration.