Go to file
Ye ShanShan 809f6d3f0f chore: bump version to 5.7.16
update changelog to 5.7.16
2025-05-19 09:26:18 +00:00
.github
.obs chore: disable broken workflow build 2024-04-01 13:19:00 +08:00
.reuse chore: reuse warning 2025-04-25 15:35:16 +08:00
.tx
LICENSES
archlinux
debian chore: bump version to 5.7.16 2025-05-19 09:26:18 +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
src fix: correct text elision behavior with shortcuts 2025-04-29 10:45:24 +08:00
tests chore: Adapt to Qt 6.6.1 2024-03-06 11:50:54 +08:00
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
CHANGELOG.md
CMakeLists.txt
LICENSE
README.md
README.zh_CN.md
conanfile.py
dtkwidget.cmake fix: export inexistent classes in config 2023-10-27 14:02:55 +08:00
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.