Skip to content

openSUSE/dtkdeclarative

 
 

Repository files navigation

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
$ mkdir build
$ cd build
$ qmake ..
$ make
  1. Install
$ sudo make install

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 Qt6
  3. Support Vulkan

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.4%
  • QML 27.6%
  • CMake 2.2%
  • GLSL 1.1%
  • JavaScript 0.3%
  • Shell 0.2%
  • Other 0.2%