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

181 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>spectral_Window</class>
<widget class="QDialog" name="spectral_Window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>792</width>
<height>523</height>
</rect>
</property>
<property name="windowTitle">
<string>光谱窗口</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>54</x>
<y>10</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>保存路径</string>
</property>
</widget>
<widget class="QLineEdit" name="filepath_le">
<property name="geometry">
<rect>
<x>131</x>
<y>10</y>
<width>261</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>54</x>
<y>40</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>文件名</string>
</property>
</widget>
<widget class="QLineEdit" name="filename_le">
<property name="geometry">
<rect>
<x>131</x>
<y>40</y>
<width>261</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="filepath_bt">
<property name="geometry">
<rect>
<x>401</x>
<y>10</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>浏览</string>
</property>
</widget>
<widget class="QTextBrowser" name="statu_tb">
<property name="geometry">
<rect>
<x>611</x>
<y>210</y>
<width>161</width>
<height>301</height>
</rect>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>591</width>
<height>441</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>spe</string>
</attribute>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>581</width>
<height>411</height>
</rect>
</property>
<layout class="QGridLayout" name="spe_glo"/>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>align</string>
</attribute>
<widget class="QWidget" name="gridLayoutWidget_2">
<property name="geometry">
<rect>
<x>-1</x>
<y>-1</y>
<width>581</width>
<height>411</height>
</rect>
</property>
<layout class="QGridLayout" name="align_glo"/>
</widget>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>610</x>
<y>90</y>
<width>195</width>
<height>135</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QPushButton" name="align_bt">
<property name="text">
<string>align</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="stop_align_bt">
<property name="text">
<string>stop align</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QPushButton" name="wb_bt">
<property name="text">
<string>曝光/白板</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPushButton" name="dc_bt">
<property name="text">
<string>暗电流</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QPushButton" name="record_bt">
<property name="text">
<string>采集</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>