GuiPrintNomencl: More descriptive UI.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29803 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-05-23 05:30:01 +00:00
parent 5fb7fa93c7
commit 4136ee80db
2 changed files with 6 additions and 6 deletions

View File

@ -65,9 +65,9 @@ GuiPrintNomencl::GuiPrintNomencl(GuiView & lv)
// initialize the length validator
bc().addCheckedLineEdit(valueLE, valueLA);
setWidthCO->addItem(qt_("Predefined"),
setWidthCO->addItem(qt_("Default"),
QVariant(toqstr("none")));
setWidthCO->addItem(qt_("Auto-determined"),
setWidthCO->addItem(qt_("Longest label width"),
QVariant(toqstr("auto")));
setWidthCO->addItem(qt_("Custom"),
QVariant(toqstr("custom")));

View File

@ -22,10 +22,10 @@
<item>
<widget class="QLabel" name="setWidthLA">
<property name="toolTip">
<string>Define the label width used for formatting the nomenclature list.</string>
<string>Define hanging indendation/label length for the nomenclature list.</string>
</property>
<property name="text">
<string>&amp;Longest Label:</string>
<string>&amp;List Indendation:</string>
</property>
<property name="buddy">
<cstring>setWidthCO</cstring>
@ -35,7 +35,7 @@
<item>
<widget class="QComboBox" name="setWidthCO">
<property name="toolTip">
<string>Define the label width used for formatting the nomenclature list.</string>
<string>Define hanging indendation/label length for the nomenclature list.</string>
</property>
</widget>
</item>
@ -59,7 +59,7 @@
<bool>false</bool>
</property>
<property name="toolTip">
<string>Custom value. &quot;Longest Label&quot; needs to be set to &quot;Custom&quot;.</string>
<string>Custom value. &quot;List Indendation&quot; needs to be set to &quot;Custom&quot;.</string>
</property>
</widget>
</item>