[PyQt] A Hopefully Silly Question from a Beginner

2013-09-16 Thread Patrick Barrett
I'm trying to write a small app the generates a few QWebView windows and then rotates the page that is displayed on a set interval. Code: https://gist.github.com/Azdle/6556433 I've run into an issue that I don't understand. When I try to generate a `PageWindow` (Class based on QWebView) from w

Re: [PyQt] A Hopefully Silly Question from a Beginner

2013-09-16 Thread Patrick Barrett
On 09/16/2013 10:58 AM, Ryan Hanson wrote: On Mon, Sep 16, 2013 at 10:19 AM, Patrick Barrett <mailto:patr...@mkii.org>> wrote: I'm trying to write a small app the generates a few QWebView windows and then rotates the page that is displayed on a set interval.