Re: [PyQt] QPainter warnings when resizing a QWebView element

2011-08-04 Thread Brian Zambrano
Bumping thisI'm still getting these warnings on resize events but otherwise my app seems normal. BZ On Fri, Jul 22, 2011 at 12:36 AM, Brian Zambrano bri...@gmail.com wrote: I'm attempting to use flot, a jquery/javascript plotting library to draw plots in a QWebView. Everything goes well

[PyQt] QPainter warnings when resizing a QWebView element

2011-07-22 Thread Brian Zambrano
I'm attempting to use flot, a jquery/javascript plotting library to draw plots in a QWebView. Everything goes well except that I need to resize the plot as the window resizes. I'm doing this in Javascript, of course. Once the resize occurs and my redraw callback fires, I get a warning over and