# cpp-qt-qml-study **Repository Path**: xh-c/cpp-qt-qml-study ## Basic Information - **Project Name**: cpp-qt-qml-study - **Description**: qt 中 qml 学习 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-16 - **Last Updated**: 2024-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cpp-qt-qml-study # 常用知识 - [资源](md/000100common/000500resources/resources.md) # base - [QML 介绍](md/000200base/000500qml-introduce/qml-introduce.md) - [Qt Create 创建 QML 选项说明](md/000200base/002100qt-create-创建-qml-选项说明/qt-create-创建-qml-选项说明.md) - [创建 QML 的 HelloWorld 程序](md/000200base/003100创建-qml-的-hello-world-程序/创建-qml-的-hello-world-程序.md) # 基础元素 - [Text(文本元素)](md/000300element/001100text/text.md) - [Button(按钮元素)](md/000300element/002100button/button.md) - [Image(图像元素)](md/000300element/010100image/image.md) - [Rectangle(矩形元素) -- 有点像 html 中的 div](md/000300element/020100rectangle/rectangle.md) - [BusyIndicator(繁忙指示器) -- 一直转圈那个](md/000300element/500100busy-indicator/busy-indicator.md) # 事件 # 动画