Resave InsetParamsUi.ui in older dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-03-02 22:38:30 +00:00
parent 74245321ca
commit 8aaf3593f6

View File

@ -1,7 +1,7 @@
<ui version="4.0"> <ui version="4.0" >
<class>InsetParamsUi</class> <class>InsetParamsUi</class>
<widget class="QDialog" name="InsetParamsUi"> <widget class="QDialog" name="InsetParamsUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,28 +9,28 @@
<height>106</height> <height>106</height>
</rect> </rect>
</property> </property>
<property name="focusPolicy"> <property name="focusPolicy" >
<enum>Qt::NoFocus</enum> <enum>Qt::NoFocus</enum>
</property> </property>
<property name="windowTitle"> <property name="windowTitle" >
<string>Inset Parameter Configuration</string> <string>Inset Parameter Configuration</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2" >
<widget class="QStackedWidget" name="stackedWidget"> <widget class="QStackedWidget" name="stackedWidget" >
<property name="currentIndex"> <property name="currentIndex" >
<number>0</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="page"/> <widget class="QWidget" name="page" />
<widget class="QWidget" name="page_2"/> <widget class="QWidget" name="page_2" />
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0" >
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0" >
<size> <size>
<width>281</width> <width>281</width>
<height>31</height> <height>31</height>
@ -38,67 +38,67 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="1"> <item row="1" column="1" >
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout" >
<item> <item>
<widget class="QCheckBox" name="synchronizedCB"> <widget class="QCheckBox" name="synchronizedCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Update dialog when moving context</string> <string>Update dialog when moving context</string>
</property> </property>
<property name="text"> <property name="text" >
<string>S&amp;ynchronize Dialog</string> <string>S&amp;ynchronize Dialog</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="immediateApplyCB"> <widget class="QCheckBox" name="immediateApplyCB" >
<property name="toolTip"> <property name="toolTip" >
<string>Apply settings immediately</string> <string>Apply settings immediately</string>
</property> </property>
<property name="layoutDirection"> <property name="layoutDirection" >
<enum>Qt::LeftToRight</enum> <enum>Qt::LeftToRight</enum>
</property> </property>
<property name="text"> <property name="text" >
<string>I&amp;mmediate Apply</string> <string>I&amp;mmediate Apply</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="2" column="0" colspan="2"> <item row="2" column="0" colspan="2" >
<layout class="QHBoxLayout"> <layout class="QHBoxLayout" >
<property name="spacing"> <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<property name="margin"> <property name="margin" >
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QPushButton" name="restorePB"> <widget class="QPushButton" name="restorePB" >
<property name="text"> <property name="text" >
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="newPB"> <widget class="QPushButton" name="newPB" >
<property name="text"> <property name="text" >
<string>New Inset</string> <string>New Inset</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0" >
<size> <size>
<width>31</width> <width>31</width>
<height>27</height> <height>27</height>
@ -107,31 +107,31 @@
</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="default"> <property name="default" >
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="applyPB"> <widget class="QPushButton" name="applyPB" >
<property name="text"> <property name="text" >
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault" >
<bool>false</bool> <bool>false</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>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -148,7 +148,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/>