修改DTextEdit的frame_radius为之前的1/2 Log: 修复通过控制中心修改字体,全英文文件名称编辑最后一行显示超长问题 Bug: https://pms.uniontech.com/bug-view-118769.html Influence: 文本框字体显示 |
||
|---|---|---|
| .github/workflows | ||
| .tx | ||
| debian | ||
| doc | ||
| examples | ||
| plugin | ||
| rpm | ||
| src | ||
| tests | ||
| tools | ||
| .clog.toml | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .packit.yaml | ||
| .project.json | ||
| .release.json | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| conanfile.py | ||
| dtkwidget.pro | ||
README.md
Deepin Tool Kit Widget
Deepin Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin.
Dependencies
Build dependencies
- Qt >= 5.6
Installation
Build from source code
-
Make sure you have installed all dependencies.
-
Build:
$ mkdir build
$ cd build
$ qmake ..
$ make
- 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
- Contribution guide for developers. (English)
- 开发者代码贡献指南 (中文)
License
deepin-tool-kit is licensed under GPLv3.