2009-07-07 12:06:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>NomenclUi</class>
|
2009-07-07 12:06:15 +00:00
|
|
|
<widget class="QDialog" 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>
|
|
|
|
<height>165</height>
|
2006-11-04 17:55:36 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="windowTitle">
|
2006-11-04 17:55:36 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2006-11-04 17:55:36 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +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>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="spacing">
|
2006-11-19 19:43:36 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="prefixED"/>
|
2006-11-19 19:43:36 +00:00
|
|
|
</item>
|
2009-07-07 12:06:15 +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>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="buddy">
|
2006-11-19 19:43:36 +00:00
|
|
|
<cstring>prefixED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-07 12:06:15 +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>
|
2009-07-07 12:06:15 +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>
|
2009-07-07 12:06:15 +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>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="buddy">
|
2006-11-19 19:43:36 +00:00
|
|
|
<cstring>symbolED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-07 12:06:15 +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>
|
2009-07-07 12:06:15 +00:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2006-11-19 19:43:36 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2006-11-19 19:43:36 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="orientation">
|
2006-11-19 19:43:36 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="sizeType">
|
2006-11-19 19:43:36 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-11-19 19:43:36 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-07 12:06:15 +00:00
|
|
|
<widget class="QPushButton" name="okPB">
|
|
|
|
<property name="text">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="shortcut">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string>Alt+O</string>
|
|
|
|
</property>
|
2009-07-07 12:06:15 +00:00
|
|
|
<property name="default">
|
2006-11-19 19:43:36 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-07-07 12:06:15 +00:00
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="text">
|
2006-11-19 19:43:36 +00:00
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2009-07-07 12:06:15 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QTextEdit" name="descriptionTE">
|
|
|
|
<property name="acceptRichText">
|
|
|
|
<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>
|
2009-07-07 12:06:15 +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>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2009-07-07 12:06:15 +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>
|