[PyQt] Multiple inheritance with pyqt and python class

2010-06-11 Thread brian downing
I know multiple inheritance with 2 pyqt objects isn't allowed. Is there any problems with a single pyqt object and another python class? Here is an example: - class myMethods: def __init__(self, val): self.val=val def method1(self): …. classMyWidget(Q

[PyQt] pyqt: best practice for writting an app with plugins

2010-04-15 Thread brian downing
I writing a app that I want to have the ability to use plugins and I'm curious what the best way to write it is. I'll describe what I'm trying to accomplish. In the top widget I have a QPushButton("convert") and QPushButton("converter options"). I want the "converter options" button to pull