Go to file
miruka 13fca98838 Rooms and threads fixes
- Fix roomList height again, now based on model.count().
  All delegates are assumed to be the same height

- Properly update room list when a room is joined or left

- Catch exceptions happening in threads (futures), which previously
  passed silently

- Show "Empty room?" as "<i>Empty Room</i>" + gray [?] avatar
2019-04-13 08:59:10 -04:00
harmonyqml Rooms and threads fixes 2019-04-13 08:59:10 -04:00
.gitignore Add action buttons toolbar and placeholder pages 2019-03-22 06:24:19 -04:00
COPYING Initial commit 2019-03-21 23:28:14 -04:00
Makefile Initial commit 2019-03-21 23:28:14 -04:00
README.md Initial commit 2019-03-21 23:28:14 -04:00
setup.py Initial commit 2019-03-21 23:28:14 -04:00
TODO.md Initial commit 2019-03-21 23:28:14 -04:00

harmonyqml

PyPI downloads
PyPI version
PyPI pyversions

CLI examples

    $ harmonyqml

Python package examples

    >>> import harmonyqml

    >>> 

Installation

Requires Python 3.6+, tested on GNU/Linux only.

    # pip3 install harmonyqml