# RelearnQTBasic **Repository Path**: jackfahdin/RelearnQTBasic ## Basic Information - **Project Name**: RelearnQTBasic - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-18 - **Last Updated**: 2026-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RelearnQTBasic #### 1. HelloQt ``` 输出一个简单的按钮图形 ``` #### 2. SignalAndSlot ``` 通过四个按钮实现信号和槽的基本运用 分别是最大化应用,最小化应用,恢复正常,关闭窗口 ```