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:
- A primitive Qt and Qml code style
- Adapted APIs with traditional Qml
- Simple and quick development interfaces
- Unified widget theme style
- Abundant effects and colors
- qml-module-qtquick-shapes
- qml-module-qtquick-layouts
- qtdeclarative5-dev
- qtbase5-dev-tools,
- qtquickcontrols2-5-dev
- libdtkgui-dev
- libdtkcore-dev
- qtdeclarative5-private-dev
- qtbase5-private-dev
- Please make sure that all dependencies are installed
- Get source and build
$ git clone https://github.com/linuxdeepin/dtkdeclarative.git
$ cmake -Bbuild -GNinja
$ cmake --build build
- Install
$ sudo cmake --install build
- Please feel free to report issues if you encounter any problem
- Deepin Community for generic discussion and help.
Any usage issues can ask for help via
- Telegram group
- Matrix
- IRC (libera.chat)
- Forum
- WiKi 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.
dtkdeclarative is licensed under the LGPL-3.0-or-later
- Add plugins.qmltypes, support code completion
- Support Vulkan