Warning, /office/kile/src/widgets/scriptingconfigwidget.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  <author>Michel Ludwig (michel.ludwig@kdemail.net)</author>
0004  <class>KileWidgetScriptingConfig</class>
0005  <widget class="QWidget" name="KileWidgetScriptingConfig">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>341</width>
0011     <height>198</height>
0012    </rect>
0013   </property>
0014   <property name="sizePolicy">
0015    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0016     <horstretch>0</horstretch>
0017     <verstretch>0</verstretch>
0018    </sizepolicy>
0019   </property>
0020   <property name="windowTitle">
0021    <string>Scripting Support</string>
0022   </property>
0023   <layout class="QVBoxLayout">
0024    <item>
0025     <widget class="QCheckBox" name="kcfg_ScriptingEnabled">
0026      <property name="sizePolicy">
0027       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0028        <horstretch>0</horstretch>
0029        <verstretch>0</verstretch>
0030       </sizepolicy>
0031      </property>
0032      <property name="text">
0033       <string>Enable &amp;scripting</string>
0034      </property>
0035      <property name="checked">
0036       <bool>true</bool>
0037      </property>
0038     </widget>
0039    </item>
0040    <item>
0041     <widget class="QGroupBox" name="executionTimeLimitGroupBox">
0042      <property name="enabled">
0043       <bool>true</bool>
0044      </property>
0045      <property name="sizePolicy">
0046       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0047        <horstretch>0</horstretch>
0048        <verstretch>0</verstretch>
0049       </sizepolicy>
0050      </property>
0051      <property name="title">
0052       <string>Execution Time Limit</string>
0053      </property>
0054      <property name="flat">
0055       <bool>true</bool>
0056      </property>
0057      <layout class="QVBoxLayout">
0058       <item>
0059        <widget class="QCheckBox" name="kcfg_TimeLimitEnabled">
0060         <property name="sizePolicy">
0061          <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0062           <horstretch>0</horstretch>
0063           <verstretch>0</verstretch>
0064          </sizepolicy>
0065         </property>
0066         <property name="text">
0067          <string>&amp;Limit the execution time of scripts</string>
0068         </property>
0069         <property name="checked">
0070          <bool>true</bool>
0071         </property>
0072        </widget>
0073       </item>
0074       <item>
0075        <layout class="QHBoxLayout">
0076         <item>
0077          <widget class="QLabel" name="textLabel1">
0078           <property name="sizePolicy">
0079            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0080             <horstretch>0</horstretch>
0081             <verstretch>0</verstretch>
0082            </sizepolicy>
0083           </property>
0084           <property name="text">
0085            <string>&amp;Time limit (seconds):</string>
0086           </property>
0087           <property name="wordWrap">
0088            <bool>false</bool>
0089           </property>
0090           <property name="buddy">
0091            <cstring>kcfg_TimeLimit</cstring>
0092           </property>
0093          </widget>
0094         </item>
0095         <item>
0096          <spacer>
0097           <property name="orientation">
0098            <enum>Qt::Horizontal</enum>
0099           </property>
0100           <property name="sizeType">
0101            <enum>QSizePolicy::Fixed</enum>
0102           </property>
0103           <property name="sizeHint" stdset="0">
0104            <size>
0105             <width>16</width>
0106             <height>20</height>
0107            </size>
0108           </property>
0109          </spacer>
0110         </item>
0111         <item>
0112          <widget class="QSpinBox" name="kcfg_TimeLimit">
0113           <property name="sizePolicy">
0114            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0115             <horstretch>0</horstretch>
0116             <verstretch>0</verstretch>
0117            </sizepolicy>
0118           </property>
0119           <property name="minValue" stdset="0">
0120            <number>1</number>
0121           </property>
0122          </widget>
0123         </item>
0124         <item>
0125          <spacer>
0126           <property name="orientation">
0127            <enum>Qt::Horizontal</enum>
0128           </property>
0129           <property name="sizeType">
0130            <enum>QSizePolicy::Expanding</enum>
0131           </property>
0132           <property name="sizeHint" stdset="0">
0133            <size>
0134             <width>40</width>
0135             <height>20</height>
0136            </size>
0137           </property>
0138          </spacer>
0139         </item>
0140        </layout>
0141       </item>
0142      </layout>
0143     </widget>
0144    </item>
0145    <item>
0146     <spacer>
0147      <property name="orientation">
0148       <enum>Qt::Vertical</enum>
0149      </property>
0150      <property name="sizeType">
0151       <enum>QSizePolicy::Expanding</enum>
0152      </property>
0153      <property name="sizeHint" stdset="0">
0154       <size>
0155        <width>20</width>
0156        <height>40</height>
0157       </size>
0158      </property>
0159     </spacer>
0160    </item>
0161   </layout>
0162  </widget>
0163  <layoutdefault spacing="6" margin="11"/>
0164  <resources/>
0165  <connections>
0166   <connection>
0167    <sender>kcfg_ScriptingEnabled</sender>
0168    <signal>toggled(bool)</signal>
0169    <receiver>executionTimeLimitGroupBox</receiver>
0170    <slot>setEnabled(bool)</slot>
0171    <hints>
0172     <hint type="sourcelabel">
0173      <x>20</x>
0174      <y>20</y>
0175     </hint>
0176     <hint type="destinationlabel">
0177      <x>20</x>
0178      <y>20</y>
0179     </hint>
0180    </hints>
0181   </connection>
0182   <connection>
0183    <sender>kcfg_TimeLimitEnabled</sender>
0184    <signal>toggled(bool)</signal>
0185    <receiver>kcfg_TimeLimit</receiver>
0186    <slot>setEnabled(bool)</slot>
0187    <hints>
0188     <hint type="sourcelabel">
0189      <x>20</x>
0190      <y>20</y>
0191     </hint>
0192     <hint type="destinationlabel">
0193      <x>20</x>
0194      <y>20</y>
0195     </hint>
0196    </hints>
0197   </connection>
0198   <connection>
0199    <sender>kcfg_TimeLimitEnabled</sender>
0200    <signal>toggled(bool)</signal>
0201    <receiver>textLabel1</receiver>
0202    <slot>setEnabled(bool)</slot>
0203    <hints>
0204     <hint type="sourcelabel">
0205      <x>20</x>
0206      <y>20</y>
0207     </hint>
0208     <hint type="destinationlabel">
0209      <x>20</x>
0210      <y>20</y>
0211     </hint>
0212    </hints>
0213   </connection>
0214  </connections>
0215 </ui>