# DtkDemo **Repository Path**: deepin-opensource/DtkDemo ## Basic Information - **Project Name**: DtkDemo - **Description**: 简短却详细的Dtk开发实例 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 4 - **Created**: 2020-08-07 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DtkDemo(English) #### Introduction > Brief but detailed Dtk development examples. ![dtkdemo](img/dtkdemo.png) **Brief but detailed Dtk development examples:** - Brief but detailed deepin development examples - Set a series of properties for the program (including icon, title, version number, and so on) - Add the appropriate controls to the window. - Add the appropriate controls in the title bar. - Add a menu item to a menu - Adaptation of Light Mode and Dark Mode **If you want to learn more about it, you can visit the following website:** - DTK Related Document Address:https://linuxdeepin.github.io/dtk or http://deepin-opensource.gitee.io/dtk - Deepin Project Address:https://github.com/linuxdeepin - Deepin Project Address:https://gitee.com/deepin-opensource #### DTK dependent installation ```bash sudo apt install libdtkcore-dev libdtkgui-dev libdtkwidget-dev ```