mirror of https://github.com/KLayout/klayout.git
125 lines
3.0 KiB
Plaintext
125 lines
3.0 KiB
Plaintext
|
|
<ui version="4.0" >
|
||
|
|
<class>DeleteCellModeDialog</class>
|
||
|
|
<widget class="QDialog" name="DeleteCellModeDialog" >
|
||
|
|
<property name="geometry" >
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>511</width>
|
||
|
|
<height>201</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle" >
|
||
|
|
<string>Delete Cell Options</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" >
|
||
|
|
<property name="margin" >
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="spacing" >
|
||
|
|
<number>6</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QGroupBox" name="groupBox" >
|
||
|
|
<property name="title" >
|
||
|
|
<string>Delete Cell Mode</string>
|
||
|
|
</property>
|
||
|
|
<layout class="QVBoxLayout" >
|
||
|
|
<property name="margin" >
|
||
|
|
<number>9</number>
|
||
|
|
</property>
|
||
|
|
<property name="spacing" >
|
||
|
|
<number>6</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QRadioButton" name="shallow_rb" >
|
||
|
|
<property name="text" >
|
||
|
|
<string>Shallow delete (keep subcells which may become new top-level cells)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QRadioButton" name="deep_rb" >
|
||
|
|
<property name="text" >
|
||
|
|
<string>Deep delete (delete cell plus subcells that are not used otherwise)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<widget class="QRadioButton" name="full_rb" >
|
||
|
|
<property name="text" >
|
||
|
|
<string>Complete delete (delete cell plus all subcells)</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<spacer>
|
||
|
|
<property name="orientation" >
|
||
|
|
<enum>Qt::Vertical</enum>
|
||
|
|
</property>
|
||
|
|
<property name="sizeHint" >
|
||
|
|
<size>
|
||
|
|
<width>382</width>
|
||
|
|
<height>31</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
</spacer>
|
||
|
|
</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>
|
||
|
|
<tabstops>
|
||
|
|
<tabstop>shallow_rb</tabstop>
|
||
|
|
<tabstop>deep_rb</tabstop>
|
||
|
|
<tabstop>full_rb</tabstop>
|
||
|
|
<tabstop>buttonBox</tabstop>
|
||
|
|
</tabstops>
|
||
|
|
<resources/>
|
||
|
|
<connections>
|
||
|
|
<connection>
|
||
|
|
<sender>buttonBox</sender>
|
||
|
|
<signal>accepted()</signal>
|
||
|
|
<receiver>DeleteCellModeDialog</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>DeleteCellModeDialog</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>
|