CompareUi: set scaledContents, resave in 4.4 designer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31785 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-10-28 18:35:46 +00:00
parent 0a868fb846
commit e5098a6f0c

View File

@ -1,7 +1,7 @@
<ui version="4.0"> <ui version="4.0" >
<class>CompareUi</class> <class>CompareUi</class>
<widget class="QDialog" name="CompareUi"> <widget class="QDialog" name="CompareUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,44 +9,44 @@
<height>302</height> <height>302</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="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2" >
<item> <item>
<widget class="QLabel" name="newFileLA"> <widget class="QLabel" name="newFileLA" >
<property name="text"> <property name="text" >
<string>&amp;New Document:</string> <string>&amp;New Document:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>newFileCB</cstring> <cstring>newFileCB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout" >
<item> <item>
<widget class="QComboBox" name="newFileCB"> <widget class="QComboBox" name="newFileCB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="editable"> <property name="editable" >
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="newFilePB"> <widget class="QPushButton" name="newFilePB" >
<property name="text"> <property name="text" >
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -54,36 +54,36 @@
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QLabel" name="oldFileLA"> <widget class="QLabel" name="oldFileLA" >
<property name="text"> <property name="text" >
<string>&amp;Old Document:</string> <string>&amp;Old Document:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>oldFileCB</cstring> <cstring>oldFileCB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2" >
<item> <item>
<widget class="QComboBox" name="oldFileCB"> <widget class="QComboBox" name="oldFileCB" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="editable"> <property name="editable" >
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="oldFilePB"> <widget class="QPushButton" name="oldFilePB" >
<property name="text"> <property name="text" >
<string>Bro&amp;wse...</string> <string>Bro&amp;wse...</string>
</property> </property>
<property name="autoDefault"> <property name="autoDefault" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -91,18 +91,18 @@
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="title"> <property name="title" >
<string>Options</string> <string>Options</string>
</property> </property>
<widget class="QRadioButton" name="newSettingsRB"> <widget class="QRadioButton" name="newSettingsRB" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>20</x> <x>20</x>
<y>40</y> <y>40</y>
@ -110,15 +110,12 @@
<height>18</height> <height>18</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text" >
<string>New Document</string> <string>New Document</string>
</property> </property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget> </widget>
<widget class="QRadioButton" name="oldSettingsRB"> <widget class="QRadioButton" name="oldSettingsRB" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>20</x> <x>20</x>
<y>60</y> <y>60</y>
@ -126,52 +123,58 @@
<height>18</height> <height>18</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text" >
<string>Old Document</string> <string>Old Document</string>
</property> </property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget> </widget>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>20</x> <x>20</x>
<y>20</y> <y>20</y>
<width>161</width> <width>237</width>
<height>16</height> <height>16</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Copy Document Settings from:</string> <string>Copy Document Settings from:</string>
</property> </property>
<property name="scaledContents" >
<bool>true</bool>
</property>
</widget> </widget>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QProgressBar" name="progressBar"> <widget class="QProgressBar" name="progressBar" >
<property name="value"> <property name="value" >
<number>24</number> <number>24</number>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<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>
<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" stdset="0" >
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -180,27 +183,27 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QPushButton" name="okPB"> <widget class="QPushButton" name="okPB" >
<property name="toolTip"> <property name="toolTip" >
<string/> <string/>
</property> </property>
<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="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>
<property name="default"> <property name="default" >
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -210,11 +213,8 @@
</layout> </layout>
</widget> </widget>
<includes> <includes>
<include location="local">qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>
<buttongroups>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui> </ui>