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
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),
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
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(
[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
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
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
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
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
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
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
11 matches
Mail list logo