Results 1 to 2 of 2

Thread: How to implement Resume of the app?

  1. #1
    Join Date
    Jul 2016
    Posts
    53
    Qt products
    Qt4 Qt5
    Platforms
    Windows Android
    Thanks
    13

    Default How to implement Resume of the app?

    Hi All,

    I want to implement the resume point, like when user closes the application in one list view and when he opens the application again, the use r has to view the same listview. Where to store the last cloing point?

    Thanks In advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: How to implement Resume of the app?

    For example in a slot connected to the application's aboutToQuit() signal, or in the window's closeEvent() handler or at the end of main().

    Cheers,
    _

Similar Threads

  1. how to pause or resume a download??
    By Ali Reza in forum Newbie
    Replies: 3
    Last Post: 11th June 2012, 20:11
  2. QThread - how to pause and resume
    By xrep in forum Qt Programming
    Replies: 4
    Last Post: 7th March 2012, 08:59
  3. Resume download with QHttp
    By THRESHE in forum Qt Programming
    Replies: 7
    Last Post: 17th April 2010, 10:12
  4. QFTP resume download
    By wagui in forum Qt Programming
    Replies: 9
    Last Post: 14th March 2008, 14:15

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.