2010-10-27 20:01:49 +00:00
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>NomenclUi</class>
|
2010-10-27 20:01:49 +00:00
|
|
|
<widget class="QWidget" name="NomenclUi">
|
|
|
|
<property name="geometry">
|
2006-11-04 17:55:36 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-04-06 16:27:10 +00:00
|
|
|
<width>254</width>
|
2010-10-27 20:01:49 +00:00
|
|
|
<height>172</height>
|
2006-11-04 17:55:36 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Nomenclature</string>
|
2006-11-04 17:55:36 +00:00
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2006-11-19 19:43:36 +00:00
|
|
|
<number>9</number>
|
2006-11-04 17:55:36 +00:00
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<property name="spacing">
|
2006-11-19 19:43:36 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="prefixED"/>
|
2006-11-19 19:43:36 +00:00
|
|
|
</item>
|
2010-10-27 20:01:49 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="prefixLA">
|
|
|
|
<property name="text">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string>Sort &as:</string>
|
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<property name="buddy">
|
2006-11-19 19:43:36 +00:00
|
|
|
<cstring>prefixED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-27 20:01:49 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="descrLA">
|
|
|
|
<property name="text">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string>&Description:</string>
|
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<property name="buddy">
|
2007-04-06 16:27:10 +00:00
|
|
|
<cstring>descriptionTE</cstring>
|
2006-11-19 19:43:36 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-27 20:01:49 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="symbolLA">
|
|
|
|
<property name="text">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string>&Symbol:</string>
|
|
|
|
</property>
|
2010-10-27 20:01:49 +00:00
|
|
|
<property name="buddy">
|
2006-11-19 19:43:36 +00:00
|
|
|
<cstring>symbolED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-27 20:01:49 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="symbolED">
|
|
|
|
<property name="toolTip">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-27 20:01:49 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QTextEdit" name="descriptionTE">
|
|
|
|
<property name="acceptRichText">
|
2009-07-07 12:06:15 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2007-04-06 16:27:10 +00:00
|
|
|
</item>
|
2006-11-19 19:43:36 +00:00
|
|
|
</layout>
|
2006-11-04 17:55:36 +00:00
|
|
|
</widget>
|
2010-10-27 20:01:49 +00:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2007-02-11 13:29:53 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>symbolED</tabstop>
|
2007-04-25 21:37:43 +00:00
|
|
|
<tabstop>descriptionTE</tabstop>
|
2007-02-11 13:29:53 +00:00
|
|
|
<tabstop>prefixED</tabstop>
|
|
|
|
</tabstops>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2010-10-27 20:01:49 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-11-04 17:55:36 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|