Results 1 to 2 of 2

Thread: QWidget Shown Event

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

    Default QWidget Shown Event

    Hi,

    Is there any event or virtual function that will be thrown/called immediately after showing a widget?

    In my project there's an application specific error handler. This error handler collects some errors from another threads before application main window shown. I need to show these errors after main window shown.

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWidget Shown Event

    QEvent::Show is posted to the widget when it is shown.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. How to set which axis are shown?
    By Jeo_ in forum Qwt
    Replies: 1
    Last Post: 28th April 2009, 15:05
  2. QWidget post event
    By bunjee in forum Qt Programming
    Replies: 1
    Last Post: 14th November 2008, 19:07
  3. Allow Many QWidgets to be Shown into One QWidget ?
    By Fatla in forum Qt Programming
    Replies: 26
    Last Post: 6th July 2008, 10:29
  4. Replies: 10
    Last Post: 12th February 2007, 18:30
  5. How to disable maximum event in QWidget??
    By hesummar in forum Qt Programming
    Replies: 2
    Last Post: 28th October 2006, 14:21

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.