Nomencl.ui: minor layout improvement.

This commit is contained in:
Juergen Spitzmueller 2017-01-30 09:14:21 +01:00
parent e96d71e714
commit 580efe45ab

View File

@ -6,70 +6,74 @@
<rect>
<x>0</x>
<y>0</y>
<width>254</width>
<height>222</height>
<width>319</width>
<height>223</height>
</rect>
</property>
<property name="windowTitle">
<string>Nomenclature</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="symbolLA">
<property name="text">
<string>Sy&amp;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&amp;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 &amp;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="0" colspan="2">
<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&amp;teral</string>
</property>
</widget>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="symbolLA">
<property name="text">
<string>Sy&amp;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&amp;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 &amp;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&amp;teral</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>