[PyQt] Problems with QSystemTrayIcon KDE 5

Dmitry Shachnev mitya57 at ubuntu.com
Sat Jan 10 14:27:23 GMT 2015


Hi,

On Sat, 10 Jan 2015 14:55:30 +0100, Dimitrios Glentadakis wrote:
> I have a question, this class:
> http://doc.qt.digia.com/qt-5.0/qtgui/qplatformsystemtrayicon.html
> it is normal that doesn't exist in pyqt5 ?
> We have only the :
> http://doc.qt.digia.com/qt-5.0/qtwidgets/qsystemtrayicon.html
> Has something to do with this bug ?

QPlatformSystemTrayIcon is a pure virtual class, so it's normal
that it is not in PyQt.

QSystemTrayIcon is for application developers, QPlatformSystemTrayIcon
is for people who want to implement their own backend (OS/DE developers).

It is not related to the bug(s) we were discussing.

--
Dmitry Shachnev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150110/8c672098/attachment.sig>


More information about the PyQt mailing list