Go to file
deepin-ci-robot f6f23e5169 chore: update changelog
Release 5.6.30.
2024-05-31 15:28:17 +08:00
.github
.obs chore: disable broken workflow build 2024-04-01 13:19:00 +08:00
.reuse
.tx
LICENSES
archlinux
debian chore: update changelog 2024-05-31 15:28:17 +08:00
docs
examples feat: sidebar widget with blur widget behind 2024-02-22 17:10:28 +08:00
include fix: fix the problem of text position in dstyleditemdelegate 2024-04-09 10:38:24 +08:00
misc
plugin
rpm
src fix: 解决wayland下,DDialog窗口透明问题的问题 (#578) 2024-05-29 05:47:00 +00:00
tests chore: Adapt to Qt 6.6.1 2024-03-06 11:50:54 +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
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.