diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-21 12:51:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-22 12:12:22 +0900 |
| commit | 1ae98bbe4d8d4eb82935803a6e11fd318d14109e (patch) | |
| tree | 24bd907b78d096cc8dd4a9cb9f4bbcab4252e0f4 | |
| parent | 85be5e5f9ad2d9a707cbd5b8e6d0b484f56ac581 (diff) | |
| download | tqt-1ae98bbe4d8d4eb82935803a6e11fd318d14109e.tar.gz tqt-1ae98bbe4d8d4eb82935803a6e11fd318d14109e.zip | |
Update readme to reflect the change from TQt3 to TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | PLATFORMS | 6 | ||||
| -rw-r--r-- | README.md | 36 |
2 files changed, 16 insertions, 26 deletions
@@ -12,12 +12,6 @@ Supported platforms and compilers: freebsd-icc irix-g++ macx-pbuilder tru64-g++ hpux-acc linux-ecc-64 solaris-cc -Compilation problems: - - If you experience problems compiling TQt 3.x consult the platform - notes found at http://www.trolltech.com/developer/platforms/ where - we post workarounds and known issues as we become aware of them. - Example: ./configure -platform irix-cc-64 -shared -debug @@ -1,6 +1,6 @@ -This is TQt version 3.5.0. +This is the TQt toolkit, 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. +TQt is a multiplatform C++ GUI application framework born as a fork of the last open source release of the Qt 3.x toolkit. TQt is developed and maintained by the Trinity Desktop project. Why? @@ -8,15 +8,13 @@ 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 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/tqt/issues). -If you wish to contribute to TQt3, you might do so: +If you wish to contribute to TQt, you might do so: - TDE Gitea Workspace (TGW) collaboration tool. https://mirror.git.trinitydesktop.org/gitea @@ -28,25 +26,23 @@ If you wish to contribute to TQt3, you might do so: Translations status --------------------- -### TQt3 -[](https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/) +### TQt +[](https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt/) -### TQt3 Assistant -[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt3-tools-assistant/) +### TQt Assistant +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt-tools-assistant/) -### TQt3 Designer -[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt3-tools-designer/) +### TQt Designer +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt-tools-designer/) -### TQt3 Linguist -[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt3-tools-linguist/) +### TQt Linguist +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tqt-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. |
