Go to file
ck 1521966be9 chore: update to 5.6.10
Log: update changelog
2023-04-17 18:03:29 +08:00
.github chore: Sync by 2dd22560f7 2023-04-14 08:42:25 +00:00
.obs chore(CI): add OBS workflows 2023-03-29 09:40:37 +08:00
.reuse chore(CI): add OBS workflows 2023-03-29 09:40:37 +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: remove unused cmake option from PKGBUILD 2023-04-17 17:32:32 +08:00
debian chore: update to 5.6.10 2023-04-17 18:03:29 +08:00
docs feat: 增加覆盖指定界面的水印类DWaterMarkHelper 2023-04-03 10:10:47 +08:00
examples fix: modify listview for compact mode 2023-03-24 11:14:54 +08:00
include fix: icon size is abnormal when dpi > 1 2023-04-07 10:09:02 +08:00
misc fix: find_dependency error 2023-02-17 11:24:51 +08:00
plugin refactor(cmake): improve cmake and add new feature 2023-01-18 11:22:46 +08:00
rpm chore: rpm build failed 2021-10-30 18:10:42 +08:00
src fix: DFloatingButton can't display dciicon 2023-04-17 15:45:58 +08:00
tests chore: DPrintPreviewDialog add update setting interface. 2023-03-10 09:27:36 +00:00
tools refactor(cmake): improve cmake and add new feature 2023-01-18 11:22:46 +08:00
.clog.toml Release 2.0.5.2 2017-11-28 17:10:20 +08:00
.gitignore feat(cmake): to cmake 2022-08-19 17:18:33 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-08 10:44:16 +08:00
.packit.yaml fix: Initial packit setup 2020-10-23 13:16:29 +08:00
.project.json fix: bug:23312 无图标 2020-06-03 17:09:43 +08:00
.release.json refactor: use commit count for the package version 2019-07-05 14:42:21 +08:00
CHANGELOG.md Update CHANGLE.md 2019-05-23 14:07:48 +08:00
CMakeLists.txt fix: don't set CMAKE_BUILD_TYPE in CMakeLists.txt 2023-04-17 17:56:00 +08:00
LICENSE doc(license): update license 2022-09-26 01:29:21 +00:00
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 chore: adapt REUSE license header 2022-08-11 05:02:57 +00:00
linglong.yaml feat: add linglong build support 2022-12-20 15:23: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.