Warning, /education/cantor/src/backends/scilab/settings.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>ScilabSettingsBase</class>
0004  <widget class="QWidget" name="ScilabSettingsBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>420</width>
0010     <height>302</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QTabWidget" name="tabWidget">
0016      <property name="currentIndex">
0017       <number>0</number>
0018      </property>
0019      <widget class="QWidget" name="tabGeneral">
0020       <attribute name="title">
0021        <string>General</string>
0022       </attribute>
0023       <layout class="QGridLayout" name="gridLayout">
0024        <item row="0" column="0">
0025         <widget class="QLabel" name="label">
0026          <property name="text">
0027           <string>Executable:</string>
0028          </property>
0029         </widget>
0030        </item>
0031        <item row="0" column="1">
0032         <widget class="KUrlRequester" name="kcfg_Path"/>
0033        </item>
0034        <item row="1" column="0">
0035         <widget class="QLabel" name="lPlotIntegration">
0036          <property name="text">
0037           <string>Plot Integration:</string>
0038          </property>
0039         </widget>
0040        </item>
0041        <item row="1" column="1">
0042         <widget class="QCheckBox" name="kcfg_integratePlots">
0043          <property name="toolTip">
0044           <string>If enabled, plots will be shown inside of the worksheet. Otherwise, plots will be shown in an external window.</string>
0045          </property>
0046          <property name="text">
0047           <string>Enabled</string>
0048          </property>
0049         </widget>
0050        </item>
0051        <item row="2" column="0">
0052         <spacer name="verticalSpacer">
0053          <property name="orientation">
0054           <enum>Qt::Vertical</enum>
0055          </property>
0056          <property name="sizeHint" stdset="0">
0057           <size>
0058            <width>20</width>
0059            <height>162</height>
0060           </size>
0061          </property>
0062         </spacer>
0063        </item>
0064       </layout>
0065      </widget>
0066      <widget class="QWidget" name="tabAutorun">
0067       <attribute name="title">
0068        <string>Autorun</string>
0069       </attribute>
0070       <layout class="QVBoxLayout" name="verticalLayout">
0071        <item>
0072         <widget class="QLabel" name="lAutorun">
0073          <property name="text">
0074           <string>Commands to autorun</string>
0075          </property>
0076          <property name="alignment">
0077           <set>Qt::AlignCenter</set>
0078          </property>
0079         </widget>
0080        </item>
0081        <item>
0082         <widget class="KEditListWidget" name="kcfg_autorunScripts"/>
0083        </item>
0084       </layout>
0085      </widget>
0086      <widget class="QWidget" name="tabDocumentation">
0087       <attribute name="title">
0088        <string>Documentation</string>
0089       </attribute>
0090      </widget>
0091     </widget>
0092    </item>
0093   </layout>
0094  </widget>
0095  <customwidgets>
0096   <customwidget>
0097    <class>KUrlRequester</class>
0098    <extends>QWidget</extends>
0099    <header>kurlrequester.h</header>
0100    <container>1</container>
0101   </customwidget>
0102   <customwidget>
0103    <class>KEditListWidget</class>
0104    <extends>QWidget</extends>
0105    <header>keditlistwidget.h</header>
0106   </customwidget>
0107  </customwidgets>
0108  <resources/>
0109  <connections/>
0110 </ui>