Go to file
zccrs 228fd523e3 fix: draw pixmap size error on DTitlebar
Change-Id: Ice4a208a83a704d62329934f61790c54c9f934b5
2017-10-26 18:03:22 +08:00
.tx Add translations 2017-07-28 16:23:02 +08:00
debian Add libqt5svg5-dev in depends 2017-10-11 13:10:29 +08:00
examples fix(DArrowRectangle): arrow position error 2017-10-25 16:42:13 +08:00
src fix: draw pixmap size error on DTitlebar 2017-10-26 18:03:22 +08:00
tools fix: fix dtk-svgc crash if no font init 2017-10-10 15:06:59 +08:00
translations fix: update translation 2017-09-27 14:33:33 +08:00
.gitignore Fix loadTranslator override dtk translate 2016-12-09 18:33:36 +08:00
LICENSE Add LICENSE file 2017-02-20 13:44:44 +08:00
README.md Update changelog 2017-07-26 19:44:52 +08:00
dtkwidget.pro feat: add svgc 2017-10-09 13:59:10 +08:00

README.md

Deepin Tool Kit Widget

Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin.

Dependencies

Build dependencies

  • qmake >= 5.3

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ mkdir build
$ cd build
$ qmake ..
$ make
  1. Install:
$ sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

deepin-tool-kit is licensed under GPLv3.