Warning, /kdevelop/kdevelop/kdevplatform/vcs/widgets/vcscommitdialog.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>VcsCommitDialog</class>
0004  <widget class="QWidget" name="VcsCommitDialog">
0005   <property name="modal" stdset="0">
0006    <bool>false</bool>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>497</width>
0013     <height>432</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle">
0017    <string comment="@title:window">Select Files to Commit</string>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <item row="1" column="0">
0021     <widget class="QLabel" name="label_2">
0022      <property name="text">
0023       <string comment="@label:listbox">Commit files:</string>
0024      </property>
0025      <property name="alignment">
0026       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0027      </property>
0028     </widget>
0029    </item>
0030    <item row="1" column="1">
0031     <widget class="QCheckBox" name="recursiveChk">
0032      <property name="text">
0033       <string comment="@option:check">Recursive</string>
0034      </property>
0035      <property name="shortcut">
0036       <string/>
0037      </property>
0038     </widget>
0039    </item>
0040    <item row="2" column="0" colspan="2">
0041     <widget class="QTreeView" name="files">
0042      <property name="editTriggers">
0043       <set>QAbstractItemView::NoEditTriggers</set>
0044      </property>
0045      <property name="rootIsDecorated">
0046       <bool>false</bool>
0047      </property>
0048     </widget>
0049    </item>
0050    <item row="3" column="0" colspan="2">
0051     <widget class="QDialogButtonBox" name="buttonBox">
0052      <property name="standardButtons">
0053       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0054      </property>
0055     </widget>
0056    </item>
0057   </layout>
0058  </widget>
0059  <resources/>
0060  <connections/>
0061 </ui>