mirror of https://github.com/KLayout/klayout.git
166 lines
3.8 KiB
XML
166 lines
3.8 KiB
XML
<ui version="4.0" >
|
|
<class>SearchPropertiesShape</class>
|
|
<widget class="QWidget" name="SearchPropertiesShape" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>367</width>
|
|
<height>287</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="0" column="0" >
|
|
<widget class="QLabel" name="label_5" >
|
|
<property name="text" >
|
|
<string>Layer</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="label_6" >
|
|
<property name="text" >
|
|
<string>Area</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="QComboBox" name="shape_area_op" >
|
|
<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>></string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text" >
|
|
<string>>=</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" >
|
|
<widget class="QLabel" name="label_7" >
|
|
<property name="text" >
|
|
<string>Perimeter</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QLineEdit" name="shape_area_value" />
|
|
</item>
|
|
<item row="2" column="2" >
|
|
<widget class="QLineEdit" name="shape_perimeter_value" />
|
|
</item>
|
|
<item row="2" column="1" >
|
|
<widget class="QComboBox" name="shape_perimeter_op" >
|
|
<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>></string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text" >
|
|
<string>>=</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</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="shape_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>281</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>lay::LayerSelectionComboBox</class>
|
|
<extends>QComboBox</extends>
|
|
<header>layWidgets.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>shape_layer</tabstop>
|
|
<tabstop>shape_area_op</tabstop>
|
|
<tabstop>shape_area_value</tabstop>
|
|
<tabstop>shape_perimeter_op</tabstop>
|
|
<tabstop>shape_perimeter_value</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|