Hi,
I'm having trouble performing a task that I thought should be very common,
but that instead appears to be an unusual need. In short, I have a database
table that has three columns: let's say they are ID, Name and Savings, in
this order. Now, I would like to retrieve the table and for that I c
Thanks! ...it does work and functions like I need it to.
Marc
On Sun, Feb 1, 2009 at 3:24 PM, David Boddie wrote:
> On Sun Feb 1 20:53:45 GMT 2009, David Douard wrote:
> > Le Saturday 31 January 2009 19:15:23 Marc Nations, vous avez écrit :
>
> > > I can't seem to clear out the QDateTime field i
So basically I really shouldn't use it and always keep only one
inheritance line to the QObject class. OK, so I will do ;-)
--
Filip Gruszczyński
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/py
projet...@club-internet.fr wrote:
Hello,
I would like to add some informations in a TextEdit or a Label in QFileDialog to
help the users to know what it must searchs. How can I do that ?
Best regards.
Christophe.
___
PyQt mailing listPyQt@river
Hello,
I would like to add some informations in a TextEdit or a Label in QFileDialog
to
help the users to know what it must searchs. How can I do that ?
Best regards.
Christophe.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverba
Hello.
I am using QListView() in IconMode and a QAbstractListModel() to view
some QWidget()'s which i have to render first into QPixmap() in order to
get them into the model.
The QWidget() ajusts its size to the one to four QLabel()'s in it.
Now i have a mysterious problem with the width of the
2009/2/2, Matt Smith :
>
> > > Could someone explain to me, how is that possible and why it works:
> > >
> > > class A(QWidget):
> > > def __init__(self):
> > >QWidget.__init__(self)
> > >
> > > class B(QWidget):
> > > def __init__(self):
> > >QWidget.__init__(self)
> > >
> > > class C(A,
On Mon, 02 Feb 2009 16:27:51 +0100, GT6 wrote:
> Phil Thompson wrote:
>> On Mon, 02 Feb 2009 13:49:23 +0100, GT6 wrote:
>>
>>> Phil Thompson wrote:
>>>
On Mon, 02 Feb 2009 03:37:13 +0100, GT6 wrote:
> Hi there.
>
> When running the below sample script
Phil Thompson wrote:
On Mon, 02 Feb 2009 13:49:23 +0100, GT6 wrote:
Phil Thompson wrote:
On Mon, 02 Feb 2009 03:37:13 +0100, GT6 wrote:
Hi there.
When running the below sample script, and clicking the button, it will
segfault, and I don't understand why or how. I've overwr
On Mon, Feb 2, 2009 at 21:51, Frédéric wrote:
> Le 2/2/2009, "Grissiom" a écrit:
> >In my memory, one of the tutorial source file said that PyQt4 doesn't
> >support multiple inheriting now. And I think besides calling
> >Q1.__init__(...) and Q2.__init__(...) we need more. IMHO, calling __init__
>
> > Could someone explain to me, how is that possible and why it works:
> >
> > class A(QWidget):
> > def __init__(self):
> >QWidget.__init__(self)
> >
> > class B(QWidget):
> > def __init__(self):
> >QWidget.__init__(self)
> >
> > class C(A, B):
> > def __init__(self):
> >A.__init_
On Mon, 02 Feb 2009 13:49:23 +0100, GT6 wrote:
> Phil Thompson wrote:
>> On Mon, 02 Feb 2009 03:37:13 +0100, GT6 wrote:
>>
>>> Hi there.
>>>
>>> When running the below sample script, and clicking the button, it will
>>> segfault, and I don't understand why or how. I've overwritten a
function
>
Le 2/2/2009, "dbod...@trolltech.com" a écrit:
>This is probably related to the restriction in C++ that you can only inherit
>from one QObject-based class when using multiple inheritance. This is partly
>due to the limitations of the meta-object system, but problems also arise as
>a result of the
On Mon Feb 2 10:43:13 GMT 2009, simozack wrote:
> 2009/1/31, Filip Gruszczyński :
> > Could someone explain to me, how is that possible and why it works:
> >
> > class A(QWidget):
> > def __init__(self):
> >QWidget.__init__(self)
> >
> > class B(QWidget):
> > def __init__(self):
> >QWidge
Phil Thompson wrote:
On Mon, 02 Feb 2009 03:37:13 +0100, GT6 wrote:
Hi there.
When running the below sample script, and clicking the button, it will
segfault, and I don't understand why or how. I've overwritten a function
in QPlainTextEdit and it should create a new document, set the
PlainT
2009/1/31, Filip Gruszczyński :
> Could someone explain to me, how is that possible and why it works:
>
> class A(QWidget):
> def __init__(self):
>QWidget.__init__(self)
>
> class B(QWidget):
> def __init__(self):
>QWidget.__init__(self)
>
> class C(A, B):
> def __init__(self):
>A._
On Mon, 02 Feb 2009 03:37:13 +0100, GT6 wrote:
> Hi there.
>
> When running the below sample script, and clicking the button, it will
> segfault, and I don't understand why or how. I've overwritten a function
> in QPlainTextEdit and it should create a new document, set the
> PlainTextDocumentLayo
17 matches
Mail list logo