Re: Using QSystemTrayIcon with PyQt

2008-04-01 Thread Benjamin
On Apr 1, 7:56 am, BlueBird <[EMAIL PROTECTED]> wrote: > On Apr 1, 6:00 am, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 7:53 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > > > On Mar 31, 8:41 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 6:40 pm, Alex Teiche <[EMAIL P

Re: Using QSystemTrayIcon with PyQt

2008-04-01 Thread BlueBird
On Apr 1, 6:00 am, Alex Teiche <[EMAIL PROTECTED]> wrote: > On Mar 31, 7:53 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 8:41 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > On Mar 31, 6:40 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 11:49 am, Alex Teiche <[EM

Re: Using QSystemTrayIcon with PyQt

2008-03-31 Thread Alex Teiche
On Mar 31, 7:53 pm, Benjamin <[EMAIL PROTECTED]> wrote: > On Mar 31, 8:41 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 6:40 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > On Mar 31, 11:49 am, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 30, 3:50 pm, Benjamin <[EMAI

Re: Using QSystemTrayIcon with PyQt

2008-03-31 Thread Benjamin
On Mar 31, 8:41 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > On Mar 31, 6:40 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 31, 11:49 am, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > On Mar 30, 3:50 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > > > > On Mar 29, 11:02 pm, Alex Teiche <[

Re: Using QSystemTrayIcon with PyQt

2008-03-31 Thread Alex Teiche
On Mar 31, 6:40 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > On Mar 31, 11:49 am, Alex Teiche <[EMAIL PROTECTED]> wrote: > > > > > On Mar 30, 3:50 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > > > On Mar 29, 11:02 pm, Alex Teiche <[EMAIL PROTECTED]> wrote:> Hello, > > > > > I am pretty new to Python,

Re: Using QSystemTrayIcon with PyQt

2008-03-31 Thread Alex Teiche
On Mar 31, 11:49 am, Alex Teiche <[EMAIL PROTECTED]> wrote: > On Mar 30, 3:50 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > > > > On Mar 29, 11:02 pm, Alex Teiche <[EMAIL PROTECTED]> wrote:> Hello, > > > > I am pretty new to Python, and have never learned C++. I am trying to > > > implement the foll

Re: Using QSystemTrayIcon with PyQt

2008-03-31 Thread Alex Teiche
On Mar 30, 3:50 pm, Benjamin <[EMAIL PROTECTED]> wrote: > On Mar 29, 11:02 pm, Alex Teiche <[EMAIL PROTECTED]> wrote:> Hello, > > > I am pretty new to Python, and have never learned C++. I am trying to > > implement the following thing into my python application: > > >http://doc.trolltech.com/4.3/

Re: Using QSystemTrayIcon with PyQt

2008-03-30 Thread Benjamin
On Mar 29, 11:02 pm, Alex Teiche <[EMAIL PROTECTED]> wrote: > Hello, > > I am pretty new to Python, and have never learned C++. I am trying to > implement the following thing into my python application: > > http://doc.trolltech.com/4.3/qsystemtrayicon.html > > Through PyQt. I have been using PyQt

Re: Using QSystemTrayIcon with PyQt

2008-03-30 Thread Phil Thompson
On Sunday 30 March 2008, Phil Thompson wrote: > On Sunday 30 March 2008, Alex Teiche wrote: > > On Mar 30, 2:08 am, Phil Thompson <[EMAIL PROTECTED]> wrote: > > > On Sunday 30 March 2008, Alex Teiche wrote: > > > > Hello, > > > > > > > > I am pretty new to Python, and have never learned C++. I am

Re: Using QSystemTrayIcon with PyQt

2008-03-30 Thread Phil Thompson
On Sunday 30 March 2008, Alex Teiche wrote: > On Mar 30, 2:08 am, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Sunday 30 March 2008, Alex Teiche wrote: > > > Hello, > > > > > > I am pretty new to Python, and have never learned C++. I am trying to > > > implement the following thing into my pyth

Re: Using QSystemTrayIcon with PyQt

2008-03-30 Thread Alex Teiche
On Mar 30, 2:08 am, Phil Thompson <[EMAIL PROTECTED]> wrote: > On Sunday 30 March 2008, Alex Teiche wrote: > > > Hello, > > > I am pretty new to Python, and have never learned C++. I am trying to > > implement the following thing into my python application: > > >http://doc.trolltech.com/4.3/qsyste

Re: Using QSystemTrayIcon with PyQt

2008-03-30 Thread Phil Thompson
On Sunday 30 March 2008, Alex Teiche wrote: > Hello, > > I am pretty new to Python, and have never learned C++. I am trying to > implement the following thing into my python application: > > http://doc.trolltech.com/4.3/qsystemtrayicon.html > > Through PyQt. I have been using PyQt for awhile and

Using QSystemTrayIcon with PyQt

2008-03-29 Thread Alex Teiche
Hello, I am pretty new to Python, and have never learned C++. I am trying to implement the following thing into my python application: http://doc.trolltech.com/4.3/qsystemtrayicon.html Through PyQt. I have been using PyQt for awhile and I know how do use it, but I could not get this specific t