Warning, /sdk/kommit/src/libkommitwidgets/dialogs/switchbranchdialog.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>SwitchBranchDialog</class>
0004  <widget class="QDialog" name="SwitchBranchDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>335</width>
0010     <height>228</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Switch/Checkout</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="kommit"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QFormLayout" name="formLayout">
0022      <item row="0" column="0">
0023       <widget class="QRadioButton" name="radioButtonExistingBranch">
0024        <property name="text">
0025         <string>Existing branch</string>
0026        </property>
0027        <property name="checked">
0028         <bool>true</bool>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QComboBox" name="comboBoxBranchSelect"/>
0034      </item>
0035      <item row="1" column="0">
0036       <widget class="QRadioButton" name="radioButtonNewBranch">
0037        <property name="text">
0038         <string>New branch</string>
0039        </property>
0040       </widget>
0041      </item>
0042      <item row="1" column="1">
0043       <widget class="QLineEdit" name="lineEditNewBranchName">
0044        <property name="enabled">
0045         <bool>false</bool>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="2" column="0">
0050       <widget class="QRadioButton" name="radioButtonTag">
0051        <property name="text">
0052         <string>Tag</string>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="2" column="1">
0057       <widget class="QComboBox" name="comboBoxTags">
0058        <property name="enabled">
0059         <bool>false</bool>
0060        </property>
0061       </widget>
0062      </item>
0063     </layout>
0064    </item>
0065    <item>
0066     <widget class="QGroupBox" name="groupBox">
0067      <property name="title">
0068       <string>Options</string>
0069      </property>
0070      <layout class="QHBoxLayout" name="horizontalLayout">
0071       <item>
0072        <widget class="QCheckBox" name="checkBoxForce">
0073         <property name="text">
0074          <string>Force</string>
0075         </property>
0076        </widget>
0077       </item>
0078      </layout>
0079     </widget>
0080    </item>
0081    <item>
0082     <spacer name="verticalSpacer">
0083      <property name="orientation">
0084       <enum>Qt::Vertical</enum>
0085      </property>
0086      <property name="sizeHint" stdset="0">
0087       <size>
0088        <width>20</width>
0089        <height>39</height>
0090       </size>
0091      </property>
0092     </spacer>
0093    </item>
0094    <item>
0095     <widget class="QDialogButtonBox" name="buttonBox">
0096      <property name="orientation">
0097       <enum>Qt::Horizontal</enum>
0098      </property>
0099      <property name="standardButtons">
0100       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0101      </property>
0102     </widget>
0103    </item>
0104   </layout>
0105  </widget>
0106  <tabstops>
0107   <tabstop>radioButtonExistingBranch</tabstop>
0108   <tabstop>comboBoxBranchSelect</tabstop>
0109   <tabstop>radioButtonNewBranch</tabstop>
0110   <tabstop>lineEditNewBranchName</tabstop>
0111   <tabstop>radioButtonTag</tabstop>
0112   <tabstop>comboBoxTags</tabstop>
0113   <tabstop>checkBoxForce</tabstop>
0114  </tabstops>
0115  <resources/>
0116  <connections>
0117   <connection>
0118    <sender>buttonBox</sender>
0119    <signal>rejected()</signal>
0120    <receiver>SwitchBranchDialog</receiver>
0121    <slot>reject()</slot>
0122    <hints>
0123     <hint type="sourcelabel">
0124      <x>295</x>
0125      <y>214</y>
0126     </hint>
0127     <hint type="destinationlabel">
0128      <x>286</x>
0129      <y>227</y>
0130     </hint>
0131    </hints>
0132   </connection>
0133   <connection>
0134    <sender>radioButtonExistingBranch</sender>
0135    <signal>toggled(bool)</signal>
0136    <receiver>comboBoxBranchSelect</receiver>
0137    <slot>setEnabled(bool)</slot>
0138    <hints>
0139     <hint type="sourcelabel">
0140      <x>60</x>
0141      <y>21</y>
0142     </hint>
0143     <hint type="destinationlabel">
0144      <x>178</x>
0145      <y>29</y>
0146     </hint>
0147    </hints>
0148   </connection>
0149   <connection>
0150    <sender>radioButtonNewBranch</sender>
0151    <signal>toggled(bool)</signal>
0152    <receiver>lineEditNewBranchName</receiver>
0153    <slot>setEnabled(bool)</slot>
0154    <hints>
0155     <hint type="sourcelabel">
0156      <x>75</x>
0157      <y>51</y>
0158     </hint>
0159     <hint type="destinationlabel">
0160      <x>174</x>
0161      <y>55</y>
0162     </hint>
0163    </hints>
0164   </connection>
0165   <connection>
0166    <sender>radioButtonTag</sender>
0167    <signal>toggled(bool)</signal>
0168    <receiver>comboBoxTags</receiver>
0169    <slot>setEnabled(bool)</slot>
0170    <hints>
0171     <hint type="sourcelabel">
0172      <x>48</x>
0173      <y>84</y>
0174     </hint>
0175     <hint type="destinationlabel">
0176      <x>223</x>
0177      <y>87</y>
0178     </hint>
0179    </hints>
0180   </connection>
0181  </connections>
0182 </ui>