Ok, I've cleaned it up and changed a few things. Moved test.py into the main
file for access as well.
On Sat, Mar 5, 2011 at 3:49 PM, Entity Reborn wrote:
> Hackish, it is a little in spots.
>
> As far as the radio items not working for you, I'm using python 3.2,
> and the latest stable PyQt4 dow
Hackish, it is a little in spots.
As far as the radio items not working for you, I'm using python 3.2,
and the latest stable PyQt4 downloaded from the site this morning
(4.8.3-1), on windows xp. IIRC, you mentioned this not working earlier
as well, yet several people I sent the code to didn't have
On Saturday 05 March 2011, 23:50:18 Entity Reborn wrote:
> Sorry, small untested bug introduced just before I sent that.
>
> On Sat, Mar 5, 2011 at 2:47 PM, Entity Reborn
wrote:
> > I'd like to submit these two files as an advanced example for
> > manipulation of treeviews.
> > This example demons
Sorry, small untested bug introduced just before I sent that.
On Sat, Mar 5, 2011 at 2:47 PM, Entity Reborn wrote:
> I'd like to submit these two files as an advanced example for manipulation
> of treeviews.
> This example demonstrates how to override the default drawn decoration for
> checkboxed
I'd like to submit these two files as an advanced example for manipulation
of treeviews.
This example demonstrates how to override the default drawn decoration for
checkboxed items (replacing it with a radiobutton decal) as well as the
accomanying logic, as well as a few other extras I've thrown in
On Saturday 05 March 2011, 21:20:49 Entity Reborn wrote:
> For some reason, with this code, I cannot get newitemfunc called.
>
> > from PyQt4 import QtCore, QtGui
> >
> > import sys
> >
> >> def newitemfunc(parentitem, newitem):
> >
> > print("newitem")
> >
> >> class class1(QtCore.QObject):
>
Gah, I figured it out. Noob error.
On Sat, Mar 5, 2011 at 12:20 PM, Entity Reborn wrote:
> For some reason, with this code, I cannot get newitemfunc called.
>
>> from PyQt4 import QtCore, QtGui
>>
>> import sys
>>
>>
>>> def newitemfunc(parentitem, newitem):
>>
>> print("newitem")
>>
>>
>>>
For some reason, with this code, I cannot get newitemfunc called.
> from PyQt4 import QtCore, QtGui
>
> import sys
>
>
>> def newitemfunc(parentitem, newitem):
>
> print("newitem")
>
>
>> class class1(QtCore.QObject):
>
> pass
>
>
>> class class2(QtCore.QAbstractItemModel):
>
> def te
On Saturday 05 March 2011, 12:10:39 Carl Wolff wrote:
> Hello,
>
> when I build PyQt stuff everything works fine, I can make PyQt GUI's
> with help of Qt and PyQt.
>
> But I cannot make custom plugins, I found that for some reason
> libpythonplugin.so is not built. What do I wrong?
Either search y
Hello,when I build PyQt stuff everything works fine, I can make PyQt GUI's with help of Qt and PyQt.But I cannot make custom plugins, I found that for some reason libpythonplugin.so is not built. What do I wrong?Thanks in advanceCarl.-Carl WolffConsultantTel, 033-454Mob: 06-53469668www.imtech.n
On Saturday 05 March 2011 13:48:18 Algis Kabaila wrote:
> On Friday 04 March 2011 20:04:31 Phil Thompson wrote:
> > On Fri, 4 Mar 2011 15:16:56 +1100, Algis Kabaila
snip...
>
> Will report what transpires to the list.
>
> Once again, many thanks for Phil for his generosity and
> consistent work
11 matches
Mail list logo