Re: [Interest] QWebview signals with dynamic web pages

2012-03-05 Thread Kevin McGuire
I have worked with many things like this before. I want to offer some of my solution only as hopefully to help you. Your problem is really simple so do not give up, in case you still end up with problems. I think your solution to just keep reparsing the code every 10-ms is quite adequate! And, very

Re: [Interest] QWebview signals with dynamic web pages

2012-03-05 Thread Murphy, Sean M.
> > I'm trying to read an 8-channel temperature sensor device that outputs its > > data via a web interface.  Viewing the device's web page via a normal web > > browser, or via QWebView::load(), I can see the temperatures correctly.  The > > temperature values are "live" in that they automatically

Re: [Interest] QWebview signals with dynamic web pages

2012-03-01 Thread Mandeep Sandhu
On Thu, Mar 1, 2012 at 10:41 PM, Murphy, Sean M. wrote: > I’m trying to read an 8-channel temperature sensor device that outputs its > data via a web interface.  Viewing the device’s web page via a normal web > browser, or via QWebView::load(), I can see the temperatures correctly.  The > temperat

[Interest] QWebview signals with dynamic web pages

2012-03-01 Thread Murphy, Sean M.
I'm trying to read an 8-channel temperature sensor device that outputs its data via a web interface. Viewing the device's web page via a normal web browser, or via QWebView::load(), I can see the temperatures correctly. The temperature values are "live" in that they automatically update about