Re: [PyQt] Bug report: crash when using QSytemTrayIcon

2010-03-15 Thread z
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 +

Re: [PyQt] Bug report: crash when using QSytemTrayIcon

2010-03-15 Thread z
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

Re: [PyQt] Bug report: crash when using QSytemTrayIcon

2010-03-14 Thread z
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

Re: [PyQt] ANN: eric 4.4.0 released

2010-01-10 Thread z
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

Re: [PyQt] Overriding (hooking) an event() function: QWidget vs QGraphicsWidget

2010-01-02 Thread z
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

[PyQt] Overriding (hooking) an event() function: QWidget vs QGraphicsWidget

2010-01-02 Thread z
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

[PyQt] How to update a relationModel

2009-06-29 Thread Stefano Z.
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