Go to file
github-actions[bot] f20be8bedc chore: New release 5.7.18
Log:
2025-06-27 09:19:14 +00:00
.github fix: make version optional in release workflow and update spec file 2025-06-27 16:44:07 +08:00
.obs chore: disable broken workflow build 2024-04-01 13:19:00 +08:00
.reuse feat: Support VERSION file 2025-06-11 11:47:29 +08:00
.tx
LICENSES
archlinux chore: New release 5.7.18 2025-06-27 09:19:14 +00:00
debian chore: New release 5.7.18 2025-06-27 09:19:14 +00:00
docs doc: update docs for dwatermarkhelper 2025-03-04 20:04:21 +08:00
examples chore: 新增进度条动效和一个新进度条类 (#589) 2024-09-23 06:50:04 +00:00
include fix: webengineView abnormal in DMainWindow 2024-12-09 15:46:52 +08:00
misc
plugin
rpm chore: New release 5.7.18 2025-06-27 09:19:14 +00:00
src feat: update window control icons and drawing logic 2025-06-18 14:33:42 +08:00
tests
toolGenerate/dconfig2cpp feat: Add files generated by qdbusXML2cpp and DCONG2cpp 2025-03-04 20:04:21 +08:00
tools
.clog.toml
.gitignore
.gitlab-ci.yml
.packit.yaml
.project.json
.release.json
.syncexclude chore: update .syncexclude 2025-06-18 17:00:40 +08:00
CHANGELOG.md chore: New release 5.7.18 2025-06-27 09:19:14 +00:00
CMakeLists.txt feat: Support VERSION file 2025-06-11 11:47:29 +08:00
LICENSE
README.md
README.zh_CN.md
VERSION chore: New release 5.7.18 2025-06-27 09:19:14 +00:00
VERSION.in feat(ci): Add auto release workflow 2025-06-11 11:47:29 +08:00
conanfile.py
dtkwidget.cmake
linglong.yaml

README.md

Deepin Tool Kit Widget

Deepin Tool Kit Widget(DtkWidget) provides the base widgets on Deepin.

中文说明:README_zh_CN.md

Documentation

中文文档:dtkwidget文档

Dependencies

Build dependencies

  • Qt >= 5.6

Installation

Build from source code

  1. Make sure you have installed all dependencies.
sudo apt build-dep ./

If you need to use the designer plugin, you can:

$ sudo apt install qttools5-dev

# build
$ cmake ./plugin/dtkuiplugin -B build -DINSTALL_PLUGIN=ON -DCMAKE_INSTALL_PREFIX=/usr
$ cmake --build build -j$(nproc)

# install
$ cd build
$ sudo make install
  1. Build:
cmake -B build
cmake --build build -j$(nproc)
  1. Install:
cd build
sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

Made with dtkwidget

List of some open source projects using dtkwidget: (Contact us or open a pull request to add yours)

License

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