You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
5.5 KiB
153 lines
5.5 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>SvnLogViewOptionDlgBase</class>
|
|
<widget class="TQDialog">
|
|
<property name="name">
|
|
<cstring>SvnLogViewOptionDlgBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>449</width>
|
|
<height>288</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Subversion Log View</string>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQPushButton" row="3" column="0">
|
|
<property name="name">
|
|
<cstring>pushButton1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&OK</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>checkBox1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Do not show logs before branching point</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQButtonGroup" row="1" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>buttonGroup2_2</cstring>
|
|
</property>
|
|
<property name="title">
|
|
<string>End Revision</string>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQRadioButton" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>radio5</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&By Revision Number</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQRadioButton" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>radio6</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>B&y Revision Specifier</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQComboBox" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>comboBox2</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntNumInput" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>intInput2</cstring>
|
|
</property>
|
|
<property name="minValue">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQPushButton" row="3" column="1">
|
|
<property name="name">
|
|
<cstring>pushButton2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>C&ancel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQButtonGroup" row="0" column="0" rowspan="1" colspan="2">
|
|
<property name="name">
|
|
<cstring>buttonGroup2</cstring>
|
|
</property>
|
|
<property name="title">
|
|
<string>Start Revision</string>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQComboBox" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>comboBox1</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="KIntNumInput" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>intInput1</cstring>
|
|
</property>
|
|
<property name="minValue">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQRadioButton" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>radio3</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&By Revision Number</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQRadioButton" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>radio4</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>B&y Revision Specifier</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<customwidgets>
|
|
</customwidgets>
|
|
<connections>
|
|
<connection>
|
|
<sender>pushButton1</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>SvnLogViewOptionDlgBase</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>pushButton2</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>SvnLogViewOptionDlgBase</receiver>
|
|
<slot>reject()</slot>
|
|
</connection>
|
|
</connections>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<includes>
|
|
<include location="global" impldecl="in implementation">knuminput.h</include>
|
|
</includes>
|
|
</UI>
|