123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>BolbShapeTrans</class>
- <widget class="QDialog" name="BolbShapeTrans">
- <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="QLabel" name="label_index">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>使用索引:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <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="1" column="0">
- <widget class="QLabel" name="label1">
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>半径:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <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>凸型</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>椭圆</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>最小外接圆</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>最大内接圆</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>最小外接矩形1</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>最小外接矩形2</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>最大内接矩形1</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|