FeiWang1119 / dtkdeclarative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

中文介绍

Document

dtkdeclarative 中文文档

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
$ git clone https://github.com/linuxdeepin/dtkdeclarative.git
$ cmake -Bbuild -GNinja
$ cmake --build build
  1. Install
$ sudo cmake --install build

Getting help

  • Please feel free to report issues if you encounter any problem
  • Deepin Community for generic discussion and help.

Getting Involved

Any usage issues can ask for help via

License

dtkdeclarative is licensed under the LGPL-3.0-or-later

TODO

  1. Add plugins.qmltypes, support code completion
  2. Support Vulkan

About

License:Other


Languages

Language:C++ 56.0%Language:QML 39.3%Language:CMake 3.0%Language:GLSL 1.4%Language:Shell 0.2%Language:C 0.1%Language:QMake 0.0%