2010-01-14 00:41:47 +00:00
|
|
|
<ui version="4.0">
|
2009-10-24 15:47:05 +00:00
|
|
|
<class>CompareUi</class>
|
2010-01-14 00:41:47 +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>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="windowTitle">
|
2009-10-24 15:47:05 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2009-10-24 15:47:05 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<layout class="QGridLayout">
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout">
|
2010-01-15 14:40:00 +00:00
|
|
|
<property name="margin">
|
2010-01-14 00:41:47 +00:00
|
|
|
<number>9</number>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2010-01-14 00:41:47 +00:00
|
|
|
<widget class="QLabel" name="newFileLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&New Document:</string>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>newFileCB</cstring>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
2010-01-14 00:41:47 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="newFileCB">
|
|
|
|
<property name="sizePolicy">
|
2010-01-24 01:49:22 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>7</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2010-01-14 00:41:47 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="newFilePB">
|
2010-01-24 01:49:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>5</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Browse...</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-10-24 15:47:05 +00:00
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="2" column="0">
|
2010-01-14 00:41:47 +00:00
|
|
|
<widget class="QLabel" name="oldFileLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Old Document:</string>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>oldFileCB</cstring>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
2010-01-14 00:41:47 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="oldFileCB">
|
|
|
|
<property name="sizePolicy">
|
2010-01-24 01:49:22 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>7</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2010-01-14 00:41:47 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="oldFilePB">
|
2010-01-24 01:49:22 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>5</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Bro&wse...</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-10-24 15:47:05 +00:00
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="4" column="0">
|
2010-01-14 00:41:47 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="sizePolicy">
|
2010-01-24 01:49:22 +00:00
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>7</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
2010-01-14 00:41:47 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
2010-01-14 00:41:47 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Options</string>
|
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>9</number>
|
2010-01-14 00:41:47 +00:00
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
2010-01-14 00:41:47 +00:00
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Document Settings from:</string>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QRadioButton" name="newSettingsRB">
|
|
|
|
<property name="text">
|
|
|
|
<string>N&ew Document</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QRadioButton" name="oldSettingsRB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ol&d Document</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-01-14 00:41:47 +00:00
|
|
|
</widget>
|
2009-10-24 15:47:05 +00:00
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="5" column="0">
|
2010-01-14 00:41:47 +00:00
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
2009-10-24 15:47:05 +00:00
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-10-24 15:47:05 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="6" column="0" >
|
2010-01-14 00:41:47 +00:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2010-01-24 01:49:22 +00:00
|
|
|
<property name="sizeHint">
|
2010-01-14 00:41:47 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-10-24 15:47:05 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-01-24 01:49:22 +00:00
|
|
|
<item row="1" column="0" >
|
2010-01-14 00:41:47 +00:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
</item>
|
2009-10-24 15:47:05 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
2010-01-14 00:41:47 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2009-10-24 15:47:05 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|
2010-01-24 01:49:22 +00:00
|
|
|
|