Results 1 to 3 of 3

Thread: Solaris/SPARC with Multi-Monitors

  1. #1
    Join Date
    Jan 2006
    Location
    Third rock from the sun
    Posts
    106
    Thanks
    17
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Solaris/SPARC with Multi-Monitors

    I am looking into using Qt on Solaris/SPARC machines, running Solaris 8 and 9, and with 4 monitors. The monitors are not using a spanning desktop, i.e. you cannot drag a window from one monitor to another. The question was asked if Qt can display a new window on a different monitor? For example, the application is started from monitor 0 and the main window displays. Then I want a plot window to be opened on monitor 1 and a status window on monitor 2. Is it possible to do this in Qt, or is that a limit of the OS?

    Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Solaris/SPARC with Multi-Monitors

    You can open new applications on any screen you choose. This is a function of X11, not Qt. However, opening dialogs on a screen other than their parent application is considered bad form. It's possible to do it, but it's hackish.

    See QDesktopWidget for a tiny bit of information on this topic.

  3. The following user says thank you to Brandybuck for this useful post:

    Rayven (27th July 2006)

  4. #3
    Join Date
    Jan 2006
    Location
    Third rock from the sun
    Posts
    106
    Thanks
    17
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Solaris/SPARC with Multi-Monitors

    That is exactly what I was looking for. Thanks yet again Brandybuck!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.