|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <UiInteger.hpp>
类 ast::UiInteger 继承关系图:信号 | |
| void | valueChanged (int value) |
Public 成员函数 | |
| UiInteger (QWidget *parent=nullptr) | |
| void | setValue (int value) |
| int | value () const |
Public 成员函数 继承自 ast::UiValueEdit | |
| UiValueEdit (QWidget *parent=nullptr) | |
| void | setError (const QString &errorMessage) |
| void | setNormal () |
整数输入框
用于输入整数值
| void ast::UiInteger::setValue | ( | int | value | ) |
设置整数值
| value | 整数值 |
| int ast::UiInteger::value | ( | ) | const |
获取整数值