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.
118 lines
3.0 KiB
Plaintext
118 lines
3.0 KiB
Plaintext
|
5 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>QParamDlg</class>
|
||
|
|
<widget class="QDialog" name="QParamDlg">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>257</width>
|
||
|
|
<height>272</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>QParamDlg</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
|
<item row="1" column="1" colspan="3">
|
||
|
|
<widget class="QComboBox" name="comboBox"/>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="0">
|
||
|
|
<widget class="QLabel" name="label_4">
|
||
|
|
<property name="text">
|
||
|
|
<string>算法:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1" colspan="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_2"/>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="text">
|
||
|
|
<string>名称:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="5" column="0" rowspan="2">
|
||
|
|
<widget class="QLabel" name="label_5">
|
||
|
|
<property name="text">
|
||
|
|
<string>输出参数:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="5" column="1" rowspan="2" colspan="3">
|
||
|
|
<widget class="QComboBox" name="comboBox_3"/>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="label_3">
|
||
|
|
<property name="text">
|
||
|
|
<string>值:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1" colspan="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="1" colspan="3">
|
||
|
|
<widget class="QComboBox" name="comboBox_2"/>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="label_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>类型:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="7" column="0">
|
||
|
|
<widget class="QLabel" name="label_6">
|
||
|
|
<property name="text">
|
||
|
|
<string>描述:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="8" column="1">
|
||
|
|
<widget class="QCheckBox" name="checkBox_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>是否锁定</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="8" column="0">
|
||
|
|
<widget class="QCheckBox" name="checkBox">
|
||
|
|
<property name="text">
|
||
|
|
<string>是否保存</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="10" column="1">
|
||
|
|
<widget class="QPushButton" name="pushButton">
|
||
|
|
<property name="text">
|
||
|
|
<string>确定</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="10" column="2">
|
||
|
|
<widget class="QPushButton" name="pushButton_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>取消</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="7" column="1" colspan="2">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_3"/>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0" colspan="4">
|
||
|
|
<widget class="QPushButton" name="m_pbROISet">
|
||
|
|
<property name="text">
|
||
|
|
<string>设置ROI</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|