Warning, /education/parley/src/settings/generaloptionsbase.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <author>Peter Hedlund</author>
0003  <class>GeneralOptionsBase</class>
0004  <widget class="QWidget" name="GeneralOptionsBase" >
0005   <property name="geometry" >
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>401</width>
0010     <height>244</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout" >
0014    <item>
0015     <widget class="QGroupBox" name="groupBox" >
0016      <property name="title" >
0017       <string>Open/Save</string>
0018      </property>
0019      <layout class="QVBoxLayout" name="verticalLayout_2" >
0020       <item>
0021        <widget class="QCheckBox" name="kcfg_AutoOpenLast" >
0022         <property name="toolTip" >
0023          <string>Always open the collection that was active when quitting Parley</string>
0024         </property>
0025         <property name="whatsThis" >
0026          <string>When this option is checked, the last active collection will be loaded automatically when starting Parley instead of showing the welcome screen.</string>
0027         </property>
0028         <property name="text" >
0029          <string>Always load the last opened collection on start</string>
0030         </property>
0031         <property name="checked" >
0032          <bool>false</bool>
0033         </property>
0034        </widget>
0035       </item>
0036       <item>
0037        <widget class="QCheckBox" name="kcfg_AutoSave" >
0038         <property name="toolTip" >
0039          <string>Allow automatic saving of your work</string>
0040         </property>
0041         <property name="whatsThis" >
0042          <string>Your work will be automatically saved if you check this option</string>
0043         </property>
0044         <property name="text" >
0045          <string>&amp;Save vocabularies automatically on close and quit</string>
0046         </property>
0047        </widget>
0048       </item>
0049       <item>
0050        <layout class="QHBoxLayout" >
0051         <item>
0052          <widget class="QCheckBox" name="kcfg_AutoBackup" >
0053           <property name="sizePolicy" >
0054            <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0055             <horstretch>0</horstretch>
0056             <verstretch>0</verstretch>
0057            </sizepolicy>
0058           </property>
0059           <property name="toolTip" >
0060            <string>Allow automatic saving of your work</string>
0061           </property>
0062           <property name="whatsThis" >
0063            <string>Your work will be automatically saved if you check this option</string>
0064           </property>
0065           <property name="text" >
0066            <string>&amp;Create a backup every</string>
0067           </property>
0068          </widget>
0069         </item>
0070         <item>
0071          <widget class="QSpinBox" name="kcfg_BackupTime" >
0072           <property name="sizePolicy" >
0073            <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0074             <horstretch>0</horstretch>
0075             <verstretch>0</verstretch>
0076            </sizepolicy>
0077           </property>
0078          </widget>
0079         </item>
0080         <item>
0081          <widget class="QLabel" name="lblBackupInterva" >
0082           <property name="sizePolicy" >
0083            <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0084             <horstretch>0</horstretch>
0085             <verstretch>0</verstretch>
0086            </sizepolicy>
0087           </property>
0088           <property name="text" >
0089            <string>minutes</string>
0090           </property>
0091          </widget>
0092         </item>
0093        </layout>
0094       </item>
0095       <item>
0096        <layout class="QHBoxLayout" >
0097         <item>
0098          <widget class="QLabel" name="label_sep" >
0099           <property name="text" >
0100            <string>Sep&amp;arator for text file import/export (CSV):</string>
0101           </property>
0102           <property name="buddy" >
0103            <cstring>kcfg_SeparatorCombo</cstring>
0104           </property>
0105          </widget>
0106         </item>
0107         <item>
0108          <widget class="KComboBox" name="kcfg_SeparatorCombo" >
0109           <property name="minimumSize" >
0110            <size>
0111             <width>140</width>
0112             <height>0</height>
0113            </size>
0114           </property>
0115           <property name="toolTip" >
0116            <string>Choose which separator you want to use to separate your data when importing and exporting text.</string>
0117           </property>
0118           <property name="whatsThis" >
0119            <string>Choose the separator to use to divide the parts of an expression when importing or exporting data as text.</string>
0120           </property>
0121          </widget>
0122         </item>
0123         <item>
0124          <spacer name="horizontalSpacer" >
0125           <property name="orientation" >
0126            <enum>Qt::Horizontal</enum>
0127           </property>
0128           <property name="sizeHint" stdset="0" >
0129            <size>
0130             <width>40</width>
0131             <height>20</height>
0132            </size>
0133           </property>
0134          </spacer>
0135         </item>
0136        </layout>
0137       </item>
0138      </layout>
0139     </widget>
0140    </item>
0141    <item>
0142     <widget class="QGroupBox" name="groupBox_2" >
0143      <property name="title" >
0144       <string>Editing</string>
0145      </property>
0146      <layout class="QHBoxLayout" name="horizontalLayout" >
0147       <item>
0148        <widget class="QCheckBox" name="kcfg_SmartAppend" >
0149         <property name="sizePolicy" >
0150          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0151           <horstretch>0</horstretch>
0152           <verstretch>0</verstretch>
0153          </sizepolicy>
0154         </property>
0155         <property name="toolTip" >
0156          <string/>
0157         </property>
0158         <property name="whatsThis" >
0159          <string/>
0160         </property>
0161         <property name="text" >
0162          <string>&amp;Append new rows automatically when editing</string>
0163         </property>
0164        </widget>
0165       </item>
0166      </layout>
0167     </widget>
0168    </item>
0169    <item>
0170     <spacer name="verticalSpacer" >
0171      <property name="orientation" >
0172       <enum>Qt::Vertical</enum>
0173      </property>
0174      <property name="sizeHint" stdset="0" >
0175       <size>
0176        <width>20</width>
0177        <height>40</height>
0178       </size>
0179      </property>
0180     </spacer>
0181    </item>
0182   </layout>
0183  </widget>
0184   <customwidgets>
0185   <customwidget>
0186    <class>KComboBox</class>
0187    <extends>QComboBox</extends>
0188    <header>kcombobox.h</header>
0189   </customwidget>
0190  </customwidgets>
0191  <tabstops>
0192   <tabstop>kcfg_AutoSave</tabstop>
0193   <tabstop>kcfg_BackupTime</tabstop>
0194  </tabstops>
0195  <resources/>
0196  <connections/>
0197 </ui>