diff options
author | Mavridis Philippe <[email protected]> | 2023-10-26 13:10:55 +0000 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-12-17 14:35:32 +0200 |
commit | fd6c582f15723514abc973aef946c1dfd895e7e2 (patch) | |
tree | f24706396fa53d0a5e851d73aa80be3442074ec7 /README.md | |
parent | aec0061106cfff96bb21499850c863b0054ecb5f (diff) | |
download | tqt3-fd6c582f15723514abc973aef946c1dfd895e7e2.tar.gz tqt3-fd6c582f15723514abc973aef946c1dfd895e7e2.zip |
Update README
A new README with markdown format, updated information on TQt, contributor section and translations status.
The old README has been preserved as README.Qt3 for historical reasons.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..8d77d1aa0 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +This is TQt version 3.5.0. + +TQt is a multiplatform C++ GUI application framework based on the last open source release of Qt 3.x branch which is maintained by the Trinity Desktop project. + + +Why? +---- + +TQt strives to be a lightweight toolkit for developing graphical desktop applications based on the Window-Icon-Menu-Pointer model. + +Compared to Qt, which has become a framework with lots of features not necessarily related to desktop computing, resulting in unnecessary bloat, TQt strives for a different approach by avoiding feature creep and unnecessary complexity. + + +Contributing +-------------- + +If you are interested in contributing, please contact us. You can find a list of issues and wish list features to work on [here](https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues). + +If you wish to contribute to TQt3, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### TQt3 +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/dependencies/-/tqt3/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/) + +### TQt3 Assistant +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/dependencies/-/tqt3-tools-assistant/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt3-tools-assistant/) + +### TQt3 Designer +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/dependencies/-/tqt3-tools-designer/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt3-tools-designer/) + +### TQt3 Linguist +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/dependencies/-/tqt3-tools-linguist/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt3-tools-linguist/) + +Legal and licensing +------------------- + +The TQt toolkit is distributed under the terms of GNU GPL. + +Qt is a trademark of The Qt Company Ltd. |