Warning, /kdevelop/kdevelop/plugins/custom-definesandincludes/noprojectincludesanddefines/noprojectcustomincludepaths.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>CustomIncludePaths</class>
0004  <widget class="QDialog" name="CustomIncludePaths">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>526</width>
0010     <height>536</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox_2">
0016      <property name="title">
0017       <string comment="@title:group">Storage Directory:</string>
0018      </property>
0019      <layout class="QHBoxLayout" name="horizontalLayout_3">
0020       <item>
0021        <layout class="QHBoxLayout" name="horizontalLayout">
0022         <item>
0023          <widget class="KUrlRequester" name="storageDirectory">
0024           <property name="toolTip">
0025            <string comment="@info:tooltip">The custom include-path will be stored in a special file called &quot;.kdev_include_paths&quot; stored within a source directory.</string>
0026           </property>
0027          </widget>
0028         </item>
0029        </layout>
0030       </item>
0031      </layout>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QGroupBox" name="groupBox">
0036      <property name="title">
0037       <string comment="@title:group">Custom include paths or #define's</string>
0038      </property>
0039      <layout class="QGridLayout" name="gridLayout">
0040       <item row="0" column="0">
0041        <layout class="QHBoxLayout" name="horizontalLayout_2">
0042         <item>
0043          <widget class="QPlainTextEdit" name="customIncludePaths">
0044          <property name="toolTip">
0045          <string comment="@info:tooltip">The plain list of include paths. You may also define custom macros here by adding "#define NAME VALUE" lines.</string>
0046          </property>
0047          </widget>
0048         </item>
0049         <item>
0050          <layout class="QVBoxLayout" name="verticalLayout">
0051           <item>
0052            <widget class="QPushButton" name="directorySelector">
0053             <property name="sizePolicy">
0054              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0055               <horstretch>0</horstretch>
0056               <verstretch>0</verstretch>
0057              </sizepolicy>
0058             </property>
0059             <property name="maximumSize">
0060              <size>
0061               <width>30</width>
0062               <height>30</height>
0063              </size>
0064             </property>
0065             <property name="toolTip">
0066              <string comment="@info:tooltip">Select a directory to include.</string>
0067             </property>
0068             <property name="text">
0069              <string comment="@action:button">...</string>
0070             </property>
0071            </widget>
0072           </item>
0073           <item>
0074            <spacer name="verticalSpacer">
0075             <property name="orientation">
0076              <enum>Qt::Vertical</enum>
0077             </property>
0078             <property name="sizeHint" stdset="0">
0079              <size>
0080               <width>20</width>
0081               <height>40</height>
0082              </size>
0083             </property>
0084            </spacer>
0085           </item>
0086          </layout>
0087         </item>
0088        </layout>
0089       </item>
0090      </layout>
0091     </widget>
0092    </item>
0093    <item>
0094     <widget class="QDialogButtonBox" name="buttonBox">
0095      <property name="standardButtons">
0096       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0097      </property>
0098     </widget>
0099    </item>
0100   </layout>
0101  </widget>
0102  <customwidgets>
0103   <customwidget>
0104    <class>KUrlRequester</class>
0105    <extends>QWidget</extends>
0106    <header>KUrlRequester</header>
0107   </customwidget>
0108  </customwidgets>
0109  <resources/>
0110  <connections>
0111   <connection>
0112    <sender>buttonBox</sender>
0113    <signal>accepted()</signal>
0114    <receiver>CustomIncludePaths</receiver>
0115    <slot>accept()</slot>
0116    <hints>
0117     <hint type="sourcelabel">
0118      <x>262</x>
0119      <y>513</y>
0120     </hint>
0121     <hint type="destinationlabel">
0122      <x>262</x>
0123      <y>267</y>
0124     </hint>
0125    </hints>
0126   </connection>
0127   <connection>
0128    <sender>buttonBox</sender>
0129    <signal>rejected()</signal>
0130    <receiver>CustomIncludePaths</receiver>
0131    <slot>reject()</slot>
0132    <hints>
0133     <hint type="sourcelabel">
0134      <x>262</x>
0135      <y>513</y>
0136     </hint>
0137     <hint type="destinationlabel">
0138      <x>262</x>
0139      <y>267</y>
0140     </hint>
0141    </hints>
0142   </connection>
0143  </connections>
0144 </ui>