hi every one i am working on qt creator. i have a list which is loaded with values store in a file when i run the program. but my problem is that the file is updating continuously after 30 sec so i want to refresh my list again with new values after 30 sec. how can i do that as sleep function is not working
i want that after running my program my list get updated
thanks
example:
given a member function
this.reloadTheList(), this code (eg. when run in constructor) tells the QTimer toemit timeout()every 30 seconds (30k miliseconds), which you connected tosignal reloadTheList()