Files
HPI/record_system_v21/arcus_control_ui.ui
tangchao0503 98cf134cca 第一次提交
1、hpi的可用代码;
2、修复了多次点击曝光后,福亮度数据错误的问题;
3、定标方式为大的蓝菲积分球的标准能量曲线,而不是基于asd的能量曲线;
2022-09-06 22:54:14 +08:00

82 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>arcus_ui</class>
<widget class="QMainWindow" name="arcus_ui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>354</width>
<height>171</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="left_btn">
<property name="geometry">
<rect>
<x>100</x>
<y>90</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QPushButton" name="right_btn">
<property name="geometry">
<rect>
<x>170</x>
<y>90</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QLineEdit" name="speed_lineEdit">
<property name="geometry">
<rect>
<x>101</x>
<y>10</y>
<width>131</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QScrollBar" name="speed_ScrollBar">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>354</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>