klayout/src/laybasic/LayoutViewConfigPage3f.ui

238 lines
6.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LayoutViewConfigPage3f</class>
<widget class="QFrame" name="LayoutViewConfigPage3f">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>574</width>
<height>386</height>
</rect>
</property>
<property name="windowTitle">
<string>Settings</string>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QGroupBox" name="drop_small_cells_cbx">
<property name="title">
<string>Drop Small Cells, If The ...</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QComboBox" name="drop_small_cells_cond_cb">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>Width or height, whichever is larger</string>
</property>
</item>
<item>
<property name="text">
<string>Width or height, whichever is smaller</string>
</property>
</item>
<item>
<property name="text">
<string>Width plus height</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>is less than</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="drop_small_cells_value_le">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>pixels</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Arrays</string>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QCheckBox" name="array_border_insts_cbx">
<property name="text">
<string>Draw only border instances in detailed view</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Multithreaded Drawing</string>
</property>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Number of threads to use for drawing</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="drawing_workers_spbx">
<property name="value">
<number>1</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>(0: not threaded at all)</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Other Optimizations</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>9</number>
</property>
<item row="0" column="0" colspan="4">
<widget class="QCheckBox" name="text_lazy_rendering_cbx">
<property name="text">
<string>Lazy text rendering (faster but less accurate)</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="4">
<widget class="QCheckBox" name="bitmap_caching_cbx">
<property name="text">
<string>Bitmap caching (faster drawing of repeated instances but slightly less accurate)</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Image cache depth</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="image_cache_size_spbx"/>
</item>
<item row="2" column="3">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_6">
<property name="text">
<string>(0: no caching)</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>drop_small_cells_cbx</tabstop>
<tabstop>drop_small_cells_cond_cb</tabstop>
<tabstop>drop_small_cells_value_le</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>