I have an app when connect internet, it will retrieve data by web service to display on QlistWidget.
i want that when exit app then app will store QlistWidget to when start app, if it disconnect internet then it will retrieve data previously stored (same bookmark)

i tried by store into QList<QListWidgetItem*> but it displays empty (sorry my english)