Warning, /sdk/kommit/src/libkommitwidgets/dialogs/pulldialog.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>PullDialog</class>
0004  <widget class="QDialog" name="PullDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>461</width>
0010     <height>369</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Pull changes</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_4">
0017    <item>
0018     <widget class="QGroupBox" name="groupBoxBranches">
0019      <property name="title">
0020       <string>Remote</string>
0021      </property>
0022      <layout class="QFormLayout" name="formLayout">
0023       <item row="0" column="0">
0024        <widget class="QLabel" name="label">
0025         <property name="text">
0026          <string>Remote</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="0" column="1">
0031        <widget class="QComboBox" name="comboBoxRemote"/>
0032       </item>
0033       <item row="1" column="0">
0034        <widget class="QLabel" name="label_2">
0035         <property name="text">
0036          <string>Branch</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item row="1" column="1">
0041        <widget class="QComboBox" name="comboBoxBranch"/>
0042       </item>
0043      </layout>
0044     </widget>
0045    </item>
0046    <item>
0047     <widget class="QGroupBox" name="groupBox">
0048      <property name="title">
0049       <string>Options</string>
0050      </property>
0051      <layout class="QVBoxLayout" name="verticalLayout">
0052       <item>
0053        <layout class="QFormLayout" name="formLayout_2">
0054         <item row="0" column="0">
0055          <widget class="QLabel" name="label_3">
0056           <property name="sizePolicy">
0057            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0058             <horstretch>0</horstretch>
0059             <verstretch>0</verstretch>
0060            </sizepolicy>
0061           </property>
0062           <property name="text">
0063            <string>Rebase:</string>
0064           </property>
0065          </widget>
0066         </item>
0067         <item row="0" column="1">
0068          <widget class="QComboBox" name="comboBoxRebase"/>
0069         </item>
0070         <item row="1" column="0">
0071          <widget class="QLabel" name="label_4">
0072           <property name="sizePolicy">
0073            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0074             <horstretch>0</horstretch>
0075             <verstretch>0</verstretch>
0076            </sizepolicy>
0077           </property>
0078           <property name="text">
0079            <string>Fast forward:</string>
0080           </property>
0081          </widget>
0082         </item>
0083         <item row="1" column="1">
0084          <widget class="QComboBox" name="comboBoxFastForward"/>
0085 
0086 
0087 
0088 
0089 
0090 
0091 
0092 
0093         </item>
0094        </layout>
0095       </item>
0096       <item>
0097        <layout class="QGridLayout" name="gridLayout">
0098         <item row="0" column="0">
0099          <widget class="QCheckBox" name="checkBoxSquash">
0100           <property name="text">
0101            <string>Squash</string>
0102           </property>
0103          </widget>
0104 
0105 
0106 
0107 
0108 
0109 
0110 
0111 
0112 
0113 
0114 
0115 
0116 
0117 
0118 
0119 
0120 
0121 
0122 
0123 
0124 
0125 
0126 
0127 
0128 
0129 
0130 
0131 
0132 
0133 
0134 
0135 
0136 
0137 
0138 
0139 
0140 
0141 
0142         </item>
0143         <item row="0" column="1">
0144          <widget class="QCheckBox" name="checkBoxNoCommit">
0145           <property name="text">
0146            <string>No commit</string>
0147           </property>
0148          </widget>
0149         </item>
0150         <item row="1" column="0">
0151          <widget class="QCheckBox" name="checkBoxTags">
0152           <property name="text">
0153            <string>Tags</string>
0154           </property>
0155          </widget>
0156         </item>
0157         <item row="1" column="1">
0158          <widget class="QCheckBox" name="checkBoxPrune">
0159           <property name="text">
0160            <string>Prune</string>
0161           </property>
0162          </widget>
0163 
0164 
0165 
0166 
0167 
0168 
0169 
0170 
0171 
0172 
0173         </item>
0174        </layout>
0175       </item>
0176      </layout>
0177     </widget>
0178    </item>
0179    <item>
0180     <spacer name="verticalSpacer">
0181      <property name="orientation">
0182       <enum>Qt::Vertical</enum>
0183      </property>
0184      <property name="sizeHint" stdset="0">
0185       <size>
0186        <width>20</width>
0187        <height>104</height>
0188       </size>
0189      </property>
0190     </spacer>
0191    </item>
0192    <item>
0193     <widget class="QDialogButtonBox" name="buttonBox">
0194      <property name="standardButtons">
0195       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0196      </property>
0197     </widget>
0198    </item>
0199   </layout>
0200  </widget>
0201  <resources/>
0202  <connections>
0203   <connection>
0204    <sender>buttonBox</sender>
0205    <signal>rejected()</signal>
0206    <receiver>PullDialog</receiver>
0207    <slot>reject()</slot>
0208    <hints>
0209     <hint type="sourcelabel">
0210      <x>240</x>
0211      <y>272</y>
0212     </hint>
0213     <hint type="destinationlabel">
0214      <x>192</x>
0215      <y>133</y>
0216     </hint>
0217    </hints>
0218   </connection>
0219  </connections>
0220 </ui>