2010-09-07 11:28:57 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>CompareHistoryUi</class>
|
|
|
|
<widget class="QWidget" name="CompareHistoryUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-09-07 11:58:42 +00:00
|
|
|
<width>375</width>
|
|
|
|
<height>162</height>
|
2010-09-07 11:28:57 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" stdset="0" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Compare Revisions</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="revbackRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Revisions back</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="revbackSB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="minimum" >
|
2010-09-07 16:05:12 +00:00
|
|
|
<number>0</number>
|
2010-09-07 11:28:57 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="betweenrevRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Between revisions</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-09-07 11:58:42 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="oldL" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Old:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-09-07 11:28:57 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="rev1SB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-09-07 11:58:42 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="newL" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>New:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-09-07 11:28:57 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="rev2SB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3" >
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2010-11-09 01:54:28 +00:00
|
|
|
<string>&OK</string>
|
2010-09-07 11:28:57 +00:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cancelPB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_i18n.h</include>
|
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|