Warning, /sdk/kommit/src/libkommitwidgets/dialogs/selectbranchestodiffdialog.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>SelectBranchesToDiffDialog</class>
0004  <widget class="QDialog" name="SelectBranchesToDiffDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>541</width>
0010     <height>182</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Select branches</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">
0022      <item>
0023       <widget class="QGroupBox" name="groupBox">
0024        <property name="title">
0025         <string>Left</string>
0026        </property>
0027        <layout class="QFormLayout" name="formLayout_2">
0028         <item row="0" column="0">
0029          <widget class="QRadioButton" name="radioButtonSelectLeftBranch">
0030           <property name="text">
0031            <string>Select branch</string>
0032           </property>
0033           <property name="checked">
0034            <bool>true</bool>
0035           </property>
0036          </widget>
0037         </item>
0038         <item row="0" column="1">
0039          <widget class="QComboBox" name="comboBoxOldBranch"/>
0040         </item>
0041         <item row="1" column="0">
0042          <widget class="QRadioButton" name="radioButtonLeftIsHead">
0043           <property name="text">
0044            <string>HEAD</string>
0045           </property>
0046          </widget>
0047         </item>
0048        </layout>
0049       </widget>
0050      </item>
0051      <item>
0052       <widget class="QGroupBox" name="groupBox_2">
0053        <property name="title">
0054         <string>Right</string>
0055        </property>
0056        <layout class="QFormLayout" name="formLayout">
0057         <item row="0" column="0">
0058          <widget class="QRadioButton" name="radioButtonSelectRightBranch">
0059           <property name="text">
0060            <string>Select branch</string>
0061           </property>
0062           <property name="checked">
0063            <bool>true</bool>
0064           </property>
0065          </widget>
0066         </item>
0067         <item row="0" column="1">
0068          <widget class="QComboBox" name="comboBoxNewBranch"/>
0069         </item>
0070         <item row="1" column="0">
0071          <widget class="QRadioButton" name="radioButtonRightIsHead">
0072           <property name="text">
0073            <string>HEAD</string>
0074           </property>
0075          </widget>
0076         </item>
0077        </layout>
0078       </widget>
0079      </item>
0080     </layout>
0081    </item>
0082    <item>
0083     <spacer name="verticalSpacer">
0084      <property name="orientation">
0085       <enum>Qt::Vertical</enum>
0086      </property>
0087      <property name="sizeHint" stdset="0">
0088       <size>
0089        <width>20</width>
0090        <height>25</height>
0091       </size>
0092      </property>
0093     </spacer>
0094    </item>
0095    <item>
0096     <widget class="QDialogButtonBox" name="buttonBox">
0097      <property name="orientation">
0098       <enum>Qt::Horizontal</enum>
0099      </property>
0100      <property name="standardButtons">
0101       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0102      </property>
0103     </widget>
0104    </item>
0105   </layout>
0106  </widget>
0107  <resources/>
0108  <connections>
0109   <connection>
0110    <sender>buttonBox</sender>
0111    <signal>rejected()</signal>
0112    <receiver>SelectBranchesToDiffDialog</receiver>
0113    <slot>reject()</slot>
0114    <hints>
0115     <hint type="sourcelabel">
0116      <x>245</x>
0117      <y>172</y>
0118     </hint>
0119     <hint type="destinationlabel">
0120      <x>286</x>
0121      <y>181</y>
0122     </hint>
0123    </hints>
0124   </connection>
0125   <connection>
0126    <sender>radioButtonSelectLeftBranch</sender>
0127    <signal>toggled(bool)</signal>
0128    <receiver>comboBoxOldBranch</receiver>
0129    <slot>setEnabled(bool)</slot>
0130    <hints>
0131     <hint type="sourcelabel">
0132      <x>70</x>
0133      <y>57</y>
0134     </hint>
0135     <hint type="destinationlabel">
0136      <x>171</x>
0137      <y>57</y>
0138     </hint>
0139    </hints>
0140   </connection>
0141   <connection>
0142    <sender>radioButtonSelectRightBranch</sender>
0143    <signal>toggled(bool)</signal>
0144    <receiver>comboBoxNewBranch</receiver>
0145    <slot>setEnabled(bool)</slot>
0146    <hints>
0147     <hint type="sourcelabel">
0148      <x>359</x>
0149      <y>55</y>
0150     </hint>
0151     <hint type="destinationlabel">
0152      <x>441</x>
0153      <y>56</y>
0154     </hint>
0155    </hints>
0156   </connection>
0157  </connections>
0158 </ui>