Go to file
deepin-ci-robot 879a19c30a chore: update changelog
Release 5.6.14.
2023-07-27 16:17:11 +08:00
.github chore: Sync by 559e91167d 2023-07-10 06:29:54 +00:00
.obs
.reuse
.tx
LICENSES
archlinux
debian chore: update changelog 2023-07-27 16:17:11 +08:00
docs doc: update docs for dtextedit 2023-07-26 13:20:42 +00:00
examples
include chore: deprecate dhidpihelper 2023-07-27 13:47:42 +08:00
misc
plugin
rpm
src chore: deprecate dhidpihelper 2023-07-27 13:47:42 +08:00
tests fix: fix the bug of the test-recoverage.sh 2023-07-27 10:43:56 +08:00
tools
.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
LICENSE
README.md
README.zh_CN.md
conanfile.py
dtkwidget.cmake refactor!: deprecate some interfaces in dtk6 2023-07-04 18:26:14 +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.