fix:修正界面更新逻辑问题。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user