Results 1 to 2 of 2

Thread: Closing the previous screen after event loop???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2012
    Posts
    40
    Qt products
    Qt4 Qt/Embedded

    Default Closing the previous screen after event loop???

    Hi
    I have a screen1 with some widgets,on button clicked signal its gng to slotRequestFinished(QNetworkReply* reply) and doing certain operations and from there showing a popup window with yes and no button....ON click "yes" button i am showing screen2 and on click No button i am showing screen3...from der dung respective operation of that screens......But i am unable to close the screen1 its still exists in background ??HOw can i close the screen1 after getting in to that slot...?

  2. #2
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Closing the previous screen after event loop???

    Put all screens on QStackedWidget

Similar Threads

  1. Replies: 4
    Last Post: 15th October 2012, 14:00
  2. Replies: 4
    Last Post: 6th August 2011, 01:40
  3. QWidget displaying the previous screen
    By asmncl in forum Qt Programming
    Replies: 2
    Last Post: 1st July 2011, 13:10
  4. Replies: 10
    Last Post: 15th January 2010, 14:35
  5. Replies: 3
    Last Post: 17th October 2007, 12:52

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.