diff options
author | Michele Calgaro <[email protected]> | 2022-09-02 13:08:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-02 22:35:33 +0900 |
commit | 910299357b9d78a09f7abd0c7e50fee45400f4c9 (patch) | |
tree | 54d94176bbf4a83bb4bd9e156a8c9804af7e151c /README.md | |
parent | 49a06000d2aff8b581e0d8dc343e3590a1e5f7cd (diff) | |
download | gtk-qt-engine-910299357b9d78a09f7abd0c7e50fee45400f4c9.tar.gz gtk-qt-engine-910299357b9d78a09f7abd0c7e50fee45400f4c9.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0324d1c73f56c449976f7bd5e249ec4ecf3e750c)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..58c57db --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +A theme engine using TQt for GTK+ 2.x and Trinity + +The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine +that calls TQt to do the actual drawing. This makes your GTK 2 applications +look almost like real TQt applications and gives you a more unified desktop +experience. + +To use the engine, open the "GTK Styles and Fonts" section in the TDE control center +and select "Use my TDE style in GTK applications". + +. + +Contributing +-------------- + +If you wish to contribute to gtk-qt-engine, 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 +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/gtk-qt-engine/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/gtk-qt-engine-desktop-files/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine-desktop-files/) |