# qt.marcusp-curly-sidebar-example **Repository Path**: zinface/qt.marcusp-curly-sidebar-example ## Basic Information - **Project Name**: qt.marcusp-curly-sidebar-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-11 - **Last Updated**: 2026-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qt.template ## Quick use ```sh # clone or create your project git init git fetch https://gitee.com/zinface/qt.template master:template git checkout template -b master git branch -d template ``` ## Include framework 参考 [curly](https://gitee.com/MarcusP/curly): ```cmake spark_framework_include_with_git(${PROJECT_NAME} https://gitee.com/MarcusP/curly FEATURES sidebar) ```