Warning, /pim/kjots/src/confpagemisc.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>confPageMisc</class>
0004  <widget class="QWidget" name="confPageMisc">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>417</width>
0010     <height>76</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <layout class="QFormLayout" name="formLayout">
0016      <item row="1" column="0">
0017       <widget class="QLabel" name="textLabel1">
0018        <property name="whatsThis">
0019         <string>This is the number of minutes KJots will wait before automatically saving changes.</string>
0020        </property>
0021        <property name="text">
0022         <string>S&amp;ave every:</string>
0023        </property>
0024        <property name="wordWrap">
0025         <bool>false</bool>
0026        </property>
0027        <property name="buddy">
0028         <cstring>kcfg_AutoSaveInterval</cstring>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="1" column="1">
0033       <widget class="QSpinBox" name="kcfg_AutoSaveInterval">
0034        <property name="whatsThis">
0035         <string>This is the number of minutes KJots will wait before automatically saving changes.</string>
0036        </property>
0037        <property name="specialValueText">
0038         <string>1 minute</string>
0039        </property>
0040        <property name="suffix">
0041         <string> minutes</string>
0042        </property>
0043        <property name="minimum">
0044         <number>1</number>
0045        </property>
0046        <property name="maximum">
0047         <number>1440</number>
0048        </property>
0049       </widget>
0050      </item>
0051      <item row="0" column="1">
0052       <widget class="QCheckBox" name="kcfg_AutoSave">
0053        <property name="whatsThis">
0054         <string>When &quot;Save changes periodically&quot; is checked, KJots will automatically save changes made to books at the interval defined below.</string>
0055        </property>
0056        <property name="text">
0057         <string>&amp;Save changes periodically</string>
0058        </property>
0059        <property name="checked">
0060         <bool>true</bool>
0061        </property>
0062       </widget>
0063      </item>
0064     </layout>
0065    </item>
0066   </layout>
0067  </widget>
0068  <resources/>
0069  <connections>
0070   <connection>
0071    <sender>kcfg_AutoSave</sender>
0072    <signal>toggled(bool)</signal>
0073    <receiver>kcfg_AutoSaveInterval</receiver>
0074    <slot>setEnabled(bool)</slot>
0075   </connection>
0076   <connection>
0077    <sender>kcfg_AutoSave</sender>
0078    <signal>toggled(bool)</signal>
0079    <receiver>textLabel1</receiver>
0080    <slot>setEnabled(bool)</slot>
0081   </connection>
0082  </connections>
0083 </ui>