lyx_mirror/src/frontends/qt/ui/PrintNomenclUi.ui
Jean-Marc Lasgouttes c293be56bd Rename frontend qt4 to qt
In particular, the directory frontends/qt4 is renamed to frontends/qt.

Many configurations file have to be updated. All mentions of qt4 in
the source have been audited, and changed to qt if necessary.

The only part that has not been updated is the CMake build system.
2019-07-20 23:39:40 +02: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>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="lyx::frontend::LengthCombo" name="unitLC" />
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>lyx::frontend::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>