Add mention of Qt guidelines to Developing section

Curtis Gedak 2019-09-16 15:51:25 -06:00
parent d67d4e8072
commit 8980c24bcc

@ -65,7 +65,9 @@ To maximize flexibility an open and plain text file format is used enabling coll
## Developing
* Manuskript is written in Python3 and PyQt5
* All code changes and Pull Requests should be based on the **develop** branch.
* We strive to conform to Qt guidelines. E.g.: [User Interface Text Guidelines](https://doc-snapshots.qt.io/qtcreator-extending/qtcreator-ui-text.html)
* Tip: Add `--console` as last option on command line to use [IPython Jupyter QT Console as a debugging aid](https://github.com/olivierkes/manuskript/pull/513).
* _**DRAFT**_
We _try_ to ensure that Manuskript will run on several currently supported versions of GNU/Linux distributions, in addition to commercially supported versions of Microsoft Windows and Apple macOS X.