mirror of https://github.com/KLayout/klayout.git
118 lines
2.7 KiB
Plaintext
118 lines
2.7 KiB
Plaintext
|
|
<ui version="4.0" >
|
||
|
|
<class>TechComponentSetupDialog</class>
|
||
|
|
<widget class="QDialog" name="TechComponentSetupDialog" >
|
||
|
|
<property name="geometry" >
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>758</width>
|
||
|
|
<height>729</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle" >
|
||
|
|
<string>Dialog</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" >
|
||
|
|
<property name="margin" >
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="spacing" >
|
||
|
|
<number>6</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QLabel" name="headline_lbl" >
|
||
|
|
<property name="sizePolicy" >
|
||
|
|
<sizepolicy>
|
||
|
|
<hsizetype>5</hsizetype>
|
||
|
|
<vsizetype>1</vsizetype>
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="font" >
|
||
|
|
<font>
|
||
|
|
<pointsize>12</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<italic>false</italic>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text" >
|
||
|
|
<string>Technology Setup</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QFrame" name="content_frame" >
|
||
|
|
<property name="sizePolicy" >
|
||
|
|
<sizepolicy>
|
||
|
|
<hsizetype>5</hsizetype>
|
||
|
|
<vsizetype>5</vsizetype>
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>1</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="frameShape" >
|
||
|
|
<enum>QFrame::NoFrame</enum>
|
||
|
|
</property>
|
||
|
|
<property name="frameShadow" >
|
||
|
|
<enum>QFrame::Raised</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="Line" name="line" >
|
||
|
|
<property name="orientation" >
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QDialogButtonBox" name="buttonBox" >
|
||
|
|
<property name="orientation" >
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="standardButtons" >
|
||
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections>
|
||
|
|
<connection>
|
||
|
|
<sender>buttonBox</sender>
|
||
|
|
<signal>accepted()</signal>
|
||
|
|
<receiver>TechComponentSetupDialog</receiver>
|
||
|
|
<slot>accept()</slot>
|
||
|
|
<hints>
|
||
|
|
<hint type="sourcelabel" >
|
||
|
|
<x>248</x>
|
||
|
|
<y>254</y>
|
||
|
|
</hint>
|
||
|
|
<hint type="destinationlabel" >
|
||
|
|
<x>157</x>
|
||
|
|
<y>274</y>
|
||
|
|
</hint>
|
||
|
|
</hints>
|
||
|
|
</connection>
|
||
|
|
<connection>
|
||
|
|
<sender>buttonBox</sender>
|
||
|
|
<signal>rejected()</signal>
|
||
|
|
<receiver>TechComponentSetupDialog</receiver>
|
||
|
|
<slot>reject()</slot>
|
||
|
|
<hints>
|
||
|
|
<hint type="sourcelabel" >
|
||
|
|
<x>316</x>
|
||
|
|
<y>260</y>
|
||
|
|
</hint>
|
||
|
|
<hint type="destinationlabel" >
|
||
|
|
<x>286</x>
|
||
|
|
<y>274</y>
|
||
|
|
</hint>
|
||
|
|
</hints>
|
||
|
|
</connection>
|
||
|
|
</connections>
|
||
|
|
</ui>
|