Go to file
deepin-ci-robot edd36a92da chore: update changelog
Release 5.6.16.
2023-08-22 15:17:45 +08:00
.github chore: Sync by 559e91167d 2023-07-10 06:29:54 +00:00
.obs chore(CI): add OBS workflows 2023-03-29 09:40:37 +08:00
.reuse chore: add test for dwatermarkhelper 2023-08-18 15:37:01 +08:00
.tx chore: tx config tweak 2023-03-28 10:51:33 +08:00
LICENSES chore: replace doxygen theme 2023-01-14 23:32:54 -06:00
archlinux fix: suppress cmake warning for missing directory specified 2023-04-21 13:22:03 +08:00
debian chore: update changelog 2023-08-22 15:17:45 +08:00
docs doc: update docs for dcrumbedit 2023-08-10 09:54:50 +08:00
examples feat(others): support Qt6 2023-06-19 13:18:51 +08:00
include chore: remove useless files 2023-07-29 21:58:21 +08:00
misc feat(build): support Qt6 2023-06-16 17:32:43 +08:00
plugin feat(others): support Qt6 2023-06-19 13:18:51 +08:00
rpm fix: remove unused librsvg dependency from dtkwidget.spec 2023-04-21 13:21:34 +08:00
src chore: move loadtranslator to dtkgui 2023-08-12 10:37:07 +08:00
tests chore: add test for dwatermarkhelper 2023-08-18 15:37:01 +08:00
tools feat(build): support Qt6 2023-06-16 17:32:43 +08:00
.clog.toml
.gitignore doc: update docs for dpasswordedit 2023-07-03 08:59:15 +00:00
.gitlab-ci.yml
.packit.yaml
.project.json
.release.json
CHANGELOG.md
CMakeLists.txt feat(build): support Qt6 2023-06-16 17:32:43 +08:00
LICENSE
README.md docs: update readme 2023-03-14 16:14:35 +08:00
README.zh_CN.md docs: update readme 2023-03-14 16:14:35 +08:00
conanfile.py
dtkwidget.cmake refactor!: deprecate some interfaces in dtk6 2023-07-04 18:26:14 +08:00
linglong.yaml feat(build): support Qt6 2023-06-16 17:32:43 +08:00

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.