Warning, /sdk/kommit/src/gui/pages/submoduleswidget.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>SubmodulesWidget</class>
0004  <widget class="QWidget" name="SubmodulesWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>613</width>
0010     <height>446</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Submodules</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="git-submodules"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QTreeView" name="treeView">
0022      <property name="contextMenuPolicy">
0023       <enum>Qt::CustomContextMenu</enum>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QHBoxLayout" name="horizontalLayout">
0029      <item>
0030       <spacer name="horizontalSpacer">
0031        <property name="orientation">
0032         <enum>Qt::Horizontal</enum>
0033        </property>
0034        <property name="sizeHint" stdset="0">
0035         <size>
0036          <width>40</width>
0037          <height>20</height>
0038         </size>
0039        </property>
0040       </spacer>
0041      </item>
0042      <item>
0043       <widget class="PushButton" name="pushButtonAddNew">
0044        <property name="text">
0045         <string>Add new submodule</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item>
0050       <widget class="PushButton" name="pushButtonUpdate">
0051        <property name="whatsThis">
0052         <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>
0053        </property>
0054        <property name="text">
0055         <string>Update</string>
0056        </property>
0057       </widget>
0058      </item>
0059     </layout>
0060    </item>
0061   </layout>
0062  </widget>
0063  <customwidgets>
0064   <customwidget>
0065    <class>PushButton</class>
0066    <extends>QPushButton</extends>
0067    <header>core/pushbutton.h</header>
0068   </customwidget>
0069  </customwidgets>
0070  <resources/>
0071  <connections/>
0072 </ui>