klayout/src/lay/SearchPropertiesText.ui

235 lines
5.6 KiB
XML

<ui version="4.0" >
<class>SearchPropertiesText</class>
<widget class="QWidget" name="SearchPropertiesText" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>308</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_20" >
<property name="text" >
<string>Layer</string>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="label_24" >
<property name="text" >
<string>Size</string>
</property>
</widget>
</item>
<item row="3" column="2" >
<widget class="QLineEdit" name="text_size_value" />
</item>
<item row="0" column="2" >
<widget class="lay::LayerSelectionComboBox" name="text_layer" />
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="text_string_op" >
<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="text_string_value" />
</item>
<item row="2" column="2" >
<widget class="QComboBox" name="text_orientation_value" >
<item>
<property name="text" >
<string/>
</property>
</item>
<item>
<property name="text" >
<string>R0</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/r0.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>R90</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/r90.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>R180</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/r180.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>R270</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/r270.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>M0</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/m0.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>M45</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/m45.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>M90</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/m90.png</iconset>
</property>
</item>
<item>
<property name="text" >
<string>M135</string>
</property>
<property name="icon" >
<iconset resource="layResources.qrc" >:/m135.png</iconset>
</property>
</item>
</widget>
</item>
<item row="3" column="1" >
<widget class="QComboBox" name="text_size_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="0" >
<widget class="QLabel" name="label_23" >
<property name="text" >
<string>Text</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_25" >
<property name="text" >
<string>Orientation</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="text_orientation_op" >
<item>
<property name="text" >
<string>==</string>
</property>
</item>
<item>
<property name="text" >
<string>!=</string>
</property>
</item>
</widget>
</item>
<item row="3" column="3" >
<widget class="QLabel" name="label" >
<property name="text" >
<string> µm</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="4" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>200</width>
<height>101</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>lay::LayerSelectionComboBox</class>
<extends>QComboBox</extends>
<header>layWidgets.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>text_layer</tabstop>
<tabstop>text_string_op</tabstop>
<tabstop>text_string_value</tabstop>
<tabstop>text_orientation_op</tabstop>
<tabstop>text_orientation_value</tabstop>
<tabstop>text_size_op</tabstop>
<tabstop>text_size_value</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>