From 5cd82a90e501449a093492c3b3714e2d8c2d8c8b Mon Sep 17 00:00:00 2001 From: eazzy <1044745821@qq.com> Date: Fri, 5 Jul 2024 08:06:09 +0800 Subject: [PATCH] =?UTF-8?q?UI=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CasualtySightPlus/UIs/sourcefiles/guidingui.cpp | 8 ++++---- src/CasualtySightPlus/UIs/sourcefiles/injurydisplayui.cpp | 6 +++--- src/CasualtySightPlus/UIs/sourcefiles/robotlistui.cpp | 2 +- src/CasualtySightPlus/UIs/sourcefiles/uavlist.cpp | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/CasualtySightPlus/UIs/sourcefiles/guidingui.cpp b/src/CasualtySightPlus/UIs/sourcefiles/guidingui.cpp index 0d006fc..2daec10 100644 --- a/src/CasualtySightPlus/UIs/sourcefiles/guidingui.cpp +++ b/src/CasualtySightPlus/UIs/sourcefiles/guidingui.cpp @@ -133,7 +133,7 @@ void GuidingUI::MapDisplayControl(QPushButton *btnCtr,QWidget*Tar,QGridLayout*la /** * @brief 显示机器人列表界面的槽函数 * @date 2024年6月6日 -* @author myz +* @author yyz * @param null * @details 我修改了这个函数,将以界面的形式展示机器人列表 */ @@ -158,7 +158,7 @@ void GuidingUI::on_showInjuryInfo_clicked() /** * @brief 显示无人机列表界面的槽函数 * @date 2024年6月10日 -* @author myz +* @author yyz */ void GuidingUI::on_UAVListBtn_clicked() { @@ -169,7 +169,7 @@ void GuidingUI::on_UAVListBtn_clicked() /** * @brief 用于控制显示无人机列表界面 * @date 2024年6月10日 -* @author myz +* @author yyz * @param ctrBtn: 无人机列表按钮 */ void GuidingUI::UAVInfosControl(QPushButton* btnCtr) @@ -180,7 +180,7 @@ void GuidingUI::UAVInfosControl(QPushButton* btnCtr) /** * @brief 用于控制显示伤情显示界面 * @date 2024年6月18日 -* @author myz +* @author yyz * @param ctrBtn: 伤情显示按钮 */ void GuidingUI::InjuryInfoControl(QPushButton* btnCtr) diff --git a/src/CasualtySightPlus/UIs/sourcefiles/injurydisplayui.cpp b/src/CasualtySightPlus/UIs/sourcefiles/injurydisplayui.cpp index ced74e0..8324505 100644 --- a/src/CasualtySightPlus/UIs/sourcefiles/injurydisplayui.cpp +++ b/src/CasualtySightPlus/UIs/sourcefiles/injurydisplayui.cpp @@ -24,7 +24,7 @@ InjuryDisplayUI::~InjuryDisplayUI() /** * @brief 用于展示伤员信息 * @date 2024年7月2日 -* @author myz +* @author yyz */ void InjuryDisplayUI::InjuryDisplay() { @@ -96,7 +96,7 @@ void InjuryDisplayUI::InjuryDisplay() /** * @brief 详情按钮槽函数 * @date 2024年7月3日 -* @author myz +* @author yyz */ void InjuryDisplayUI::on_detailBtn_clicked() { @@ -107,7 +107,7 @@ void InjuryDisplayUI::on_detailBtn_clicked() /** * @brief 控制单个伤员信息跳转 * @date 2024年7月4日 -* @author myz +* @author yyz */ void InjuryDisplayUI::SingleCasualtyDisplay() { diff --git a/src/CasualtySightPlus/UIs/sourcefiles/robotlistui.cpp b/src/CasualtySightPlus/UIs/sourcefiles/robotlistui.cpp index e7c4ca1..af5db39 100644 --- a/src/CasualtySightPlus/UIs/sourcefiles/robotlistui.cpp +++ b/src/CasualtySightPlus/UIs/sourcefiles/robotlistui.cpp @@ -7,7 +7,7 @@ constexpr int COLUMN_NUM = 7; /** * @brief 自定义委托类用于设置状态列的颜色变换 * @date 2024年6月10日 -* @author myz +* @author yyz */ class StateDelegate : public QStyledItemDelegate { diff --git a/src/CasualtySightPlus/UIs/sourcefiles/uavlist.cpp b/src/CasualtySightPlus/UIs/sourcefiles/uavlist.cpp index 4324857..ebec2bd 100644 --- a/src/CasualtySightPlus/UIs/sourcefiles/uavlist.cpp +++ b/src/CasualtySightPlus/UIs/sourcefiles/uavlist.cpp @@ -2,7 +2,7 @@ /** * @brief 无人机列表界面 * @date 2024年6月10日 -* @author myz +* @author yyz * @attention 无人机的列表界面也就是 ui下的 uavlist.ui 是对robotlistUI 进行复用的(直接复制)导致它的许多部件都是机器人列表下的名称 */ #include "../headfiles/uavlist.h" @@ -13,7 +13,7 @@ constexpr int COLUMN_NUM = 7; /** * @brief 自定义委托类用于设置状态列的颜色变换 * @date 2024年6月10日 -* @author myz +* @author yyz */ class StateDelegate : public QStyledItemDelegate {