Warning, /sdk/kommit/src/libkommitwidgets/dialogs/fetchdialog.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>FetchDialog</class>
0004  <widget class="QDialog" name="FetchDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>386</width>
0010     <height>340</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Fetch from origin</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="kommit"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout_2">
0022      <item>
0023       <widget class="QLabel" name="label">
0024        <property name="sizePolicy">
0025         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0026          <horstretch>0</horstretch>
0027          <verstretch>0</verstretch>
0028         </sizepolicy>
0029        </property>
0030        <property name="text">
0031         <string>Remote</string>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <widget class="QComboBox" name="comboBoxRemote"/>
0037      </item>
0038     </layout>
0039    </item>
0040    <item>
0041     <widget class="QCheckBox" name="checkBoxAllBranches">
0042      <property name="text">
0043       <string>All branches</string>
0044      </property>
0045     </widget>
0046    </item>
0047    <item>
0048     <widget class="QWidget" name="" native="true">
0049      <layout class="QHBoxLayout" name="horizontalLayout">
0050       <item>
0051        <spacer name="horizontalSpacer">
0052         <property name="orientation">
0053          <enum>Qt::Horizontal</enum>
0054         </property>
0055         <property name="sizeType">
0056          <enum>QSizePolicy::Fixed</enum>
0057         </property>
0058         <property name="sizeHint" stdset="0">
0059          <size>
0060           <width>40</width>
0061           <height>20</height>
0062          </size>
0063         </property>
0064        </spacer>
0065       </item>
0066       <item>
0067        <widget class="QLabel" name="label_2">
0068         <property name="sizePolicy">
0069          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0070           <horstretch>0</horstretch>
0071           <verstretch>0</verstretch>
0072          </sizepolicy>
0073         </property>
0074         <property name="text">
0075          <string>Branch</string>
0076         </property>
0077        </widget>
0078       </item>
0079       <item>
0080        <widget class="QComboBox" name="comboBoxBranch"/>
0081       </item>
0082      </layout>
0083     </widget>
0084    </item>
0085    <item>
0086     <widget class="QGroupBox" name="groupBox">
0087      <property name="title">
0088       <string>Options</string>
0089      </property>
0090      <layout class="QGridLayout" name="gridLayout">
0091       <item row="0" column="0">
0092        <widget class="QCheckBox" name="checkBoxNoFastForward">
0093         <property name="text">
0094          <string>No fast forward</string>
0095         </property>
0096        </widget>
0097       </item>
0098       <item row="0" column="1">
0099        <widget class="QCheckBox" name="checkBoxNoCommit">
0100         <property name="text">
0101          <string>No commit</string>
0102         </property>
0103        </widget>
0104       </item>
0105       <item row="1" column="0">
0106        <widget class="QCheckBox" name="checkBoxTags">
0107         <property name="text">
0108          <string>Tags</string>
0109         </property>
0110        </widget>
0111       </item>
0112       <item row="1" column="1">
0113        <widget class="QCheckBox" name="checkBoxFastForwardOnly">
0114         <property name="text">
0115          <string>Fast forward only</string>
0116         </property>
0117        </widget>
0118       </item>
0119       <item row="2" column="0">
0120        <widget class="QCheckBox" name="checkBoxPrune">
0121         <property name="text">
0122          <string>Prune</string>
0123         </property>
0124        </widget>
0125       </item>
0126      </layout>
0127     </widget>
0128    </item>
0129    <item>
0130     <spacer name="verticalSpacer">
0131      <property name="orientation">
0132       <enum>Qt::Vertical</enum>
0133      </property>
0134      <property name="sizeHint" stdset="0">
0135       <size>
0136        <width>20</width>
0137        <height>40</height>
0138       </size>
0139      </property>
0140     </spacer>
0141    </item>
0142    <item>
0143     <widget class="QDialogButtonBox" name="buttonBox">
0144      <property name="orientation">
0145       <enum>Qt::Horizontal</enum>
0146      </property>
0147      <property name="standardButtons">
0148       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0149      </property>
0150     </widget>
0151    </item>
0152   </layout>
0153  </widget>
0154  <resources/>
0155  <connections>
0156   <connection>
0157    <sender>buttonBox</sender>
0158    <signal>rejected()</signal>
0159    <receiver>FetchDialog</receiver>
0160    <slot>reject()</slot>
0161    <hints>
0162     <hint type="sourcelabel">
0163      <x>325</x>
0164      <y>394</y>
0165     </hint>
0166     <hint type="destinationlabel">
0167      <x>286</x>
0168      <y>274</y>
0169     </hint>
0170    </hints>
0171   </connection>
0172   <connection>
0173    <sender>checkBoxAllBranches</sender>
0174    <signal>toggled(bool)</signal>
0175    <receiver></receiver>
0176    <slot>setDisabled(bool)</slot>
0177    <hints>
0178     <hint type="sourcelabel">
0179      <x>51</x>
0180      <y>105</y>
0181     </hint>
0182     <hint type="destinationlabel">
0183      <x>100</x>
0184      <y>136</y>
0185     </hint>
0186    </hints>
0187   </connection>
0188  </connections>
0189 </ui>