2010/3/15 Phil Thompson
> On Mon, 15 Mar 2010 15:12:01 +0300, z wrote:
> > 2010/3/15 Phil Thompson
> >
> >> On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
> >> > 2010/3/5 Phil Thompson
> >> >
> >> >> On Fri, 5 Mar 2010 00:35:21 +
2010/3/15 Phil Thompson
> On Sun, 14 Mar 2010 22:06:02 +0300, z wrote:
> > 2010/3/5 Phil Thompson
> >
> >> On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi wrote:
> >> > Hi,
> >> > I'm totally new to PyQt programming.
> >> > Wh
2010/3/5 Phil Thompson
> On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi wrote:
> > Hi,
> > I'm totally new to PyQt programming.
> > While I was writing a very simple app for the system tray I think I found
> a
> > bug.
> > Here is a simple testcase:
> >
> > # -*- coding: utf-8 -*-
> > import sys
> > fr
2010/1/9 detlev :
> Hi,
>
> I just uploaded eric 4.4.0. This is a major release, which introduces some new
> functionality. The most prominent new features are these.
>
> - added a Python3 compatible debugger and a respective project type
> - improved debugger support
> -- added a thread list view
2010/1/2 Phil Thompson :
> On Sat, 2 Jan 2010 13:15:52 +0300, z wrote:
>> Hello everybody, and happy new year!
>> to the point:
>> In python it is possible to override some method of an instance,
>> assigning to a "instance.methodname" a new value (which must
Hello everybody, and happy new year!
to the point:
In python it is possible to override some method of an instance,
assigning to a "instance.methodname" a new value (which must be
callabe with the same number of arguments, to be useful)
For example i'd like to intercept events, coming to some widge
hello
i need to know how to update a combobox linked to a datawidgetmapper
when the table in relation with the mapper model is modified by en external
application.
code:
def setupModels(self):
"""
Initialize all the application models
"""
# setup masterMod