PyBitmessage-2021-04-27/src/bitmessageqt/tests
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 Qt test for UDP setting 2021-03-01 19:55:48 +02:00
addressbook.py Move addressbook test to bitmessageqt.tests because it uses Qt 2021-02-11 17:07:48 +02:00
main.py Initial support for PyQt5 (main window shown) using QtPy package. 2021-03-03 18:28:47 +02:00
settings.py Qt test for UDP setting 2021-03-01 19:55:48 +02:00
support.py New package: bitmessageqt.tests 2020-06-15 12:06:31 +03:00