Warning, /sdk/kommit/src/gui/pages/stasheswidget.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>StashesWidget</class>
0004  <widget class="QWidget" name="StashesWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>415</width>
0010     <height>398</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Stashes</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="git-stash"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="TreeView" name="treeView">
0022      <property name="contextMenuPolicy">
0023       <enum>Qt::CustomContextMenu</enum>
0024      </property>
0025      <property name="editTriggers">
0026       <set>QAbstractItemView::NoEditTriggers</set>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <layout class="QHBoxLayout" name="horizontalLayout_5">
0032      <item>
0033       <spacer name="horizontalSpacer_4">
0034        <property name="orientation">
0035         <enum>Qt::Horizontal</enum>
0036        </property>
0037        <property name="sizeHint" stdset="0">
0038         <size>
0039          <width>40</width>
0040          <height>20</height>
0041         </size>
0042        </property>
0043       </spacer>
0044      </item>
0045      <item>
0046       <widget class="PushButton" name="pushButtonCreateNew">
0047        <property name="whatsThis">
0048         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save your local modifications to a new stash entry and roll them back to HEAD (in the working tree and in the index). The part is optional and gives the description along with the stashed state.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://git-scm.com/docs/git-stash#Documentation/git-stash.txt-push-p--patch-k--no-keep-index-u--include-untracked-a--all-q--quiet-m--messageltmessagegt--pathspec-from-fileltfilegt--pathspec-file-nul--ltpathspecgt82308203&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;More information...&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0049        </property>
0050        <property name="text">
0051         <string>Create new</string>
0052        </property>
0053       </widget>
0054      </item>
0055      <item>
0056       <widget class="PushButton" name="pushButtonRemoveSelected">
0057        <property name="text">
0058         <string>Remove selected</string>
0059        </property>
0060       </widget>
0061      </item>
0062      <item>
0063       <widget class="PushButton" name="pushButtonApply">
0064        <property name="whatsThis">
0065         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Apply stash to top of current working directory&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://git-scm.com/docs/git-stash#Documentation/git-stash.txt-apply--index-q--quietltstashgt&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;More information...&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0066        </property>
0067        <property name="text">
0068         <string>Apply selected</string>
0069        </property>
0070       </widget>
0071      </item>
0072     </layout>
0073    </item>
0074   </layout>
0075  </widget>
0076  <customwidgets>
0077   <customwidget>
0078    <class>PushButton</class>
0079    <extends>QPushButton</extends>
0080    <header>core/pushbutton.h</header>
0081   </customwidget>
0082   <customwidget>
0083    <class>TreeView</class>
0084    <extends>QTreeView</extends>
0085    <header location="global">core/treeview.h</header>
0086   </customwidget>
0087  </customwidgets>
0088  <resources/>
0089  <connections/>
0090 </ui>