Go to file
ck 2cc522ffb8 chore: update changelog
update changelog

Log: update changelog
Influence: none
Change-Id: I09b426137a57ebb94a23f31d8a1b67973cf42c7d
2022-12-12 17:50:18 +08:00
.github chore: add ISSUE_TEMPLATE 2022-11-30 23:39:38 -06:00
.reuse docs: add doxygen theme 2022-11-28 16:39:42 +08:00
.tx chore: update changelog 2022-11-30 12:13:19 +08:00
LICENSES docs: add doxygen theme 2022-11-28 16:39:42 +08:00
archlinux chore(mkspecs): define mkspecs self 2022-09-06 15:20:25 +08:00
debian chore: update changelog 2022-12-12 17:50:18 +08:00
docs feat: Add DImageViewer example. 2022-12-12 06:49:59 +00:00
examples feat: Add DImageViewer example. 2022-12-12 06:49:59 +00:00
include/dtkwidget feat: Add DImageViewer crop image function. 2022-12-08 14:08:41 +08:00
misc chore: fix linking error 2022-12-07 10:02:15 +08:00
plugin chore: dtkguiplugin and readme 2022-09-21 10:10:57 +08:00
rpm chore: rpm build failed 2021-10-30 18:10:42 +08:00
src feat: Add DImageViewer example. 2022-12-12 06:49:59 +00:00
tests feat: Add DImageViewer crop image function. 2022-12-08 14:08:41 +08:00
tools feat: Improve version information 2022-09-30 10:21:05 +08:00
.clog.toml
.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 chore: update changelog 2022-11-30 12:13:19 +08:00
LICENSE doc(license): update license 2022-09-26 01:29:21 +00:00
README.md doc: README 2022-10-24 15:15:53 +08:00
README.zh_CN.md doc: README 2022-10-24 15:15:53 +08:00
conanfile.py chore: adapt REUSE license header 2022-08-11 05:02:57 +00:00

README.md

Deepin Tool Kit Widget

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

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.