Aaron J. Seigo wrote:
> On Wednesday 06 May 2009, Johannes Wolter wrote:
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 0xb3db9720 (LWP 11622)]
> > 0xb741e737 in QGraphicsLayoutItem::isLayout () from
> > /usr/lib/libQtGui.so.4 (gd
Johannes Wolter inutil.org> writes:
> I just got started with a simple Python-based Plasma widget. Right now I'm
> getting segfaults I cannot explain; so maybe someone could give me a hint,
> whether this is really a bug or a my fault.
[...]
Sorry I forgot... I'm using D
tem(self.goToday)
buttons.addStretch()
buttons.addItem(self.arrowRight)
#self.layout.addItem(self.contentWidget)
#self.layout.addItem(buttons)
self.setLayout(buttons)
self.resize(350,200)
def paintInterface(self, pain