Warning, /education/cantor/src/backends/python/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>PythonSettingsBase</class>
0004  <widget class="QWidget" name="PythonSettingsBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>401</width>
0010     <height>278</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="1" column="0">
0025         <widget class="QLabel" name="lVariableManagement">
0026          <property name="text">
0027           <string>Variable Management:</string>
0028          </property>
0029         </widget>
0030        </item>
0031        <item row="3" column="0">
0032         <spacer name="verticalSpacer">
0033          <property name="orientation">
0034           <enum>Qt::Vertical</enum>
0035          </property>
0036          <property name="sizeHint" stdset="0">
0037           <size>
0038            <width>20</width>
0039            <height>40</height>
0040           </size>
0041          </property>
0042         </spacer>
0043        </item>
0044        <item row="0" column="0">
0045         <widget class="QLabel" name="lPlotIntegration">
0046          <property name="text">
0047           <string>Plot Integration:</string>
0048          </property>
0049         </widget>
0050        </item>
0051        <item row="2" column="0">
0052         <widget class="QLabel" name="label4">
0053          <property name="toolTip">
0054           <string>Graphic package to be used in the Plot Assistant</string>
0055          </property>
0056          <property name="text">
0057           <string>Package for Plot Assistant</string>
0058          </property>
0059         </widget>
0060        </item>
0061        <item row="0" column="1">
0062         <widget class="QCheckBox" name="kcfg_integratePlots">
0063          <property name="toolTip">
0064           <string>If enabled, plots will be shown inside of the worksheet. Otherwise, plots will be shown in an external window.</string>
0065          </property>
0066          <property name="text">
0067           <string>Enabled</string>
0068          </property>
0069         </widget>
0070        </item>
0071        <item row="1" column="1">
0072         <widget class="QCheckBox" name="kcfg_variableManagement">
0073          <property name="toolTip">
0074           <string>Monitor the creation and destruction of variables and show the existing variables in the variable panel.</string>
0075          </property>
0076          <property name="text">
0077           <string>Enabled</string>
0078          </property>
0079         </widget>
0080        </item>
0081        <item row="2" column="1">
0082         <widget class="KComboBox" name="kcfg_plotExtenstionGraphicPackage">
0083          <property name="sizePolicy">
0084           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0085            <horstretch>0</horstretch>
0086            <verstretch>0</verstretch>
0087           </sizepolicy>
0088          </property>
0089          <property name="toolTip">
0090           <string>Graphic package to be used in the Plot Assistant</string>
0091          </property>
0092          <item>
0093           <property name="text">
0094            <string>matplotlib</string>
0095           </property>
0096          </item>
0097          <item>
0098           <property name="text">
0099            <string>pylab</string>
0100           </property>
0101          </item>
0102          <item>
0103           <property name="text">
0104            <string>plot.ly</string>
0105           </property>
0106          </item>
0107          <item>
0108           <property name="text">
0109            <string>GR</string>
0110           </property>
0111          </item>
0112          <item>
0113           <property name="text">
0114            <string>bokeh</string>
0115           </property>
0116          </item>
0117         </widget>
0118        </item>
0119       </layout>
0120      </widget>
0121      <widget class="QWidget" name="tabAutorun">
0122       <attribute name="title">
0123        <string>Autorun</string>
0124       </attribute>
0125       <layout class="QVBoxLayout" name="verticalLayout">
0126        <item>
0127         <widget class="QLabel" name="lAutorun">
0128          <property name="text">
0129           <string>Commands to autorun</string>
0130          </property>
0131          <property name="alignment">
0132           <set>Qt::AlignCenter</set>
0133          </property>
0134         </widget>
0135        </item>
0136        <item>
0137         <widget class="KEditListWidget" name="kcfg_autorunScripts"/>
0138        </item>
0139       </layout>
0140      </widget>
0141      <widget class="QWidget" name="tabDocumentation">
0142       <attribute name="title">
0143        <string>Documentation</string>
0144       </attribute>
0145      </widget>
0146     </widget>
0147    </item>
0148   </layout>
0149  </widget>
0150  <customwidgets>
0151   <customwidget>
0152    <class>KComboBox</class>
0153    <extends>QComboBox</extends>
0154    <header>kcombobox.h</header>
0155   </customwidget>
0156   <customwidget>
0157    <class>KEditListWidget</class>
0158    <extends>QWidget</extends>
0159    <header>keditlistwidget.h</header>
0160   </customwidget>
0161  </customwidgets>
0162  <resources/>
0163  <connections/>
0164 </ui>