* NomenclUi.ui: fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30402 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-07 12:24:23 +00:00
parent c5208a21ec
commit cf7a54d6ea

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0" >
<ui version="4.0">
<class>NomenclUi</class> <class>NomenclUi</class>
<widget class="QDialog" name="NomenclUi"> <widget class="QDialog" name="NomenclUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -10,76 +9,76 @@
<height>165</height> <height>165</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle" >
<string/> <string/>
</property> </property>
<property name="sizeGripEnabled"> <property name="sizeGripEnabled" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout" >
<property name="margin"> <property name="margin" >
<number>9</number> <number>9</number>
</property> </property>
<property name="spacing"> <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<item row="2" column="1"> <item row="2" column="1" >
<widget class="QLineEdit" name="prefixED"/> <widget class="QLineEdit" name="prefixED" />
</item> </item>
<item row="2" column="0"> <item row="2" column="0" >
<widget class="QLabel" name="prefixLA"> <widget class="QLabel" name="prefixLA" >
<property name="text"> <property name="text" >
<string>Sort &amp;as:</string> <string>Sort &amp;as:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>prefixED</cstring> <cstring>prefixED</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0" >
<widget class="QLabel" name="descrLA"> <widget class="QLabel" name="descrLA" >
<property name="text"> <property name="text" >
<string>&amp;Description:</string> <string>&amp;Description:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>descriptionTE</cstring> <cstring>descriptionTE</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0" >
<widget class="QLabel" name="symbolLA"> <widget class="QLabel" name="symbolLA" >
<property name="text"> <property name="text" >
<string>&amp;Symbol:</string> <string>&amp;Symbol:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>symbolED</cstring> <cstring>symbolED</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1" >
<widget class="QLineEdit" name="symbolED"> <widget class="QLineEdit" name="symbolED" >
<property name="toolTip"> <property name="toolTip" >
<string/> <string/>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2"> <item row="3" column="0" colspan="2" >
<layout class="QHBoxLayout"> <layout class="QHBoxLayout" >
<property name="spacing"> <property name="margin" >
<number>6</number>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType"> <property name="sizeType" >
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" >
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -88,37 +87,37 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QPushButton" name="okPB"> <widget class="QPushButton" name="okPB" >
<property name="text"> <property name="text" >
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property name="shortcut"> <property name="shortcut" >
<string>Alt+O</string> <string>Alt+O</string>
</property> </property>
<property name="default"> <property name="default" >
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="closePB"> <widget class="QPushButton" name="closePB" >
<property name="text"> <property name="text" >
<string>Cancel</string> <string>Cancel</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="1" column="1"> <item row="1" column="1" >
<widget class="QTextEdit" name="descriptionTE"> <widget class="QTextEdit" name="descriptionTE" >
<property name="acceptRichText"> <property name="acceptRichText" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
<layoutdefault spacing="6" margin="11"/> <layoutdefault spacing="6" margin="11" />
<tabstops> <tabstops>
<tabstop>symbolED</tabstop> <tabstop>symbolED</tabstop>
<tabstop>descriptionTE</tabstop> <tabstop>descriptionTE</tabstop>
@ -127,7 +126,7 @@
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local">qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>