1.添加布局的选择,按照shape来选择对应的布局, 2.添加shape和direction的转换,除去无效的设置策略. 3.根据Qt源码,添加上对应shape的判断及选择. 4.调整DTabBar边距为与设计相同的大小. 5.添加DTabBar箭头按钮的上下延长线. 6.添加测试代码. Log: 修复DTabBar无法正常显示竖直方向及调整相关ui显示效果. Change-Id: I1e975356c15958d7f4367576261eea4d658a88ae |
||
|---|---|---|
| .tx | ||
| debian | ||
| doc/images | ||
| examples | ||
| 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.