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

2013-09-16 Thread Ryan Hanson
On Mon, Sep 16, 2013 at 12:18 PM, Patrick Barrett wrote: > On 09/16/2013 10:58 AM, Ryan Hanson wrote: > > On Mon, Sep 16, 2013 at 10:19 AM, Patrick Barrett 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 int

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 > 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. Code: https://gist.githu

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

2013-09-16 Thread Ryan Hanson
On Mon, Sep 16, 2013 at 10:19 AM, Patrick Barrett 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. > > Code: > https://gist.github.com/Azdle/**6556433 > > I've run

[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