Warning, /education/cantor/src/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>SettingsBase</class>
0004  <widget class="QWidget" name="SettingsBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>528</width>
0010     <height>586</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="13" column="0">
0015     <widget class="QLabel" name="label_4">
0016      <property name="font">
0017       <font>
0018        <weight>75</weight>
0019        <bold>true</bold>
0020       </font>
0021      </property>
0022      <property name="text">
0023       <string>Evaluation:</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="21" column="0">
0028     <spacer name="verticalSpacer">
0029      <property name="orientation">
0030       <enum>Qt::Vertical</enum>
0031      </property>
0032      <property name="sizeHint" stdset="0">
0033       <size>
0034        <width>20</width>
0035        <height>40</height>
0036       </size>
0037      </property>
0038     </spacer>
0039    </item>
0040    <item row="6" column="0">
0041     <widget class="QCheckBox" name="kcfg_CompletionDefault">
0042      <property name="toolTip">
0043       <string>Enable syntax completion</string>
0044      </property>
0045      <property name="text">
0046       <string>Completion</string>
0047      </property>
0048     </widget>
0049    </item>
0050    <item row="0" column="0">
0051     <widget class="QLabel" name="label_2">
0052      <property name="font">
0053       <font>
0054        <weight>75</weight>
0055        <bold>true</bold>
0056       </font>
0057      </property>
0058      <property name="text">
0059       <string>Startup:</string>
0060      </property>
0061     </widget>
0062    </item>
0063    <item row="1" column="0">
0064     <widget class="QLabel" name="label">
0065      <property name="toolTip">
0066       <string>Create a new worksheet for the selected backend system. If none is selected, the user is asked about which system to use on startup.</string>
0067      </property>
0068      <property name="text">
0069       <string>Default Backend:</string>
0070      </property>
0071     </widget>
0072    </item>
0073    <item row="16" column="5">
0074     <widget class="QSpinBox" name="kcfg_VisibleLinesLimit">
0075      <property name="toolTip">
0076       <string>Maximal number of visible rows in the result of a command entry. Use 0 to work without limitations.</string>
0077      </property>
0078      <property name="maximum">
0079       <number>10000</number>
0080      </property>
0081      <property name="value">
0082       <number>0</number>
0083      </property>
0084     </widget>
0085    </item>
0086    <item row="4" column="0" colspan="2">
0087     <widget class="QCheckBox" name="kcfg_TypesetDefault">
0088      <property name="toolTip">
0089       <string>Enable LaTeX typesetting for the results of the calculations, if supported by the backend system</string>
0090      </property>
0091      <property name="text">
0092       <string>LaTeX typesetting</string>
0093      </property>
0094     </widget>
0095    </item>
0096    <item row="16" column="0" colspan="4">
0097     <widget class="QLabel" name="VisibleLinesLimit_label">
0098      <property name="toolTip">
0099       <string/>
0100      </property>
0101      <property name="text">
0102       <string>Number of rows in the result (0 for unlimited):</string>
0103      </property>
0104     </widget>
0105    </item>
0106    <item row="0" column="3" rowspan="3" colspan="3">
0107     <widget class="KComboBox" name="kcfg_DefaultBackend">
0108      <property name="toolTip">
0109       <string>Create a new worksheet for the selected backend system. If none is selected, the user is asked about which system to use on startup.</string>
0110      </property>
0111      <property name="editable">
0112       <bool>true</bool>
0113      </property>
0114     </widget>
0115    </item>
0116    <item row="2" column="2">
0117     <spacer name="verticalSpacer_3">
0118      <property name="orientation">
0119       <enum>Qt::Vertical</enum>
0120      </property>
0121      <property name="sizeType">
0122       <enum>QSizePolicy::Fixed</enum>
0123      </property>
0124      <property name="sizeHint" stdset="0">
0125       <size>
0126        <width>20</width>
0127        <height>10</height>
0128       </size>
0129      </property>
0130     </spacer>
0131    </item>
0132    <item row="8" column="0">
0133     <widget class="QCheckBox" name="kcfg_AnimationDefault">
0134      <property name="toolTip">
0135       <string>Enable animation effects in the worksheet</string>
0136      </property>
0137      <property name="text">
0138       <string>Animations</string>
0139      </property>
0140     </widget>
0141    </item>
0142    <item row="16" column="4">
0143     <spacer name="horizontalSpacer_2">
0144      <property name="orientation">
0145       <enum>Qt::Horizontal</enum>
0146      </property>
0147      <property name="sizeHint" stdset="0">
0148       <size>
0149        <width>92</width>
0150        <height>20</height>
0151       </size>
0152      </property>
0153     </spacer>
0154    </item>
0155    <item row="19" column="0" colspan="3">
0156     <widget class="QCheckBox" name="kcfg_EmbeddedMathDefault">
0157      <property name="toolTip">
0158       <string>Enable LaTeX typesetting for mathematical expressions in Markdown entries</string>
0159      </property>
0160      <property name="text">
0161       <string>Mathematical expressions via LaTeX</string>
0162      </property>
0163     </widget>
0164    </item>
0165    <item row="15" column="0" colspan="3">
0166     <widget class="QCheckBox" name="kcfg_AutoEval">
0167      <property name="toolTip">
0168       <string>If enabled, all entries below the current one will be evaluated automatically</string>
0169      </property>
0170      <property name="text">
0171       <string>Reevaluate entries automatically</string>
0172      </property>
0173     </widget>
0174    </item>
0175    <item row="3" column="0">
0176     <widget class="QLabel" name="label_3">
0177      <property name="font">
0178       <font>
0179        <weight>75</weight>
0180        <bold>true</bold>
0181       </font>
0182      </property>
0183      <property name="text">
0184       <string>Worksheet:</string>
0185      </property>
0186     </widget>
0187    </item>
0188    <item row="17" column="1">
0189     <spacer name="verticalSpacer_4">
0190      <property name="orientation">
0191       <enum>Qt::Vertical</enum>
0192      </property>
0193      <property name="sizeType">
0194       <enum>QSizePolicy::Fixed</enum>
0195      </property>
0196      <property name="sizeHint" stdset="0">
0197       <size>
0198        <width>20</width>
0199        <height>10</height>
0200       </size>
0201      </property>
0202     </spacer>
0203    </item>
0204    <item row="12" column="1">
0205     <spacer name="verticalSpacer_2">
0206      <property name="orientation">
0207       <enum>Qt::Vertical</enum>
0208      </property>
0209      <property name="sizeType">
0210       <enum>QSizePolicy::Fixed</enum>
0211      </property>
0212      <property name="sizeHint" stdset="0">
0213       <size>
0214        <width>20</width>
0215        <height>10</height>
0216       </size>
0217      </property>
0218     </spacer>
0219    </item>
0220    <item row="11" column="0" colspan="6">
0221     <widget class="QCheckBox" name="kcfg_StoreTextEntryFormatting">
0222      <property name="text">
0223       <string>Use rich text format for text entries when saving in Jupyter Notebook Format</string>
0224      </property>
0225     </widget>
0226    </item>
0227    <item row="18" column="0">
0228     <widget class="QLabel" name="label_5">
0229      <property name="font">
0230       <font>
0231        <weight>75</weight>
0232        <bold>true</bold>
0233       </font>
0234      </property>
0235      <property name="text">
0236       <string>Markdown:</string>
0237      </property>
0238     </widget>
0239    </item>
0240    <item row="10" column="0" colspan="3">
0241     <widget class="QCheckBox" name="kcfg_UseOldCantorEntriesIndent">
0242      <property name="toolTip">
0243       <string>If enabled, text entries are aligned at the worksheet border and not at the prompt border</string>
0244      </property>
0245      <property name="text">
0246       <string>Don't indent text entries</string>
0247      </property>
0248     </widget>
0249    </item>
0250    <item row="1" column="1" colspan="2">
0251     <spacer name="horizontalSpacer">
0252      <property name="orientation">
0253       <enum>Qt::Horizontal</enum>
0254      </property>
0255      <property name="sizeHint" stdset="0">
0256       <size>
0257        <width>188</width>
0258        <height>20</height>
0259       </size>
0260      </property>
0261     </spacer>
0262    </item>
0263    <item row="14" column="0" colspan="4">
0264     <widget class="QCheckBox" name="kcfg_WarnAboutSessionRestart">
0265      <property name="toolTip">
0266       <string>If enabled, the user will be asked for confirmation prior to restarting the backend system</string>
0267      </property>
0268      <property name="text">
0269       <string>Ask for confirmation when restarting the backend</string>
0270      </property>
0271     </widget>
0272    </item>
0273    <item row="20" column="0" colspan="5">
0274     <widget class="QCheckBox" name="kcfg_ShowMathRenderError">
0275      <property name="text">
0276       <string>Notify about render failures for mathematical expressions</string>
0277      </property>
0278     </widget>
0279    </item>
0280    <item row="7" column="0">
0281     <widget class="QCheckBox" name="kcfg_ExpressionNumberingDefault">
0282      <property name="toolTip">
0283       <string>Show line numbers</string>
0284      </property>
0285      <property name="text">
0286       <string>Line numbers</string>
0287      </property>
0288     </widget>
0289    </item>
0290    <item row="5" column="0" colspan="2">
0291     <widget class="QCheckBox" name="kcfg_HighlightDefault">
0292      <property name="toolTip">
0293       <string>Enable syntax highlighting</string>
0294      </property>
0295      <property name="text">
0296       <string>Syntax highlighting</string>
0297      </property>
0298     </widget>
0299    </item>
0300    <item row="9" column="0">
0301     <widget class="QCheckBox" name="kcfg_WarnAboutEntryDelete">
0302      <property name="text">
0303       <string>Ask for confirmation when deleting entries</string>
0304      </property>
0305     </widget>
0306    </item>
0307   </layout>
0308  </widget>
0309  <customwidgets>
0310   <customwidget>
0311    <class>KComboBox</class>
0312    <extends>QComboBox</extends>
0313    <header>kcombobox.h</header>
0314   </customwidget>
0315  </customwidgets>
0316  <resources/>
0317  <connections/>
0318 </ui>