Warning, /kdevelop/kdevelop/plugins/custom-buildsystem/configwidget.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>ConfigWidget</class>
0004  <widget class="QWidget" name="ConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>363</width>
0010     <height>244</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <widget class="QLabel" name="label_5">
0018        <property name="text">
0019         <string comment="@label:chooser">Build directory:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="KUrlRequester" name="buildDir" native="true">
0025        <property name="toolTip">
0026         <string comment="@info:tooltip">Select the directory where the tools are being executed in.
0027 If this is the same as the source directory you can leave it empty.</string>
0028        </property>
0029        <property name="placeholderText" stdset="0">
0030         <string comment="@info:placeholder">The directory where the tools are executed in</string>
0031        </property>
0032        <property name="text" stdset="0">
0033         <string/>
0034        </property>
0035       </widget>
0036      </item>
0037     </layout>
0038    </item>
0039    <item>
0040     <widget class="QGroupBox" name="groupBox">
0041      <property name="title">
0042       <string comment="@title:group">Build Tools</string>
0043      </property>
0044      <layout class="QFormLayout" name="formLayout">
0045       <item row="0" column="0">
0046        <widget class="QLabel" name="label_6">
0047         <property name="text">
0048          <string comment="@label:listbox">Action:</string>
0049         </property>
0050        </widget>
0051       </item>
0052       <item row="0" column="1">
0053        <widget class="KComboBox" name="buildAction"/>
0054       </item>
0055       <item row="1" column="0">
0056        <widget class="QLabel" name="label_10">
0057         <property name="text">
0058          <string comment="@option:check">Enable:</string>
0059         </property>
0060        </widget>
0061       </item>
0062       <item row="1" column="1">
0063        <widget class="QCheckBox" name="enableAction">
0064         <property name="text">
0065          <string/>
0066         </property>
0067        </widget>
0068       </item>
0069       <item row="2" column="0">
0070        <widget class="QLabel" name="execLabel">
0071         <property name="enabled">
0072          <bool>false</bool>
0073         </property>
0074         <property name="text">
0075          <string comment="@label:chooser">Executable:</string>
0076         </property>
0077        </widget>
0078       </item>
0079       <item row="2" column="1">
0080        <widget class="KUrlRequester" name="actionExecutable" native="true">
0081         <property name="enabled">
0082          <bool>false</bool>
0083         </property>
0084         <property name="toolTip">
0085          <string comment="@info:tooltip">This is the executable that should be executed when selecting the action from the Project menu</string>
0086         </property>
0087        </widget>
0088       </item>
0089       <item row="3" column="0">
0090        <widget class="QLabel" name="argLabel">
0091         <property name="enabled">
0092          <bool>false</bool>
0093         </property>
0094         <property name="text">
0095          <string comment="@label:textbox">Arguments:</string>
0096         </property>
0097        </widget>
0098       </item>
0099       <item row="3" column="1">
0100        <widget class="QLineEdit" name="actionArguments">
0101         <property name="enabled">
0102          <bool>false</bool>
0103         </property>
0104         <property name="toolTip">
0105          <string comment="@info:tooltip">The arguments that the tool needs to execute properly.</string>
0106         </property>
0107        </widget>
0108       </item>
0109       <item row="4" column="0">
0110        <widget class="QLabel" name="envLabel">
0111         <property name="enabled">
0112          <bool>false</bool>
0113         </property>
0114         <property name="text">
0115          <string comment="@label:chooser">Environment:</string>
0116         </property>
0117        </widget>
0118       </item>
0119       <item row="4" column="1">
0120        <widget class="KDevelop::EnvironmentSelectionWidget" name="actionEnvironment">
0121         <property name="enabled">
0122          <bool>false</bool>
0123         </property>
0124         <property name="toolTip">
0125          <string comment="@info:tooltip">Choose a pre-configured environment for your tool</string>
0126         </property>
0127        </widget>
0128       </item>
0129      </layout>
0130     </widget>
0131    </item>
0132    <item>
0133     <spacer name="verticalSpacer">
0134      <property name="orientation">
0135       <enum>Qt::Vertical</enum>
0136      </property>
0137      <property name="sizeHint" stdset="0">
0138       <size>
0139        <width>20</width>
0140        <height>76</height>
0141       </size>
0142      </property>
0143     </spacer>
0144    </item>
0145   </layout>
0146  </widget>
0147  <customwidgets>
0148   <customwidget>
0149    <class>KComboBox</class>
0150    <extends>QComboBox</extends>
0151    <header>KComboBox</header>
0152   </customwidget>
0153   <customwidget>
0154    <class>KUrlRequester</class>
0155    <extends>QWidget</extends>
0156    <header>KUrlRequester</header>
0157   </customwidget>
0158   <customwidget>
0159    <class>KDevelop::EnvironmentSelectionWidget</class>
0160    <extends>QComboBox</extends>
0161    <header>util/environmentselectionwidget.h</header>
0162   </customwidget>
0163  </customwidgets>
0164  <resources/>
0165  <connections>
0166   <connection>
0167    <sender>enableAction</sender>
0168    <signal>toggled(bool)</signal>
0169    <receiver>actionExecutable</receiver>
0170    <slot>setEnabled(bool)</slot>
0171    <hints>
0172     <hint type="sourcelabel">
0173      <x>169</x>
0174      <y>100</y>
0175     </hint>
0176     <hint type="destinationlabel">
0177      <x>168</x>
0178      <y>117</y>
0179     </hint>
0180    </hints>
0181   </connection>
0182   <connection>
0183    <sender>enableAction</sender>
0184    <signal>toggled(bool)</signal>
0185    <receiver>actionArguments</receiver>
0186    <slot>setEnabled(bool)</slot>
0187    <hints>
0188     <hint type="sourcelabel">
0189      <x>100</x>
0190      <y>94</y>
0191     </hint>
0192     <hint type="destinationlabel">
0193      <x>109</x>
0194      <y>142</y>
0195     </hint>
0196    </hints>
0197   </connection>
0198   <connection>
0199    <sender>enableAction</sender>
0200    <signal>toggled(bool)</signal>
0201    <receiver>actionEnvironment</receiver>
0202    <slot>setEnabled(bool)</slot>
0203    <hints>
0204     <hint type="sourcelabel">
0205      <x>99</x>
0206      <y>96</y>
0207     </hint>
0208     <hint type="destinationlabel">
0209      <x>103</x>
0210      <y>169</y>
0211     </hint>
0212    </hints>
0213   </connection>
0214   <connection>
0215    <sender>enableAction</sender>
0216    <signal>toggled(bool)</signal>
0217    <receiver>execLabel</receiver>
0218    <slot>setEnabled(bool)</slot>
0219    <hints>
0220     <hint type="sourcelabel">
0221      <x>128</x>
0222      <y>92</y>
0223     </hint>
0224     <hint type="destinationlabel">
0225      <x>51</x>
0226      <y>113</y>
0227     </hint>
0228    </hints>
0229   </connection>
0230   <connection>
0231    <sender>enableAction</sender>
0232    <signal>toggled(bool)</signal>
0233    <receiver>argLabel</receiver>
0234    <slot>setEnabled(bool)</slot>
0235    <hints>
0236     <hint type="sourcelabel">
0237      <x>115</x>
0238      <y>86</y>
0239     </hint>
0240     <hint type="destinationlabel">
0241      <x>35</x>
0242      <y>138</y>
0243     </hint>
0244    </hints>
0245   </connection>
0246   <connection>
0247    <sender>enableAction</sender>
0248    <signal>toggled(bool)</signal>
0249    <receiver>envLabel</receiver>
0250    <slot>setEnabled(bool)</slot>
0251    <hints>
0252     <hint type="sourcelabel">
0253      <x>121</x>
0254      <y>100</y>
0255     </hint>
0256     <hint type="destinationlabel">
0257      <x>34</x>
0258      <y>176</y>
0259     </hint>
0260    </hints>
0261   </connection>
0262  </connections>
0263 </ui>