mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
5fb7fa93c7
commit
4136ee80db
@ -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")));
|
||||
|
@ -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>&Longest Label:</string>
|
||||
<string>&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. "Longest Label" needs to be set to "Custom".</string>
|
||||
<string>Custom value. "List Indendation" needs to be set to "Custom".</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user