Go to file
yeshanshan 66a7d818c0 fix: 设置DTabBar::shape无法正常显示竖直方向及调整ui显示效果
1.添加布局的选择,按照shape来选择对应的布局,
2.添加shape和direction的转换,除去无效的设置策略.
3.根据Qt源码,添加上对应shape的判断及选择.
4.调整DTabBar边距为与设计相同的大小.
5.添加DTabBar箭头按钮的上下延长线.
6.添加测试代码.

Log: 修复DTabBar无法正常显示竖直方向及调整相关ui显示效果.
Change-Id: I1e975356c15958d7f4367576261eea4d658a88ae
2021-07-26 11:47:34 +08:00
.tx
debian fix: buttonbox的按钮之间有分割线 2021-06-23 09:03:01 +08:00
doc/images
examples fix: 设置DTabBar::shape无法正常显示竖直方向及调整ui显示效果 2021-07-26 11:47:34 +08:00
rpm
src fix: 设置DTabBar::shape无法正常显示竖直方向及调整ui显示效果 2021-07-26 11:47:34 +08:00
tests chore: asan无日志生成则添加空文件 2021-07-22 11:33:00 +08:00
tools
.clog.toml
.gitignore chore: 修改.gitignore文件,忽略cmake文件的追踪 2021-05-28 08:49:26 +08:00
.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

  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.