lyx_mirror/src/frontends/qt4/ui/PrintNomenclUi.ui
Pavel Sanda 70db6e30c8 Be compatible with Qt 4.2.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg162871.html



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36002 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-02 16:37:47 +00:00

77 lines
2.1 KiB
XML

<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>