lyx_mirror/src/frontends/qt4/ui/PrintNomenclUi.ui
Pavel Sanda 01677a6577 Unneeded quotes in ui title
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36966 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-20 14:31:38 +00:00

77 lines
2.0 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>Nomenclature settings</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. "List Indentation" needs to be set to "Custom".</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>