Warning, /kdevelop/kdevelop/plugins/git/rebasedialog.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>RebaseDialog</class>
0004  <widget class="QDialog" name="RebaseDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>535</width>
0010     <height>92</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="@title:window">Rebase</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string comment="@label:listbox">Base branch:</string>
0021      </property>
0022      <property name="buddy">
0023       <cstring>branches</cstring>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1">
0028     <widget class="QComboBox" name="branches">
0029      <property name="sizePolicy">
0030       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0031        <horstretch>0</horstretch>
0032        <verstretch>0</verstretch>
0033       </sizepolicy>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="0" column="2">
0038     <widget class="QPushButton" name="rebaseButton">
0039      <property name="text">
0040       <string comment="@action:button">Rebase</string>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="1" column="2">
0045     <spacer name="verticalSpacer">
0046      <property name="orientation">
0047       <enum>Qt::Vertical</enum>
0048      </property>
0049      <property name="sizeHint" stdset="0">
0050       <size>
0051        <width>20</width>
0052        <height>1</height>
0053       </size>
0054      </property>
0055     </spacer>
0056    </item>
0057    <item row="2" column="2">
0058     <widget class="QPushButton" name="pushButton_2">
0059      <property name="text">
0060       <string comment="@action:button">Cancel</string>
0061      </property>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <tabstops>
0067   <tabstop>branches</tabstop>
0068   <tabstop>rebaseButton</tabstop>
0069   <tabstop>pushButton_2</tabstop>
0070  </tabstops>
0071  <resources/>
0072  <connections>
0073   <connection>
0074    <sender>pushButton_2</sender>
0075    <signal>clicked()</signal>
0076    <receiver>RebaseDialog</receiver>
0077    <slot>reject()</slot>
0078    <hints>
0079     <hint type="sourcelabel">
0080      <x>461</x>
0081      <y>71</y>
0082     </hint>
0083     <hint type="destinationlabel">
0084      <x>320</x>
0085      <y>71</y>
0086     </hint>
0087    </hints>
0088   </connection>
0089  </connections>
0090 </ui>