klayout/src/lay/SearchPropertiesPath.ui

166 lines
3.7 KiB
XML

<ui version="4.0" >
<class>SearchPropertiesPath</class>
<widget class="QWidget" name="SearchPropertiesPath" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>279</width>
<height>260</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QLabel" name="label_21" >
<property name="text" >
<string>Length</string>
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QLineEdit" name="path_width_value" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_22" >
<property name="text" >
<string>Width</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label_19" >
<property name="text" >
<string>Layer</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="path_width_op" >
<item>
<property name="text" >
<string>==</string>
</property>
</item>
<item>
<property name="text" >
<string>!=</string>
</property>
</item>
<item>
<property name="text" >
<string>&lt;</string>
</property>
</item>
<item>
<property name="text" >
<string>&lt;=</string>
</property>
</item>
<item>
<property name="text" >
<string>></string>
</property>
</item>
<item>
<property name="text" >
<string>>=</string>
</property>
</item>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="path_length_op" >
<item>
<property name="text" >
<string>==</string>
</property>
</item>
<item>
<property name="text" >
<string>!=</string>
</property>
</item>
<item>
<property name="text" >
<string>&lt;</string>
</property>
</item>
<item>
<property name="text" >
<string>&lt;=</string>
</property>
</item>
<item>
<property name="text" >
<string>></string>
</property>
</item>
<item>
<property name="text" >
<string>>=</string>
</property>
</item>
</widget>
</item>
<item row="1" column="2" >
<widget class="QLineEdit" name="path_length_value" />
</item>
<item row="1" column="3" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>µm</string>
</property>
</widget>
</item>
<item row="2" column="3" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>µm</string>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="lay::LayerSelectionComboBox" name="path_layer" />
</item>
<item row="3" column="0" colspan="4" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>200</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>lay::LayerSelectionComboBox</class>
<extends>QComboBox</extends>
<header>layWidgets.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>path_layer</tabstop>
<tabstop>path_length_op</tabstop>
<tabstop>path_length_value</tabstop>
<tabstop>path_width_op</tabstop>
<tabstop>path_width_value</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>