# QtQuick-DTK-style **Repository Path**: Limexb/QtQuick-DTK-style ## Basic Information - **Project Name**: QtQuick-DTK-style - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This is a QtQuick custom style integrated from [DTK](http://github.com/linuxdeepin/dtkwidget). Due to technical limits, till now only components in QtQuick.controls are integrated. # Example![example](resources/example.gif) You can simply open and build the project under example/ in Qt Creator. # Usage - add dtk.qrc to your project - include "qtquickdtk.h" in your main.cpp - call `enableQtQuickDTKStyle(QQmlEngine*)` before you show the qml widget or window Yes, just three steps you can use dtk-style qml controls!