# configure_skeleton **Repository Path**: embedded_team/configure_skeleton ## Basic Information - **Project Name**: configure_skeleton - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # configure_skeleton #### 介绍 调试配置界面的基本形态,提供4个界面的切换功能,根据不同业务增加相应界面,省去切换界面相关的代码 #### 软件架构 通过header_widget的4个选项,打开base_widget内4个widget(home, graphic, manage, misc),自定义的显示修改这4个widget,单例通信模块(如串口)考虑建立在base内,通过信号槽连接到具体widget #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 建立此工程时使用QT6.2.4,未确定其它版本兼容性 2. .gitignore_default为默认gitignore文件,第一次使用将其改成.gitignore,根据自己项目做相应修改 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request