https://github.com/linuxdeepin/dtkdeclarative
https://github.com/linuxdeepin/dtkdeclarative
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/dtkdeclarative
- Owner: linuxdeepin
- License: other
- Created: 2022-01-05T01:41:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-30T09:16:37.000Z (15 days ago)
- Last Synced: 2026-01-31T01:09:05.273Z (14 days ago)
- Language: C++
- Size: 14.6 MB
- Stars: 22
- Watchers: 3
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dtkdeclarative
dtkdeclarative is a widget development toolkit based on QtQuick/QtQml, which is a brand new substitute for dtkwidget. dtkdeclarative is developed based on qtdeclarative. It covers all existing QML widgets and adds plenty of DTK friendly visual effects and color schemes. Compared to dtkwidget. It has:
1. **A primitive Qt and Qml code style**
2. **Adapted APIs with traditional Qml**
3. **Simple and quick development interfaces**
4. **Unified widget theme style**
5. **Abundant effects and colors**
[中文介绍](README.zh_CN.md)
## Document
[dtkdeclarative 中文文档](https://linuxdeepin.github.io/dtkdeclarative/index.html)
## Dependencies
+ qml-module-qtquick-shapes
+ qml-module-qtquick-layouts
## Build dependencies
+ qtdeclarative5-dev
+ qtbase5-dev-tools,
+ qtquickcontrols2-5-dev
+ libdtkgui-dev
+ libdtkcore-dev
+ qtdeclarative5-private-dev
+ qtbase5-private-dev
### Build from source
1. Please make sure that all dependencies are installed
2. Get source and build
```shell
$ git clone https://github.com/linuxdeepin/dtkdeclarative.git
$ cmake -Bbuild -GNinja
$ cmake --build build
```
3. Install
```shell
$ sudo cmake --install build
```
## Getting help
+ Please feel free to report issues if you encounter any problem
+ [Deepin Community](https://bbs.deepin.org/) for generic discussion and help.
## Getting Involved
Any usage issues can ask for help via
* [Telegram group](https://t.me/deepin)
* [Matrix](https://matrix.to/#/#deepin-community:matrix.org)
* [IRC (libera.chat)](https://web.libera.chat/#deepin-community)
* [Forum](https://bbs.deepin.org)
* [WiKi](https://wiki.deepin.org/)
If you find a definite bug, you can raise it by way of an issue and we will fix it as soon as possible.
If you have some development skills, you are welcome to submit a PR.
## License
dtkdeclarative is licensed under the [LGPL-3.0-or-later](LICENSE)
## TODO
1. Add plugins.qmltypes, support code completion
2. Support Vulkan