* src/frontends/qt4/ui/QNomenclUi.ui:

- fix bug 3147: Incorrect input field order in glossary dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17136 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-02-11 13:29:53 +00:00
parent 996dc43578
commit c4551768a3

View File

@ -1,7 +1,4 @@
<ui version="4.0" > <ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QNomenclUi</class> <class>QNomenclUi</class>
<widget class="QDialog" name="QNomenclUi" > <widget class="QDialog" name="QNomenclUi" >
<property name="geometry" > <property name="geometry" >
@ -9,7 +6,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>248</width> <width>248</width>
<height>130</height> <height>136</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
@ -117,7 +114,13 @@
</layout> </layout>
</widget> </widget>
<layoutdefault spacing="6" margin="11" /> <layoutdefault spacing="6" margin="11" />
<pixmapfunction></pixmapfunction> <tabstops>
<tabstop>symbolED</tabstop>
<tabstop>descrED</tabstop>
<tabstop>prefixED</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<includes> <includes>
<include location="local" >qt_helpers.h</include> <include location="local" >qt_helpers.h</include>
</includes> </includes>