On Mon, 15 Mar 2010 15:40:14 +0300, z wrote:
> 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 +0100, Kiw
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 +0100, Kiwi
> wrote:
> >> >> > Hi,
> >> >> > I'm totally new to Py
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 +0100, Kiwi wrote:
>> >> > Hi,
>> >> > I'm totally new to PyQt programming.
>> >> > While I was writing a
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.
> >> > While I was writing a very simple app for the system tray I think I
> >> > fou
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.
>> > While I was writing a very simple app for the system tray I think I
>> > found
>> a
>> > bug.
>> > Here is a simple t
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
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
> from PyQt4 import QtGui, QtCore
>
> app = QtGui
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
from PyQt4 import QtGui, QtCore
app = QtGui.QApplication(sys.argv)
tray = QtGui.QSystemTrayIcon()
def a(): pass