mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Oops ...
This commit is contained in:
parent
2d3c088651
commit
739e9a2382
132
src/frontends/qt/ui/NomenclUi.ui
Normal file
132
src/frontends/qt/ui/NomenclUi.ui
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>NomenclUi</class>
|
||||
<widget class="QWidget" name="NomenclUi">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>404</width>
|
||||
<height>315</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string/>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="nomenclStyleLA">
|
||||
<property name="text">
|
||||
<string>Nomenclature St&yle:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>nomenclStyleCO</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="nomenclStyleCO"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>138</width>
|
||||
<height>23</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="inTocCB">
|
||||
<property name="toolTip">
|
||||
<string>Add the nomenclature list to the table of contents</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add to &table of contents</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="eqRefCB">
|
||||
<property name="toolTip">
|
||||
<string>The phrase \", see equation (x)" is appended to every entry in the nomenclature where x is the number of the last equation in front of the corresponding nomenclature</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add &equation references</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="pageRefCB">
|
||||
<property name="toolTip">
|
||||
<string>The phrase ", see page x" is appended to every entry in the nomenclature where x is the number of the page number on which the corresponding nomenclature is used</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add &page references</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="subgroupsCB">
|
||||
<property name="toolTip">
|
||||
<string>Use standard subgroups (Latin Letters, Greek Letters, ...) to structure the nomenclature list</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use standard &subgroups</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="extraOptionsLA">
|
||||
<property name="text">
|
||||
<string>&Other options:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>extraOptionsLE</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="extraOptionsLE">
|
||||
<property name="toolTip">
|
||||
<string>Insert additionla options of the nomencl package here</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Orientation::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<includes>
|
||||
<include location="local">qt_i18n.h</include>
|
||||
</includes>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
Loading…
Reference in New Issue
Block a user