2009-10-28 18:35:46 +00:00
|
|
|
<ui version="4.0" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<class>CompareUi</class>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QDialog" name="CompareUi" >
|
|
|
|
<property name="geometry" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>495</width>
|
|
|
|
<height>302</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="windowTitle" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="sizeGripEnabled" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QLabel" name="newFileLA" >
|
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>&New Document:</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="buddy" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<cstring>newFileCB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QComboBox" name="newFileCB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="editable" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QPushButton" name="newFilePB" >
|
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>&Browse...</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="autoDefault" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QLabel" name="oldFileLA" >
|
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>&Old Document:</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="buddy" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<cstring>oldFileCB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QComboBox" name="oldFileCB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="editable" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QPushButton" name="oldFilePB" >
|
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>Bro&wse...</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="autoDefault" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="title" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QRadioButton" name="newSettingsRB" >
|
|
|
|
<property name="geometry" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<rect>
|
|
|
|
<x>20</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>151</width>
|
|
|
|
<height>18</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>New Document</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QRadioButton" name="oldSettingsRB" >
|
|
|
|
<property name="geometry" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<rect>
|
|
|
|
<x>20</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>151</width>
|
|
|
|
<height>18</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>Old Document</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="geometry" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<rect>
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
2009-10-28 18:35:46 +00:00
|
|
|
<width>237</width>
|
2009-10-24 15:47:05 +00:00
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>Copy Document Settings from:</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="scaledContents" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-10-24 15:47:05 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QProgressBar" name="progressBar" >
|
|
|
|
<property name="value" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="margin" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="orientation" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="sizeType" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="toolTip" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="default" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-28 18:35:46 +00:00
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="autoDefault" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-10-28 18:35:46 +00:00
|
|
|
<property name="default" >
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
2009-10-28 18:35:46 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2009-10-24 15:47:05 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|