fix:修正界面更新逻辑问题。

This commit is contained in:
2024-08-28 09:35:45 +08:00
parent f9796c7090
commit 49c4a40dc9
4 changed files with 55 additions and 28 deletions

View File

@@ -3,6 +3,7 @@
#include <QDialog>
#include <QTableWidget>
#include "xml_opr.h"
namespace Ui {
@@ -30,13 +31,13 @@ private:
void handle_ok();
public:
bool is_ok_{ false };
bool is_ok_{false};
private:
Ui::CAttributeEdit* ui;
Property_t property_{};
QTableWidget* table_{};
bool is_key_edit_{true};
Property_t property_{};
QTableWidget* table_{};
bool is_key_edit_{true};
};
#endif // ATTRIBUTE_EDIT_H