Warning, /kdevelop/kdevelop/plugins/git/stashmanagerdialog.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>StashManager</class>
0004  <widget class="QWidget" name="StashManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>558</width>
0010     <height>445</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <item row="5" column="1">
0021     <widget class="QPushButton" name="drop">
0022      <property name="toolTip">
0023       <string comment="@info:tooltip">Remove the selected stash</string>
0024      </property>
0025      <property name="text">
0026       <string comment="@action:button">Drop</string>
0027      </property>
0028      <property name="icon">
0029       <iconset theme="edit-delete"/>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="2" column="1">
0034     <widget class="QPushButton" name="pop">
0035      <property name="toolTip">
0036       <string comment="@info:tooltip">Apply stash's patch and drop the stash</string>
0037      </property>
0038      <property name="text">
0039       <string comment="@action:button">Pop</string>
0040      </property>
0041      <property name="icon">
0042       <iconset theme="vcs-stash-pop"/>
0043      </property>
0044     </widget>
0045    </item>
0046    <item row="0" column="1">
0047     <widget class="QPushButton" name="show">
0048      <property name="toolTip">
0049       <string comment="@info:tooltip">Show the content of the stash</string>
0050      </property>
0051      <property name="text">
0052       <string comment="@action:button">Show</string>
0053      </property>
0054      <property name="icon">
0055       <iconset theme="document-preview"/>
0056      </property>
0057     </widget>
0058    </item>
0059    <item row="7" column="1">
0060     <widget class="QDialogButtonBox" name="buttonBox">
0061      <property name="standardButtons">
0062       <set>QDialogButtonBox::Close</set>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="0" column="0" rowspan="8">
0067     <widget class="QListView" name="stashView">
0068      <property name="sizePolicy">
0069       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0070        <horstretch>1</horstretch>
0071        <verstretch>0</verstretch>
0072       </sizepolicy>
0073      </property>
0074      <property name="editTriggers">
0075       <set>QAbstractItemView::NoEditTriggers</set>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="1" column="1">
0080     <widget class="QPushButton" name="apply">
0081      <property name="toolTip">
0082       <string comment="@info:tooltip">Apply stash's patch</string>
0083      </property>
0084      <property name="text">
0085       <string comment="@action:button">Apply</string>
0086      </property>
0087      <property name="icon">
0088       <iconset theme="dialog-ok-apply"/>
0089      </property>
0090     </widget>
0091    </item>
0092    <item row="6" column="1">
0093     <spacer name="verticalSpacer">
0094      <property name="orientation">
0095       <enum>Qt::Vertical</enum>
0096      </property>
0097      <property name="sizeHint" stdset="0">
0098       <size>
0099        <width>20</width>
0100        <height>77</height>
0101       </size>
0102      </property>
0103     </spacer>
0104    </item>
0105    <item row="3" column="1">
0106     <widget class="QPushButton" name="branch">
0107      <property name="toolTip">
0108       <string comment="@info:tooltip">Create a new branch and apply the stash there, then drop the stash</string>
0109      </property>
0110      <property name="text">
0111       <string comment="@action:button">Branch</string>
0112      </property>
0113      <property name="icon">
0114       <iconset theme="vcs-branch"/>
0115      </property>
0116     </widget>
0117    </item>
0118   </layout>
0119  </widget>
0120  <resources/>
0121  <connections/>
0122 </ui>