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
* @date 202466
* @author myz
* @author yyz
* @param null
* @details ,
*/
@ -158,7 +158,7 @@ void GuidingUI::on_showInjuryInfo_clicked()
/**
* @brief
* @date 2024610
* @author myz
* @author yyz
*/
void GuidingUI::on_UAVListBtn_clicked()
{
@ -169,7 +169,7 @@ void GuidingUI::on_UAVListBtn_clicked()
/**
* @brief
* @date 2024610
* @author myz
* @author yyz
* @param ctrBtn:
*/
void GuidingUI::UAVInfosControl(QPushButton* btnCtr)
@ -180,7 +180,7 @@ void GuidingUI::UAVInfosControl(QPushButton* btnCtr)
/**
* @brief
* @date 2024618
* @author myz
* @author yyz
* @param ctrBtn:
*/
void GuidingUI::InjuryInfoControl(QPushButton* btnCtr)

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

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

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

Loading…
Cancel
Save