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