Warning, /education/cantor/src/backends/R/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>RSettingsBase</class>
0004  <widget class="QWidget" name="RSettingsBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>408</width>
0010     <height>296</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="1">
0025         <widget class="QCheckBox" name="kcfg_integratePlots">
0026          <property name="sizePolicy">
0027           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0028            <horstretch>0</horstretch>
0029            <verstretch>0</verstretch>
0030           </sizepolicy>
0031          </property>
0032          <property name="toolTip">
0033           <string>If enabled, plots will be shown inside of the worksheet. Otherwise, plots will be shown in an external window.</string>
0034          </property>
0035          <property name="text">
0036           <string>Enabled</string>
0037          </property>
0038         </widget>
0039        </item>
0040        <item row="1" column="1">
0041         <widget class="QCheckBox" name="kcfg_variableManagement">
0042          <property name="toolTip">
0043           <string>Monitor the creation and destruction of variables and show the existing variables in the variable panel.</string>
0044          </property>
0045          <property name="text">
0046           <string>Enabled</string>
0047          </property>
0048         </widget>
0049        </item>
0050        <item row="0" column="0">
0051         <widget class="QLabel" name="lPlotIntegration">
0052          <property name="text">
0053           <string>Plot Integration:</string>
0054          </property>
0055         </widget>
0056        </item>
0057        <item row="2" column="0">
0058         <spacer name="verticalSpacer_3">
0059          <property name="orientation">
0060           <enum>Qt::Vertical</enum>
0061          </property>
0062          <property name="sizeType">
0063           <enum>QSizePolicy::Expanding</enum>
0064          </property>
0065          <property name="sizeHint" stdset="0">
0066           <size>
0067            <width>20</width>
0068            <height>130</height>
0069           </size>
0070          </property>
0071         </spacer>
0072        </item>
0073        <item row="1" column="0">
0074         <widget class="QLabel" name="lVariableManagement">
0075          <property name="text">
0076           <string>Variable Management:</string>
0077          </property>
0078         </widget>
0079        </item>
0080       </layout>
0081      </widget>
0082      <widget class="QWidget" name="tabAutorun">
0083       <attribute name="title">
0084        <string>Autorun</string>
0085       </attribute>
0086       <layout class="QVBoxLayout" name="verticalLayout">
0087        <item>
0088         <widget class="QLabel" name="lAutorun">
0089          <property name="text">
0090           <string>Commands to autorun</string>
0091          </property>
0092          <property name="alignment">
0093           <set>Qt::AlignCenter</set>
0094          </property>
0095         </widget>
0096        </item>
0097        <item>
0098         <widget class="KEditListWidget" name="kcfg_autorunScripts"/>
0099        </item>
0100       </layout>
0101      </widget>
0102      <widget class="QWidget" name="tabDocumentation">
0103       <attribute name="title">
0104        <string>Documentation</string>
0105       </attribute>
0106      </widget>
0107     </widget>
0108    </item>
0109   </layout>
0110  </widget>
0111  <customwidgets>
0112   <customwidget>
0113    <class>KEditListWidget</class>
0114    <extends>QWidget</extends>
0115    <header>keditlistwidget.h</header>
0116   </customwidget>
0117  </customwidgets>
0118  <resources/>
0119  <connections/>
0120 </ui>