Re: [PyQt] [PyKDE] KCrash, sometimes even glibc

2007-08-27 Thread Henrik Pauli
On Monday 27 August 2007, Phil Thompson wrote: > Crashes on exit have two causes... > > - PyQt bugs related to object ownership > > - C++ objects being deleted in the wrong order (because Python objects are > being garbage collected in a fairly random order). > > To debug these... > > - Always use

Re: [PyQt] Help on resizing a custom widget

2007-08-27 Thread David Boddie
On Mon Aug 27 19:53:30 BST 2007, skawaii wrote: > Ok, here's what's going on. I've just created a custom widget. it works > great. I'm having some trouble, however, figuring out how to allow the said > widget to resize. For example, when I throw the widget into a new dialog > (using Qt Designer),

[PyQt] Help on resizing a custom widget

2007-08-27 Thread skawaii
Ok, here's what's going on. I've just created a custom widget. it works great. I'm having some trouble, however, figuring out how to allow the said widget to resize. For example, when I throw the widget into a new dialog (using Qt Designer), I want to be able to drag it larger/smaller and have wid

[PyQt] About paintEvent and semi-transparent background pixmap.

2007-08-27 Thread Gustavo A. Díaz
Hi!! Still i am trying to solve the semi-transparent backrground for my app, which i've done this so far: ... def showEvent(self, event): self.desktopBg = QtGui.QPixmap.grabWindow(QApplication.desktop().winId(), \ self.geometry().x(),self.geometry().y(), self.rect().width(

Re: [PyQt] textEdit

2007-08-27 Thread kib2
[EMAIL PROTECTED] a écrit : hello i'm using the last pyqt. In my form i have a textEdit. If i write as follow i obtain "unandled attribute error" Why? note = self.textEdit.text() Thanks Luca ___ PyQt mailing listPyQt@riverbankcomputing.com htt

[PyQt] textEdit

2007-08-27 Thread [EMAIL PROTECTED]
hello i'm using the last pyqt. In my form i have a textEdit. If i write as follow i obtain "unandled attribute error" Why? note = self.textEdit.text() Thanks Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com

Re: [PyQt] Cannot figure out the canvas module in the PyQt4 package

2007-08-27 Thread David Boddie
On Mon Aug 27 11:16:00 BST 2007, Shyamsundar, Purkayastha wrote: > I was not aware of the QGraphics package of Qt. My notion was that all > the earlier QCanvas classes have been renamed with Q3Canvas in Py4 and > was searching for it PyQt4 modules. PyQt4 doesn't include any of the Qt3Support clas

Re: [PyQt] Cannot figure out the canvas module in the PyQt4 package

2007-08-27 Thread Andreas Pakulat
On 27.08.07 15:46:00, Shyamsundar, Purkayastha (Purkayastha)** CTR ** wrote: > I was not aware of the QGraphics package of Qt. My notion was that all > the earlier QCanvas classes have been renamed with Q3Canvas in Py4 and > was searching for it PyQt4 modules. Q3 classes are not in PyQt4, Phil doe

RE: [PyQt] Cannot figure out the canvas module in the PyQt4 package

2007-08-27 Thread Shyamsundar, Purkayastha \(Purkayastha\)** CTR **
Phil , Thanks for the Quick Response I was not aware of the QGraphics package of Qt. My notion was that all the earlier QCanvas classes have been renamed with Q3Canvas in Py4 and was searching for it PyQt4 modules. Going by the API docs I figured out that it has all the features provided by QCanv

Re: [PyQt] [PyKDE] KCrash, sometimes even glibc

2007-08-27 Thread Phil Thompson
On Monday 27 August 2007, Henrik Pauli wrote: > Hi all, > > Some of you might know that I'm writing a livejournal client for KDE (and > now Qt4 too) called ljKlient... > > I've been trying to find the culprit for this, but I absolutely have no > idea. The crashes don't tell me anything useful, and

Re: [PyQt] Cannot figure out the canvas module in the PyQt4 package

2007-08-27 Thread Phil Thompson
On Monday 27 August 2007, Shyamsundar, Purkayastha (Purkayastha)** CTR ** wrote: > Hi All > > > > I recently downloaded the PyQT4 windows binary installer and installed > it. > > > > I need the QCanvas module for my development work but I was unable to > figure it out in the module list. > > > > C