Warning, /kdevelop/kdev-krazy2/settings/selectpathswidget.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>SelectPathsWidget</class>
0004  <widget class="QWidget" name="SelectPathsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>599</width>
0010     <height>211</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="@title:window">Select paths</string>
0015   </property>
0016   <layout class="QHBoxLayout" name="mainHorizontalLayout">
0017    <item>
0018     <widget class="QListView" name="pathsView">
0019      <property name="whatsThis">
0020       <string comment="@info:whatsthis">&lt;para&gt;The files and directories to analyze.&lt;/para&gt;</string>
0021      </property>
0022      <property name="editTriggers">
0023       <set>QAbstractItemView::NoEditTriggers</set>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QVBoxLayout" name="buttonVerticalLayout">
0029      <item>
0030       <widget class="QPushButton" name="addButton">
0031        <property name="toolTip">
0032         <string comment="@info:tooltip">Add files and directories.</string>
0033        </property>
0034        <property name="whatsThis">
0035         <string comment="@info:whatsthis">&lt;para&gt;Adds files and directories to the list.&lt;/para&gt;
0036 
0037 &lt;para&gt;Only local files and directories can be selected.&lt;/para&gt;</string>
0038        </property>
0039        <property name="text">
0040         <string comment="@action:button">Add...</string>
0041        </property>
0042       </widget>
0043      </item>
0044      <item>
0045       <widget class="QPushButton" name="removeButton">
0046        <property name="enabled">
0047         <bool>false</bool>
0048        </property>
0049        <property name="toolTip">
0050         <string comment="@info:tooltip">Remove the selected files or directories.</string>
0051        </property>
0052        <property name="whatsThis">
0053         <string comment="@info:whatsthis">&lt;para&gt;Removes files or directories from the list.&lt;/para&gt;</string>
0054        </property>
0055        <property name="text">
0056         <string comment="@action:button">Remove</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item>
0061       <spacer name="buttonVerticalSpacer">
0062        <property name="orientation">
0063         <enum>Qt::Vertical</enum>
0064        </property>
0065        <property name="sizeHint" stdset="0">
0066         <size>
0067          <width>20</width>
0068          <height>40</height>
0069         </size>
0070        </property>
0071       </spacer>
0072      </item>
0073     </layout>
0074    </item>
0075   </layout>
0076  </widget>
0077  <resources/>
0078  <connections/>
0079 </ui>