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.
tdevelop/vcs/subversion/svn_logviewoptiondlgbase.ui

157 lines
5.5 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SvnLogViewOptionDlgBase</class>
<widget class="QDialog">
<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="QPushButton" row="3" column="0">
<property name="name">
<cstring>pushButton1</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
</widget>
<widget class="QCheckBox" 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>
<property name="accel">
<string></string>
</property>
</widget>
<widget class="QButtonGroup" 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="QRadioButton" row="0" column="0">
<property name="name">
<cstring>radio5</cstring>
</property>
<property name="text">
<string>&amp;By Revision Number</string>
</property>
</widget>
<widget class="QRadioButton" row="1" column="0">
<property name="name">
<cstring>radio6</cstring>
</property>
<property name="text">
<string>B&amp;y Revision Specifier</string>
</property>
</widget>
<widget class="QComboBox" 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="QPushButton" row="3" column="1">
<property name="name">
<cstring>pushButton2</cstring>
</property>
<property name="text">
<string>C&amp;ancel</string>
</property>
</widget>
<widget class="QButtonGroup" 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="QComboBox" 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="QRadioButton" row="0" column="0">
<property name="name">
<cstring>radio3</cstring>
</property>
<property name="text">
<string>&amp;By Revision Number</string>
</property>
</widget>
<widget class="QRadioButton" row="1" column="0">
<property name="name">
<cstring>radio4</cstring>
</property>
<property name="text">
<string>B&amp;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"/>
<includehints>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
</includehints>
</UI>