QtextBrowser text Refresh on A url get new Update
Unsolved
General and Desktop
-
Hi,
I have a Textbrowser in which i load data from a Url , Every time my Url get new Data i need to load in my browser as soon as it update. can any one give me any idea?one solution i have is to run timer and read data in particular interval?
any other suggestion highly appreciated.
-
Hi,
What is on the other end of that URL ?
-
Then, AFAIK, using polling is the usual way to capture updates to a RSS feed.