David Boddie wrote:
On Wed Sep 10 02:11:47 BST 2008, Brian Parma wrote:
Ok, so I stripped down the program a little to make it into something of
a demonstration of the problem.
I'm running this on an Asus s5n laptop with XP Pro (SP3). The graphics
controller is an "Intel 82852/82855 GM/GME"
Out of curiosity, did you set the flags of the items in the model to
allow selections?
Adam
On Tue, Sep 9, 2008 at 1:11 PM, Wim Verhavert <[EMAIL PROTECTED]> wrote:
> Sounds easy he, but this one is really driving me crazy...
>
> So here's what I've done so far.
>
> Ok: I have a QTreeview (using
On Wed Sep 10 02:11:47 BST 2008, Brian Parma wrote:
> Ok, so I stripped down the program a little to make it into something of
> a demonstration of the problem.
> I'm running this on an Asus s5n laptop with XP Pro (SP3). The graphics
> controller is an "Intel 82852/82855 GM/GME" 6.14.10.3865. (ye
On Wed, 10 Sep 2008 16:59:04 + (UTC), dfragi <[EMAIL PROTECTED]> wrote:
> Hello,
> While trying to get rid of a memory leak in my program, I
> tracked it down to this:
>
> ##
> #
> # import sys, gc
> # from PyQt4.Qt import *
> #
> # cl
On Tue, 09 Sep 2008 14:57:37 +0200, Marco Fabiani <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I discovered a strange behavior in Qt Designer's Property Editor when
> using custom widget plugins written using PyQt (for example, starting
> the example "plugins.py" in the PyQt examples collection
> des
On Tue, 09 Sep 2008 14:32:17 +0300, Oguz Yarimtepe <[EMAIL PROTECTED]>
wrote:
> Hi all,
>
> I am trying to write a GUI using QWizard. I have created the wizard
> using designer and edited some parts by playing with the code. I also
> added a progress bar and some related functions. I need to run a
I need some help finding a good sample app/tutorial with open source
code so that I can study how to do some of the more advanced gui
features.
Im a techie by profession so the concepts arent new to me, but the
syntax is and im stuck in how to mix some of the concepts correctly
heres an example o
On Wed, Sep 10, 2008 at 8:31 PM, Phil Thompson
<[EMAIL PROTECTED]> wrote:
> On Wed, 10 Sep 2008 15:07:57 +0200, "Arve Knudsen" <[EMAIL PROTECTED]>
> wrote:
>> I'm getting a really mysterious segfault now, triggered by this
>> slightly modified case. Using the latest SIP/PyQt snapshots.
>
> I'm in t
On Wed, 10 Sep 2008 15:07:57 +0200, "Arve Knudsen" <[EMAIL PROTECTED]>
wrote:
> I'm getting a really mysterious segfault now, triggered by this
> slightly modified case. Using the latest SIP/PyQt snapshots.
I'm in the middle of changing a few things at the moment. I'll send
something to the list w
Hello,
While trying to get rid of a memory leak in my program, I
tracked it down to this:
##
#
# import sys, gc
# from PyQt4.Qt import *
#
# class MyModel(QAbstractListModel):
# def rowCount(self, parent):
# return 5
#
#
I'm getting a really mysterious segfault now, triggered by this
slightly modified case. Using the latest SIP/PyQt snapshots.
Arve
On Wed, Sep 3, 2008 at 1:43 PM, Arve Knudsen <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 3, 2008 at 10:13 AM, Phil Thompson
> <[EMAIL PROTECTED]> wrote:
>> On Wed, 3 Sep
> "Alberto" == Alberto Berti <[EMAIL PROTECTED]> writes:
Alberto> the binding operation. However, i think since pyqt
Alberto> 4.4.4, the pyqtproperty decorator has a parameter for it:
ops... it's pyqt 4.4.0
___
PyQt mailing listPyQt@ri
Thanks, pyqtProperty was just the thing!
Arve
On Wed, Sep 10, 2008 at 11:58 AM, Alberto Berti <[EMAIL PROTECTED]> wrote:
>> "Arve" == Arve Knudsen <[EMAIL PROTECTED]> writes:
>
>Arve> I need to have a "user" property for a widget, so it can be
>Arve> fetched via its metaObject().userP
> "Arve" == Arve Knudsen <[EMAIL PROTECTED]> writes:
Arve> I need to have a "user" property for a widget, so it can be
Arve> fetched via its metaObject().userProperty(). This is
Arve> required since the convention in Qt is to designate a "user"
Arve> property of a widget for ed
I need to have a "user" property for a widget, so it can be fetched
via its metaObject().userProperty(). This is required since the
convention in Qt is to designate a "user" property of a widget for
editing purposes (e.g., text() for QLineEdit). Now that I've explained
my use case, how can I can de
Hi,
I'm developing a fronted for Synergy. I'm using intensive the
showMessage() method of the QSystremTrayIcon.
My application receives after some time some information, that will
showed in the tray with this showMessage()
Now i want that, if this message popup, there should be 2 buttons,
like a
16 matches
Mail list logo