This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-20/src/plugins
Dmitri Bogomolov 8ae8f57e4c
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
2020-07-16 13:46:48 +03:00
..
__init__.py Fixed bug in plugin.get_plugins(), edited docstrings 2020-01-04 14:28:44 +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. 2020-07-16 13:46:48 +03: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. 2020-07-16 13:46:48 +03: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