Re: Bug in the python bindings? [was: Plasma crashing with QGraphicsLinearLayout.addStretch]

2009-05-07 Thread Johannes Wolter
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

Re: Plasma crashing with QGraphicsLinearLayout.addStretch

2009-05-06 Thread Johannes Wolter
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

Plasma crashing with QGraphicsLinearLayout.addStretch

2009-05-06 Thread Johannes Wolter
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