PyBitmessage-2021-04-27/src/plugins
Dmitri Bogomolov 51b5e64f34
Initial support for PyQt5 (main window shown) using QtPy package.
QtPy is a compatibility layer which allows to use the code written for
PyQt5 with any python Qt binding: PyQt4, PyQt5, pyside or pyside2.

Main differences in PyQt5:

  - all widget classes are now in QtWidgets package, not QtGui;
  - QString obsoleted by unicode (sip API 2);
  - changed the way of signals connection.

Closes: #1191
2021-03-03 18:28:47 +02:00
..
__init__.py Fixed bug in plugin.get_plugins(), edited docstrings 2020-01-04 14:28:44 +02:00
desktop_xdg.py Entry point 'desktop' for plugins managing desktop environment; 2021-02-12 21:16:19 +02:00
indicator_libmessaging.py indicator_libmessaging docstring and formatting 2020-01-07 15:27:14 +05:30
menu_qrcode.py Initial support for PyQt5 (main window shown) using QtPy package. 2021-03-03 18:28:47 +02:00
notification_notify2.py notification_notify2 pylint fixes 2020-01-07 15:27:15 +05:30
plugin.py Initial support for PyQt5 (main window shown) using QtPy package. 2021-03-03 18:28:47 +02:00
proxyconfig_stem.py Imported packages sequencing and formatting 2 2020-01-27 14:43:25 +05:30
sound_canberra.py Imported packages sequencing and formatting 2 2020-01-27 14:43:25 +05:30
sound_gstreamer.py sound_gstreamer docstring fixes 2020-01-07 15:27:16 +05:30
sound_playfile.py sound_playfile quality fixes 2020-01-07 15:27:17 +05:30