ANN: PyQt v3.8 Released

Phil Thompson phil at riverbankcomputing.co.uk
Sun Sep 14 06:51:35 EDT 2003


On Thursday 11 September 2003 10:16 am, ulysses wrote:
> Phil Thompson <phil at riverbankcomputing.co.uk> wrote in message
> news:<mailman.1061196870.3067.python-list at python.org>...
>
> > On Monday 18 August 2003 2:59 am, John Taylor wrote:
> > > Phil,
> > >
> > > Does PyQT support the ability to minimize an app to the lower right
> > > tray, next to the clock?  If so, could you please post some example
> > > code?
> >
> > What platform?
> >
> > If you mean Windows then QApplication.winEventFilter() and
> > QWidget.winEvent() were added to PyQt v3.4 at the specific request of
> > somebody who wanted to do this. Sorry, but I don't have example code.
> >
> > Phil
>
> I find QT have a trayicon example in C++, I study it. But I can't
> convert it to python . Can you give some advice. Thanks.

Not really. Maybe try converting a simpler C++ example to Python to get 
practice, or study the examples that have already been converted.

Phil






More information about the Python-list mailing list