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>506</width>
0010     <height>297</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="5" column="1">
0025         <widget class="QFrame" name="frame">
0026          <property name="frameShape">
0027           <enum>QFrame::NoFrame</enum>
0028          </property>
0029          <property name="frameShadow">
0030           <enum>QFrame::Raised</enum>
0031          </property>
0032          <layout class="QHBoxLayout" name="horizontalLayout">
0033           <property name="leftMargin">
0034            <number>0</number>
0035           </property>
0036           <property name="topMargin">
0037            <number>0</number>
0038           </property>
0039           <property name="rightMargin">
0040            <number>0</number>
0041           </property>
0042           <property name="bottomMargin">
0043            <number>0</number>
0044           </property>
0045           <item>
0046            <widget class="QLabel" name="lPlotWidth">
0047             <property name="text">
0048              <string>width:</string>
0049             </property>
0050            </widget>
0051           </item>
0052           <item>
0053            <widget class="QDoubleSpinBox" name="kcfg_plotWidth">
0054             <property name="suffix">
0055              <string>cm</string>
0056             </property>
0057            </widget>
0058           </item>
0059           <item>
0060            <spacer name="horizontalSpacer">
0061             <property name="orientation">
0062              <enum>Qt::Horizontal</enum>
0063             </property>
0064             <property name="sizeType">
0065              <enum>QSizePolicy::Fixed</enum>
0066             </property>
0067             <property name="sizeHint" stdset="0">
0068              <size>
0069               <width>40</width>
0070               <height>20</height>
0071              </size>
0072             </property>
0073            </spacer>
0074           </item>
0075           <item>
0076            <widget class="QLabel" name="lPlotHeight">
0077             <property name="text">
0078              <string>height:</string>
0079             </property>
0080            </widget>
0081           </item>
0082           <item>
0083            <widget class="QDoubleSpinBox" name="kcfg_plotHeight">
0084             <property name="suffix">
0085              <string>cm</string>
0086             </property>
0087            </widget>
0088           </item>
0089           <item>
0090            <spacer name="horizontalSpacer_2">
0091             <property name="orientation">
0092              <enum>Qt::Horizontal</enum>
0093             </property>
0094             <property name="sizeHint" stdset="0">
0095              <size>
0096               <width>40</width>
0097               <height>20</height>
0098              </size>
0099             </property>
0100            </spacer>
0101           </item>
0102          </layout>
0103         </widget>
0104        </item>
0105        <item row="5" column="0">
0106         <widget class="QLabel" name="label_5">
0107          <property name="text">
0108           <string>Size:</string>
0109          </property>
0110         </widget>
0111        </item>
0112        <item row="7" column="0">
0113         <spacer name="verticalSpacer_3">
0114          <property name="orientation">
0115           <enum>Qt::Vertical</enum>
0116          </property>
0117          <property name="sizeType">
0118           <enum>QSizePolicy::Expanding</enum>
0119          </property>
0120          <property name="sizeHint" stdset="0">
0121           <size>
0122            <width>20</width>
0123            <height>130</height>
0124           </size>
0125          </property>
0126         </spacer>
0127        </item>
0128        <item row="4" column="0">
0129         <widget class="QLabel" name="lPlotIntegration">
0130          <property name="text">
0131           <string>Integrated:</string>
0132          </property>
0133         </widget>
0134        </item>
0135        <item row="3" column="0">
0136         <widget class="QLabel" name="label_4">
0137          <property name="font">
0138           <font>
0139            <weight>75</weight>
0140            <bold>true</bold>
0141           </font>
0142          </property>
0143          <property name="text">
0144           <string>Plots</string>
0145          </property>
0146         </widget>
0147        </item>
0148        <item row="0" column="0">
0149         <widget class="QLabel" name="lVariableManagement">
0150          <property name="text">
0151           <string>Variable Management:</string>
0152          </property>
0153         </widget>
0154        </item>
0155        <item row="4" column="1">
0156         <widget class="QCheckBox" name="kcfg_integratePlots">
0157          <property name="toolTip">
0158           <string>If enabled, plots will be shown inside of the worksheet. Otherwise, plots will be shown in an external window.</string>
0159          </property>
0160          <property name="text">
0161           <string>Enabled</string>
0162          </property>
0163         </widget>
0164        </item>
0165        <item row="6" column="1">
0166         <widget class="QComboBox" name="kcfg_inlinePlotFormat">
0167          <item>
0168           <property name="text">
0169            <string>PDF</string>
0170           </property>
0171          </item>
0172          <item>
0173           <property name="text">
0174            <string notr="true">SVG</string>
0175           </property>
0176          </item>
0177          <item>
0178           <property name="text">
0179            <string notr="true">PNG</string>
0180           </property>
0181          </item>
0182         </widget>
0183        </item>
0184        <item row="0" column="1">
0185         <widget class="QCheckBox" name="kcfg_variableManagement">
0186          <property name="toolTip">
0187           <string>Monitor the creation and destruction of variables and show the existing variables in the variable panel.</string>
0188          </property>
0189          <property name="text">
0190           <string>Enabled</string>
0191          </property>
0192         </widget>
0193        </item>
0194        <item row="6" column="0">
0195         <widget class="QLabel" name="label_3">
0196          <property name="text">
0197           <string>Image Format:</string>
0198          </property>
0199         </widget>
0200        </item>
0201        <item row="2" column="0">
0202         <spacer name="verticalSpacer">
0203          <property name="orientation">
0204           <enum>Qt::Vertical</enum>
0205          </property>
0206          <property name="sizeType">
0207           <enum>QSizePolicy::Fixed</enum>
0208          </property>
0209          <property name="sizeHint" stdset="0">
0210           <size>
0211            <width>136</width>
0212            <height>17</height>
0213           </size>
0214          </property>
0215         </spacer>
0216        </item>
0217       </layout>
0218      </widget>
0219      <widget class="QWidget" name="tabAutorun">
0220       <attribute name="title">
0221        <string>Autorun</string>
0222       </attribute>
0223       <layout class="QVBoxLayout" name="verticalLayout">
0224        <item>
0225         <widget class="QLabel" name="lAutorun">
0226          <property name="text">
0227           <string>Commands to autorun</string>
0228          </property>
0229          <property name="alignment">
0230           <set>Qt::AlignCenter</set>
0231          </property>
0232         </widget>
0233        </item>
0234        <item>
0235         <widget class="KEditListWidget" name="kcfg_autorunScripts"/>
0236        </item>
0237       </layout>
0238      </widget>
0239      <widget class="QWidget" name="tabDocumentation">
0240       <attribute name="title">
0241        <string>Documentation</string>
0242       </attribute>
0243      </widget>
0244     </widget>
0245    </item>
0246   </layout>
0247  </widget>
0248  <customwidgets>
0249   <customwidget>
0250    <class>KEditListWidget</class>
0251    <extends>QWidget</extends>
0252    <header>keditlistwidget.h</header>
0253   </customwidget>
0254  </customwidgets>
0255  <resources/>
0256  <connections/>
0257 </ui>