Compare commits

...

2 Commits

Author SHA1 Message Date
eazzy 5cd82a90e5 UI修改
5 months ago
eazzy 4cfd4849ed 视频
5 months ago

Binary file not shown.

@ -133,7 +133,7 @@ void GuidingUI::MapDisplayControl(QPushButton *btnCtr,QWidget*Tar,QGridLayout*la
/** /**
* @brief * @brief
* @date 202466 * @date 202466
* @author myz * @author yyz
* @param null * @param null
* @details , * @details ,
*/ */
@ -158,7 +158,7 @@ void GuidingUI::on_showInjuryInfo_clicked()
/** /**
* @brief * @brief
* @date 2024610 * @date 2024610
* @author myz * @author yyz
*/ */
void GuidingUI::on_UAVListBtn_clicked() void GuidingUI::on_UAVListBtn_clicked()
{ {
@ -169,7 +169,7 @@ void GuidingUI::on_UAVListBtn_clicked()
/** /**
* @brief * @brief
* @date 2024610 * @date 2024610
* @author myz * @author yyz
* @param ctrBtn: * @param ctrBtn:
*/ */
void GuidingUI::UAVInfosControl(QPushButton* btnCtr) void GuidingUI::UAVInfosControl(QPushButton* btnCtr)
@ -180,7 +180,7 @@ void GuidingUI::UAVInfosControl(QPushButton* btnCtr)
/** /**
* @brief * @brief
* @date 2024618 * @date 2024618
* @author myz * @author yyz
* @param ctrBtn: * @param ctrBtn:
*/ */
void GuidingUI::InjuryInfoControl(QPushButton* btnCtr) void GuidingUI::InjuryInfoControl(QPushButton* btnCtr)

@ -24,7 +24,7 @@ InjuryDisplayUI::~InjuryDisplayUI()
/** /**
* @brief * @brief
* @date 202472 * @date 202472
* @author myz * @author yyz
*/ */
void InjuryDisplayUI::InjuryDisplay() void InjuryDisplayUI::InjuryDisplay()
{ {
@ -96,7 +96,7 @@ void InjuryDisplayUI::InjuryDisplay()
/** /**
* @brief * @brief
* @date 202473 * @date 202473
* @author myz * @author yyz
*/ */
void InjuryDisplayUI::on_detailBtn_clicked() void InjuryDisplayUI::on_detailBtn_clicked()
{ {
@ -107,7 +107,7 @@ void InjuryDisplayUI::on_detailBtn_clicked()
/** /**
* @brief * @brief
* @date 202474 * @date 202474
* @author myz * @author yyz
*/ */
void InjuryDisplayUI::SingleCasualtyDisplay() void InjuryDisplayUI::SingleCasualtyDisplay()
{ {

@ -7,7 +7,7 @@ constexpr int COLUMN_NUM = 7;
/** /**
* @brief * @brief
* @date 2024610 * @date 2024610
* @author myz * @author yyz
*/ */
class StateDelegate : public QStyledItemDelegate class StateDelegate : public QStyledItemDelegate
{ {

@ -2,7 +2,7 @@
/** /**
* @brief * @brief
* @date 2024610 * @date 2024610
* @author myz * @author yyz
* @attention ui uavlist.ui robotlistUI * @attention ui uavlist.ui robotlistUI
*/ */
#include "../headfiles/uavlist.h" #include "../headfiles/uavlist.h"
@ -13,7 +13,7 @@ constexpr int COLUMN_NUM = 7;
/** /**
* @brief * @brief
* @date 2024610 * @date 2024610
* @author myz * @author yyz
*/ */
class StateDelegate : public QStyledItemDelegate class StateDelegate : public QStyledItemDelegate
{ {

Loading…
Cancel
Save