Skip to content

Deepin Toolkit, widget module for DDE look and feel

License

Notifications You must be signed in to change notification settings

kegechen/dtkwidget

This branch is 1 commit ahead of, 88 commits behind linuxdeepin/dtkwidget:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b420d5a · Jan 9, 2024
Oct 27, 2023
Mar 29, 2023
Oct 27, 2023
Mar 28, 2023
Jan 15, 2023
Apr 21, 2023
Jan 9, 2024
Oct 16, 2023
Jun 19, 2023
Nov 28, 2023
Jun 16, 2023
Jun 19, 2023
Apr 21, 2023
Jan 9, 2024
Sep 7, 2023
Jun 16, 2023
Nov 28, 2017
Jul 3, 2023
Jan 8, 2020
Oct 23, 2020
Jun 3, 2020
Jul 5, 2019
Oct 27, 2023
May 23, 2019
Jun 16, 2023
Sep 26, 2022
Mar 14, 2023
Mar 14, 2023
Aug 11, 2022
Oct 27, 2023
Jun 16, 2023

Repository files navigation

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.

About

Deepin Toolkit, widget module for DDE look and feel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%