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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>254</width> <width>319</width>
<height>222</height> <height>223</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Nomenclature</string> <string>Nomenclature</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="symbolLA"> <layout class="QGridLayout" name="gridLayout">
<property name="text"> <item row="0" column="0">
<string>Sy&amp;mbol:</string> <widget class="QLabel" name="symbolLA">
</property> <property name="text">
<property name="buddy"> <string>Sy&amp;mbol:</string>
<cstring>symbolED</cstring> </property>
</property> <property name="buddy">
</widget> <cstring>symbolED</cstring>
</item> </property>
<item row="0" column="1"> </widget>
<widget class="QLineEdit" name="symbolED"> </item>
<property name="toolTip"> <item row="0" column="1">
<string/> <widget class="QLineEdit" name="symbolED">
</property> <property name="toolTip">
</widget> <string/>
</item> </property>
<item row="1" column="0"> </widget>
<widget class="QLabel" name="descrLA"> </item>
<property name="text"> <item row="1" column="0">
<string>Des&amp;cription:</string> <widget class="QLabel" name="descrLA">
</property> <property name="text">
<property name="buddy"> <string>Des&amp;cription:</string>
<cstring>descriptionTE</cstring> </property>
</property> <property name="buddy">
</widget> <cstring>descriptionTE</cstring>
</item> </property>
<item row="1" column="1"> </widget>
<widget class="QTextEdit" name="descriptionTE"> </item>
<property name="acceptRichText"> <item row="1" column="1">
<bool>false</bool> <widget class="QTextEdit" name="descriptionTE">
</property> <property name="acceptRichText">
</widget> <bool>false</bool>
</item> </property>
<item row="2" column="0"> </widget>
<widget class="QLabel" name="prefixLA"> </item>
<property name="text"> <item row="2" column="0">
<string>Sort &amp;as:</string> <widget class="QLabel" name="prefixLA">
</property> <property name="text">
<property name="buddy"> <string>Sort &amp;as:</string>
<cstring>prefixED</cstring> </property>
</property> <property name="buddy">
</widget> <cstring>prefixED</cstring>
</item> </property>
<item row="2" column="1"> </widget>
<widget class="QLineEdit" name="prefixED"/> </item>
</item> <item row="2" column="1">
<item row="3" column="0" colspan="2"> <widget class="QLineEdit" name="prefixED"/>
<widget class="QCheckBox" name="literalCB"> </item>
<property name="toolTip"> <item row="3" column="1">
<string>Pass content of the `Symbol' and `Description' fields literally to LaTeX. Check this if you want to enter LaTeX code.</string> <widget class="QCheckBox" name="literalCB">
</property> <property name="toolTip">
<property name="text"> <string>Pass content of the `Symbol' and `Description' fields literally to LaTeX. Check this if you want to enter LaTeX code.</string>
<string>Li&amp;teral</string> </property>
</property> <property name="text">
</widget> <string>Li&amp;teral</string>
</property>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
</widget> </widget>