This repository has been archived on 2024-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-06/src/plugins
Dmitri Bogomolov 8dca39e902
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-12-15 19:07:34 +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 Added ignore comments for bare except warnings 2021-10-06 12:35:46 +05:30
menu_qrcode.py Initial support for PyQt5 (main window shown) using QtPy package. 2021-12-15 19:07:34 +02:00
notification_notify2.py Reverted import placement change & added ignore comment 2021-10-14 12:49:13 +05:30
plugin.py Initial support for PyQt5 (main window shown) using QtPy package. 2021-12-15 19:07:34 +02:00
proxyconfig_stem.py Support proxyconfig_stem on Windows 2021-08-02 13:45:23 +03:00
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