lyx_mirror/src/frontends/qt4/ui/PrintNomenclUi.ui

77 lines
2.1 KiB
Plaintext
Raw Normal View History

<ui version="4.0">
<class>PrintNomenclUi</class>
<widget class="QWidget" name="PrintNomenclUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>336</width>
<height>80</height>
</rect>
</property>
<property name="windowTitle">
<string>&quot;Nomenclature settings&quot;</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="setWidthLA">
<property name="toolTip">
<string>Define hanging indentation/label length for the nomenclature list.</string>
</property>
<property name="text">
<string>&amp;List Indentation:</string>
</property>
<property name="buddy">
<cstring>setWidthCO</cstring>
</property>
</widget>
</item>
<item row="0" column="2" colspan="2">
<widget class="QComboBox" name="setWidthCO">
<property name="toolTip">
<string>Define hanging indentation/label length for the nomenclature list.</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="valueLA">
<property name="text">
<string>Custom &amp;Width:</string>
</property>
<property name="buddy">
<cstring>valueLE</cstring>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="valueLE">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Custom value. &quot;List Indentation&quot; needs to be set to &quot;Custom&quot;.</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="LengthCombo" name="unitLC"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>LengthCombo</class>
<extends>QComboBox</extends>
<header>LengthCombo.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>valueLE</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>