You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>306</width>
<height>203</height>
</rect>
</property>
<property name="windowTitle">
<string>测试模式</string>
</property>
<widget class="QPushButton" name="wf_test_btn_start">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>模拟运行</string>
</property>
<property name="wf_prop_int_trig_interval" stdset="0">
<number>1001</number>
</property>
</widget>
<widget class="QPushButton" name="wf_test_btn_stop">
<property name="geometry">
<rect>
<x>160</x>
<y>30</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>停止</string>
</property>
</widget>
<widget class="QPushButton" name="wf_test_btn_snap_cam1">
<property name="geometry">
<rect>
<x>30</x>
<y>80</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>相机1捕获</string>
</property>
</widget>
<widget class="QPushButton" name="wf_test_btn_snap_cam2">
<property name="geometry">
<rect>
<x>160</x>
<y>80</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>相机2捕获</string>
</property>
</widget>
<widget class="QPushButton" name="wf_test_btn_snap_random">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>随机捕获</string>
</property>
</widget>
<widget class="QPushButton" name="wf_test_btn_batch">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>160</x>
<y>130</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>批量测试</string>
</property>
<property name="wf_prop_int_trig_interval" stdset="0">
<number>1001</number>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>