Warning, /sdk/kdesvn/src/svnfrontend/fronthelpers/rangeinput.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>RangeInput</class>
0004  <widget class="QWidget" name="RangeInput">
0005   <property name="windowTitle">
0006    <string>Revisions</string>
0007   </property>
0008   <layout class="QVBoxLayout" name="verticalLayout_3">
0009    <item>
0010     <widget class="QGroupBox" name="m_startRevBox">
0011      <property name="title">
0012       <string>Start with revision</string>
0013      </property>
0014      <property name="checkable">
0015       <bool>false</bool>
0016      </property>
0017      <layout class="QVBoxLayout" name="verticalLayout_2">
0018       <item>
0019        <layout class="QGridLayout" name="gridLayout_2">
0020         <item row="4" column="0" colspan="2">
0021          <widget class="QRadioButton" name="m_startWorkingButton">
0022           <property name="toolTip">
0023            <string>Select current working copy changes</string>
0024           </property>
0025           <property name="text">
0026            <string>WORKING</string>
0027           </property>
0028          </widget>
0029         </item>
0030         <item row="1" column="2">
0031          <widget class="QDateTimeEdit" name="m_startDateInput"/>
0032         </item>
0033         <item row="0" column="2">
0034          <widget class="QSpinBox" name="m_startRevInput">
0035           <property name="sizePolicy">
0036            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0037             <horstretch>0</horstretch>
0038             <verstretch>0</verstretch>
0039            </sizepolicy>
0040           </property>
0041          </widget>
0042         </item>
0043         <item row="1" column="0" colspan="2">
0044          <widget class="QRadioButton" name="m_startDateButton">
0045           <property name="text">
0046            <string>Date</string>
0047           </property>
0048           <property name="shortcut">
0049            <string/>
0050           </property>
0051          </widget>
0052         </item>
0053         <item row="0" column="0" colspan="2">
0054          <widget class="QRadioButton" name="m_startNumberButton">
0055           <property name="text">
0056            <string>N&amp;umber</string>
0057           </property>
0058           <property name="checked">
0059            <bool>true</bool>
0060           </property>
0061          </widget>
0062         </item>
0063         <item row="3" column="0" colspan="2">
0064          <widget class="QRadioButton" name="m_startHeadButton">
0065           <property name="text">
0066            <string>HEAD</string>
0067           </property>
0068          </widget>
0069         </item>
0070         <item row="2" column="0" colspan="2">
0071          <widget class="QRadioButton" name="m_startStartButton">
0072           <property name="text">
0073            <string>S&amp;TART</string>
0074           </property>
0075          </widget>
0076         </item>
0077        </layout>
0078       </item>
0079      </layout>
0080     </widget>
0081    </item>
0082    <item>
0083     <widget class="QGroupBox" name="m_stopRevBox">
0084      <property name="title">
0085       <string>Stop with revision</string>
0086      </property>
0087      <layout class="QVBoxLayout" name="verticalLayout">
0088       <item>
0089        <layout class="QGridLayout" name="gridLayout">
0090         <item row="0" column="0" colspan="2">
0091          <widget class="QRadioButton" name="m_stopNumberButton">
0092           <property name="text">
0093            <string>Number</string>
0094           </property>
0095           <property name="checked">
0096            <bool>true</bool>
0097           </property>
0098          </widget>
0099         </item>
0100         <item row="0" column="2">
0101          <widget class="QSpinBox" name="m_endRevInput">
0102           <property name="sizePolicy">
0103            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0104             <horstretch>0</horstretch>
0105             <verstretch>0</verstretch>
0106            </sizepolicy>
0107           </property>
0108          </widget>
0109         </item>
0110         <item row="2" column="0" colspan="2">
0111          <widget class="QRadioButton" name="m_stopStartButton">
0112           <property name="text">
0113            <string>START</string>
0114           </property>
0115          </widget>
0116         </item>
0117         <item row="3" column="0" colspan="2">
0118          <widget class="QRadioButton" name="m_stopHeadButton">
0119           <property name="text">
0120            <string>HEAD</string>
0121           </property>
0122          </widget>
0123         </item>
0124         <item row="1" column="2">
0125          <widget class="QDateTimeEdit" name="m_stopDateInput"/>
0126         </item>
0127         <item row="1" column="0" colspan="2">
0128          <widget class="QRadioButton" name="m_stopDateButton">
0129           <property name="text">
0130            <string>Date</string>
0131           </property>
0132           <property name="shortcut">
0133            <string/>
0134           </property>
0135          </widget>
0136         </item>
0137         <item row="4" column="0" colspan="2">
0138          <widget class="QRadioButton" name="m_stopWorkingButton">
0139           <property name="toolTip">
0140            <string>Select current working copy changes</string>
0141           </property>
0142           <property name="text">
0143            <string>WORKING</string>
0144           </property>
0145          </widget>
0146         </item>
0147        </layout>
0148       </item>
0149      </layout>
0150     </widget>
0151    </item>
0152    <item>
0153     <spacer name="verticalSpacer">
0154      <property name="orientation">
0155       <enum>Qt::Vertical</enum>
0156      </property>
0157      <property name="sizeHint" stdset="0">
0158       <size>
0159        <width>20</width>
0160        <height>0</height>
0161       </size>
0162      </property>
0163     </spacer>
0164    </item>
0165   </layout>
0166  </widget>
0167  <layoutdefault spacing="2" margin="2"/>
0168  <tabstops>
0169   <tabstop>m_stopNumberButton</tabstop>
0170   <tabstop>m_endRevInput</tabstop>
0171   <tabstop>m_stopStartButton</tabstop>
0172   <tabstop>m_stopHeadButton</tabstop>
0173  </tabstops>
0174  <resources/>
0175  <connections>
0176   <connection>
0177    <sender>m_startNumberButton</sender>
0178    <signal>toggled(bool)</signal>
0179    <receiver>RangeInput</receiver>
0180    <slot>startNumberToggled(bool)</slot>
0181    <hints>
0182     <hint type="sourcelabel">
0183      <x>20</x>
0184      <y>20</y>
0185     </hint>
0186     <hint type="destinationlabel">
0187      <x>20</x>
0188      <y>20</y>
0189     </hint>
0190    </hints>
0191   </connection>
0192   <connection>
0193    <sender>m_startHeadButton</sender>
0194    <signal>toggled(bool)</signal>
0195    <receiver>RangeInput</receiver>
0196    <slot>startHeadToggled(bool)</slot>
0197    <hints>
0198     <hint type="sourcelabel">
0199      <x>20</x>
0200      <y>20</y>
0201     </hint>
0202     <hint type="destinationlabel">
0203      <x>20</x>
0204      <y>20</y>
0205     </hint>
0206    </hints>
0207   </connection>
0208   <connection>
0209    <sender>m_startStartButton</sender>
0210    <signal>toggled(bool)</signal>
0211    <receiver>RangeInput</receiver>
0212    <slot>startBaseToggled(bool)</slot>
0213    <hints>
0214     <hint type="sourcelabel">
0215      <x>20</x>
0216      <y>20</y>
0217     </hint>
0218     <hint type="destinationlabel">
0219      <x>20</x>
0220      <y>20</y>
0221     </hint>
0222    </hints>
0223   </connection>
0224   <connection>
0225    <sender>m_stopStartButton</sender>
0226    <signal>toggled(bool)</signal>
0227    <receiver>RangeInput</receiver>
0228    <slot>stopBaseToggled(bool)</slot>
0229    <hints>
0230     <hint type="sourcelabel">
0231      <x>20</x>
0232      <y>20</y>
0233     </hint>
0234     <hint type="destinationlabel">
0235      <x>20</x>
0236      <y>20</y>
0237     </hint>
0238    </hints>
0239   </connection>
0240   <connection>
0241    <sender>m_stopHeadButton</sender>
0242    <signal>toggled(bool)</signal>
0243    <receiver>RangeInput</receiver>
0244    <slot>stopHeadToggled(bool)</slot>
0245    <hints>
0246     <hint type="sourcelabel">
0247      <x>20</x>
0248      <y>20</y>
0249     </hint>
0250     <hint type="destinationlabel">
0251      <x>20</x>
0252      <y>20</y>
0253     </hint>
0254    </hints>
0255   </connection>
0256   <connection>
0257    <sender>m_stopNumberButton</sender>
0258    <signal>toggled(bool)</signal>
0259    <receiver>RangeInput</receiver>
0260    <slot>stopNumberToggled(bool)</slot>
0261    <hints>
0262     <hint type="sourcelabel">
0263      <x>20</x>
0264      <y>20</y>
0265     </hint>
0266     <hint type="destinationlabel">
0267      <x>20</x>
0268      <y>20</y>
0269     </hint>
0270    </hints>
0271   </connection>
0272   <connection>
0273    <sender>m_stopDateButton</sender>
0274    <signal>toggled(bool)</signal>
0275    <receiver>RangeInput</receiver>
0276    <slot>stopDateToggled(bool)</slot>
0277    <hints>
0278     <hint type="sourcelabel">
0279      <x>20</x>
0280      <y>20</y>
0281     </hint>
0282     <hint type="destinationlabel">
0283      <x>20</x>
0284      <y>20</y>
0285     </hint>
0286    </hints>
0287   </connection>
0288   <connection>
0289    <sender>m_startDateButton</sender>
0290    <signal>toggled(bool)</signal>
0291    <receiver>RangeInput</receiver>
0292    <slot>startDateToggled(bool)</slot>
0293    <hints>
0294     <hint type="sourcelabel">
0295      <x>20</x>
0296      <y>20</y>
0297     </hint>
0298     <hint type="destinationlabel">
0299      <x>20</x>
0300      <y>20</y>
0301     </hint>
0302    </hints>
0303   </connection>
0304  </connections>
0305 </ui>