🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
UiValueEdit.hpp
浏览该文件的文档.
1
20
21#pragma once
22
23#include "AstGlobal.h"
24#include <QLineEdit>
25
26AST_NAMESPACE_BEGIN
27
35class AST_GUI_API UiValueEdit: public QLineEdit
36{
37public:
38 UiValueEdit(QWidget* parent = nullptr);
39
42 void setError(const QString& errorMessage);
43
45 void setNormal();
46};
47
50AST_NAMESPACE_END
数值输入框基类
定义 UiValueEdit.hpp:36