From 8980c24bccddc325285500525341d1cba8b1768c Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 16 Sep 2019 15:51:25 -0600 Subject: [PATCH] Add mention of Qt guidelines to Developing section --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index da96c5f..cf2c9a2 100644 --- a/Home.md +++ b/Home.md @@ -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.