Results 1 to 1 of 1

Thread: focusChanged & showFullScreen problem

  1. #1
    Join Date
    Sep 2012
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: focusChanged & showFullScreen problem

    Hi,
    I've been having a problem with the focusChanged signal.
    I'm trying to run two QT applications at the same time on two monitors (but one X screen).

    Program A runs non-fullscreen on monitor 1.
    Program B runs fullscreen on monitor 2.

    Everything was working fine untill I tried to use focusChanged on program A.

    If program B is running fullscreen, the focusChanged signal is never fired in program A.
    If program B is running non-fullscreen, the focusChanged signal in program A works as it should.

    Is there a way to run program B fullscreen and still recieve focusChanged signals in program A?
    Any thoughts would be appreciated!


    Added after 1 53 minutes:


    Well, I found a work arround. If I use FramelessWindowHint and showMaximized() in program B I get the same effect as showFullScreen() and I get focusChanged signals in program A.
    Last edited by RichBond; 4th September 2012 at 17:33.

Similar Threads

  1. ShowFullScreen on QStackWidget don't work
    By Ratheendrans in forum Qt Programming
    Replies: 2
    Last Post: 10th May 2010, 18:34
  2. Replies: 0
    Last Post: 2nd February 2010, 10:55
  3. focusChanged() getting qwidget type
    By noobasaurus in forum Qt Programming
    Replies: 5
    Last Post: 6th April 2009, 23:49
  4. focusChanged() not working for me.
    By GGibson in forum Newbie
    Replies: 2
    Last Post: 5th December 2008, 16:07
  5. Odd behaviour with showFullScreen
    By KShots in forum Qt Programming
    Replies: 4
    Last Post: 17th August 2007, 13:12

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.