mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-17 13:26:58 +00:00
c293be56bd
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.
92 lines
2.4 KiB
XML
92 lines
2.4 KiB
XML
<?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>319</width>
|
|
<height>223</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Nomenclature</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="symbolLA">
|
|
<property name="text">
|
|
<string>Sy&mbol:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>symbolED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLineEdit" name="symbolED">
|
|
<property name="toolTip">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="descrLA">
|
|
<property name="text">
|
|
<string>Des&cription:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>descriptionTE</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QTextEdit" name="descriptionTE">
|
|
<property name="acceptRichText">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="prefixLA">
|
|
<property name="text">
|
|
<string>Sort &as:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>prefixED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="prefixED"/>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QCheckBox" name="literalCB">
|
|
<property name="toolTip">
|
|
<string>Pass content of the `Symbol' and `Description' fields literally to LaTeX. Check this if you want to enter LaTeX code.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Li&teral</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<tabstops>
|
|
<tabstop>symbolED</tabstop>
|
|
<tabstop>descriptionTE</tabstop>
|
|
<tabstop>prefixED</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local">qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|