Go to file
github-actions[bot] 3d0713f7a2 chore: New release 5.7.23
Log:
2025-09-25 17:44:27 +08:00
.github fix: make version parameter optional in release workflow 2025-06-27 16:43:59 +08:00
.obs chore(CI): add OBS workflows 2023-03-29 09:28:15 +08:00
.reuse docs: update REUSE license file for CHANGELOG 2025-07-21 09:55:22 +08:00
LICENSES
archlinux chore: New release 5.7.23 2025-09-25 17:44:27 +08:00
cmake
debian chore: New release 5.7.23 2025-09-25 17:44:27 +08:00
docs feat: add flags parameter to DDciIconPlayer play method 2025-08-07 14:38:07 +08:00
examples chore: animation-dci supports custom icon 2024-07-26 13:54:06 +08:00
include feat: add T11 font size and adjust T5 default 2025-09-01 11:27:52 +08:00
misc chore: Adapt Qt6 && Dtk6 compilation 2023-06-19 13:13:09 +08:00
rpm chore: New release 5.7.23 2025-09-25 17:44:27 +08:00
src fix: 解决控制中心闪烁问题 2025-09-18 13:26:13 +08:00
tests fix(tests): fix build for Qt 6.9 2025-09-24 16:17:19 +08:00
toolGenerate/dconfig2cpp feat: Add files generated by qdbusXML2cpp and DCONG2cpp 2025-03-04 20:04:38 +08:00
tools feat: switch to QGuiApplication for SVG rendering 2025-07-31 13:42:53 +08:00
.gitignore chore: ignore doxygen-theme folder 2023-07-03 17:21:36 +08:00
.gitlab-ci.yml
.packit.yaml
.release.json
.syncexclude chore: update .syncexclude 2025-06-18 17:03:05 +08:00
CHANGELOG.md chore: New release 5.7.23 2025-09-25 17:44:27 +08:00
CMakeLists.txt feat: Support VERSION file 2025-06-11 11:46:44 +08:00
LICENSE
README.md
README.zh_CN.md
VERSION chore: New release 5.7.23 2025-09-25 17:44:27 +08:00
VERSION.in feat(ci): Add auto release workflow 2025-06-11 11:46:44 +08:00
dtkgui.cmake fix: enhance build security hardening 2025-07-03 13:03:14 +00:00
linglong.yaml

README.md

Deepin Tool Kit Gui

Deepin Tool Kit (DtkGui) is the development graphical user interface of all C++/Qt Developer work on Deepin.

You should read the Deepin Application Specification firstly.

Dependencies

Build dependencies

  • Qt >= 5.10

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

mkdir build
cd build
cmake ..
make
  1. Install:
sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

deepin-tool-kit is licensed under LGPL-3.0-or-later.