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.
351 lines
10 KiB
Plaintext
351 lines
10 KiB
Plaintext
|
1 month ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>MLMicroStructureTestClass</class>
|
||
|
|
<widget class="QMainWindow" name="MLMicroStructureTestClass">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>585</width>
|
||
|
|
<height>546</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>MLMicroStructureTest</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="centralWidget">
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox_filter">
|
||
|
|
<property name="title">
|
||
|
|
<string>Filter</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="label_6">
|
||
|
|
<property name="text">
|
||
|
|
<string>Minimum area:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_minArea"/>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="2">
|
||
|
|
<widget class="QLabel" name="label_11">
|
||
|
|
<property name="text">
|
||
|
|
<string>limit number:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="3">
|
||
|
|
<widget class="QSpinBox" name="spinBox_limitNum">
|
||
|
|
<property name="minimum">
|
||
|
|
<number>2</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QCheckBox" name="checkBox_faultFilter">
|
||
|
|
<property name="text">
|
||
|
|
<string>Fault filter</string>
|
||
|
|
</property>
|
||
|
|
<property name="checked">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_faultCloseDis"/>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="2">
|
||
|
|
<widget class="QLabel" name="label_12">
|
||
|
|
<property name="text">
|
||
|
|
<string>Fault close distance:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
|
<property name="title">
|
||
|
|
<string>setting</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
||
|
|
<item row="0" column="0" colspan="2">
|
||
|
|
<widget class="QGroupBox" name="groupBox_close">
|
||
|
|
<property name="title">
|
||
|
|
<string>Close shape</string>
|
||
|
|
</property>
|
||
|
|
<property name="checkable">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_5">
|
||
|
|
<property name="text">
|
||
|
|
<string>Close distance:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="lineEdit_closeDis"/>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="horizontalSpacer">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>40</width>
|
||
|
|
<height>20</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0" colspan="2">
|
||
|
|
<widget class="QGroupBox" name="groupBox_fault">
|
||
|
|
<property name="title">
|
||
|
|
<string>fault shape</string>
|
||
|
|
</property>
|
||
|
|
<property name="flat">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="checkable">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_4">
|
||
|
|
<property name="text">
|
||
|
|
<string>Extend distance:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLineEdit" name="lineEdit_extendDis"/>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="horizontalSpacer_2">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>168</width>
|
||
|
|
<height>17</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0" colspan="2">
|
||
|
|
<widget class="QGroupBox" name="groupBox_nose">
|
||
|
|
<property name="title">
|
||
|
|
<string>nose shape</string>
|
||
|
|
</property>
|
||
|
|
<property name="checkable">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="label_8">
|
||
|
|
<property name="text">
|
||
|
|
<string>Offset distance:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_offsetDis"/>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="2">
|
||
|
|
<widget class="QLabel" name="label_3">
|
||
|
|
<property name="text">
|
||
|
|
<string>Minimum angle:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_minAngle"/>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="label_9">
|
||
|
|
<property name="text">
|
||
|
|
<string>Redundant:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_redundant"/>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="2">
|
||
|
|
<widget class="QLabel" name="label_10">
|
||
|
|
<property name="text">
|
||
|
|
<string>Radius:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_radius"/>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="label_14">
|
||
|
|
<property name="text">
|
||
|
|
<string>Smooth</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_smooth"/>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="2">
|
||
|
|
<widget class="QLabel" name="label_16">
|
||
|
|
<property name="text">
|
||
|
|
<string>unit scale</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_unitScale"/>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_removeAngle"/>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="2">
|
||
|
|
<widget class="QLabel" name="label_15">
|
||
|
|
<property name="text">
|
||
|
|
<string>remove angle</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="0">
|
||
|
|
<widget class="QLabel" name="label_17">
|
||
|
|
<property name="text">
|
||
|
|
<string>remove times:</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="1">
|
||
|
|
<widget class="QSpinBox" name="spinBox_removeTimes"/>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0">
|
||
|
|
<widget class="QLabel" name="label_18">
|
||
|
|
<property name="text">
|
||
|
|
<string>zoom in</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEdit_zoomin"/>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0">
|
||
|
|
<widget class="QCheckBox" name="checkBox_positive">
|
||
|
|
<property name="text">
|
||
|
|
<string>Positive</string>
|
||
|
|
</property>
|
||
|
|
<property name="checked">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="1">
|
||
|
|
<widget class="QCheckBox" name="checkBox_negative">
|
||
|
|
<property name="text">
|
||
|
|
<string>Negative</string>
|
||
|
|
</property>
|
||
|
|
<property name="checked">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="label_text">
|
||
|
|
<property name="text">
|
||
|
|
<string>TextLabel</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer name="verticalSpacer">
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Vertical</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" stdset="0">
|
||
|
|
<size>
|
||
|
|
<width>358</width>
|
||
|
|
<height>3</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
|
<item>
|
||
|
|
<widget class="QProgressBar" name="progressBar">
|
||
|
|
<property name="value">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignCenter</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="pushButton_ok">
|
||
|
|
<property name="text">
|
||
|
|
<string>Run</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QPushButton" name="pushButton_close">
|
||
|
|
<property name="text">
|
||
|
|
<string>Close</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<widget class="QMenuBar" name="menuBar">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>585</width>
|
||
|
|
<height>23</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QToolBar" name="mainToolBar">
|
||
|
|
<attribute name="toolBarArea">
|
||
|
|
<enum>TopToolBarArea</enum>
|
||
|
|
</attribute>
|
||
|
|
<attribute name="toolBarBreak">
|
||
|
|
<bool>false</bool>
|
||
|
|
</attribute>
|
||
|
|
</widget>
|
||
|
|
<widget class="QStatusBar" name="statusBar"/>
|
||
|
|
</widget>
|
||
|
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
|
<resources>
|
||
|
|
<include location="MLMicroStructureTest.qrc"/>
|
||
|
|
</resources>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|