123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>BlobSelectShape</class>
- <widget class="QDialog" name="BlobSelectShape">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>278</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QWidget" name="widget" native="true">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>80</height>
- </size>
- </property>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="1" column="0">
- <widget class="QLabel" name="label_index">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>使用索引:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1" colspan="6">
- <widget class="QComboBox" name="comboBox_index">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <item>
- <property name="text">
- <string>上一个区域</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QWidget" name="widget_2" native="true">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="BTN_Add">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>32</width>
- <height>9999999</height>
- </size>
- </property>
- <property name="text">
- <string>+</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="BTN_Del">
- <property name="minimumSize">
- <size>
- <width>32</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>32</width>
- <height>9999999</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>-</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="3" column="5" colspan="2">
- <widget class="QComboBox" name="comboBox">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <item>
- <property name="text">
- <string>AND</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>OR</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="3" column="1" colspan="2">
- <widget class="QLabel" name="label1">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>条件关系:</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QTableWidget" name="tableWidget">
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <column>
- <property name="text">
- <string>特征</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>最小值</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>最大值</string>
- </property>
- </column>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|