This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/src/plugins
Dmitri Bogomolov ea33199dbd
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.
2019-11-18 15:06:24 +02:00
..
__init__.py Show a dialog with QR-code for selected bm-address 2017-03-06 18:00:23 +02:00
indicator_libmessaging.py indicator_libmessaging pylint fixes 2019-09-27 16:04:28 +05:30
menu_qrcode.py Initial support for PyQt5 (main window shown) using QtPy package. 2019-11-18 15:06:24 +02:00
notification_notify2.py notification_notify2 pylint fixes 2019-09-27 16:04:29 +05:30
plugin.py Initial support for PyQt5 (main window shown) using QtPy package. 2019-11-18 15:06:24 +02:00
proxyconfig_stem.py Replaced logging.getLogger() in other possible places 2019-10-18 09:35:31 +03:00
sound_canberra.py sound_canberra pylint fixes 2019-09-27 16:12:35 +05:30
sound_gstreamer.py sound_gstreamer pylint fixes 2019-09-27 16:12:35 +05:30
sound_playfile.py sound_playfile pylint fixes 2019-09-27 16:12:35 +05:30