Results 1 to 11 of 11

Thread: QSplash screen at the baskground

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Posts
    26
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 5 Times in 5 Posts
    Wiki edits
    2

    Default Re: QSplash screen at the baskground

    Quote Originally Posted by raghvendramisra View Post
    Hi ,
    I tried with the "WStyle_StaysOnTop" flag but still my flash screen is in the back ground.
    If changing line with deleting splash immediately after creating don't help you, you can try adding flag WX11BypassWM as documentation suggests, necessity of putting this flag depends on WM you use, so I presume it is better to always have it.
    Did you try also Qt::WStyle_Splash? If your WM doesn't support NETWM, than mentioned earlier WX11BypassWM flag is used.

  2. #2
    Join Date
    Feb 2007
    Posts
    63
    Qt products
    Qt3
    Platforms
    Unix/X11

    Smile Re: QSplash screen at the baskground

    HI,
    thanx everyone my problem is solved now.
    i have used raise() to bring it to the top and it is working now..........

    Regards

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.