[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kjots
From:       Stephen Kelly <steveire () gmail ! com>
Date:       2010-06-16 15:17:30
Message-ID: 20100616151730.87E18AC8D4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1138718 by skelly:

Remove obsolete option.

 M  +63 -59    confpagemisc.ui  


--- trunk/KDE/kdepim/kjots/confpagemisc.ui #1138717:1138718
@@ -1,4 +1,5 @@
-<ui version="4.0" stdsetdef="1" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
   <class>confPageMisc</class>
   <widget class="QWidget" name="confPageMisc" >
     <property name="geometry" >
@@ -18,125 +19,107 @@
       </property>
       <item row="1" column="2" >
         <widget class="KIntSpinBox" name="kcfg_AutoSaveInterval" >
-          <property name="suffix" >
-            <string> minutes</string>
+     <property name="whatsThis">
+      <string>This is the number of minutes KJots will wait before automatically \
saving changes.</string>  </property>
           <property name="specialValueText" >
             <string>1 minute</string>
           </property>
-          <property name="maximum" >
-            <number>1440</number>
+     <property name="suffix">
+      <string> minutes</string>
           </property>
           <property name="minimum" >
             <number>1</number>
           </property>
-          <property name="whatsThis" stdset="0" >
-            <string>This is the number of minutes KJots will wait before \
automatically saving changes.</string> +     <property name="maximum">
+      <number>1440</number>
           </property>
         </widget>
       </item>
       <item row="1" column="1" >
         <widget class="QLabel" name="textLabel1" >
+     <property name="whatsThis">
+      <string>This is the number of minutes KJots will wait before automatically \
saving changes.</string> +     </property>
           <property name="text" >
             <string>S&amp;ave every:</string>
           </property>
-          <property name="buddy" stdset="0" >
-            <cstring>kcfg_AutoSaveInterval</cstring>
-          </property>
-          <property name="whatsThis" stdset="0" >
-            <string>This is the number of minutes KJots will wait before \
                automatically saving changes.</string>
-          </property>
           <property name="wordWrap" >
             <bool>false</bool>
           </property>
+     <property name="buddy">
+      <cstring>kcfg_AutoSaveInterval</cstring>
+     </property>
         </widget>
       </item>
       <item row="1" column="3" >
         <spacer name="spacer1" >
-          <property name="sizeHint" >
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeType">
+      <enum>QSizePolicy::Expanding</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
             <size>
               <width>40</width>
               <height>20</height>
             </size>
           </property>
-          <property name="sizeType" >
-            <enum>Expanding</enum>
-          </property>
-          <property name="orientation" >
-            <enum>Qt::Horizontal</enum>
-          </property>
         </spacer>
       </item>
-      <item row="4" column="2" >
+   <item row="3" column="2">
         <spacer name="spacer4" >
-          <property name="sizeHint" >
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeType">
+      <enum>QSizePolicy::Expanding</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
             <size>
               <width>20</width>
               <height>30</height>
             </size>
           </property>
-          <property name="sizeType" >
-            <enum>Expanding</enum>
-          </property>
-          <property name="orientation" >
-            <enum>Qt::Vertical</enum>
-          </property>
         </spacer>
       </item>
       <item row="1" column="0" >
         <spacer name="spacer3" >
-          <property name="sizeHint" >
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeType">
+      <enum>QSizePolicy::Fixed</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
             <size>
               <width>20</width>
               <height>20</height>
             </size>
           </property>
-          <property name="sizeType" >
-            <enum>Fixed</enum>
-          </property>
-          <property name="orientation" >
-            <enum>Qt::Horizontal</enum>
-          </property>
         </spacer>
       </item>
-      <item rowspan="1" row="0" column="0" colspan="4" >
+   <item row="0" column="0" colspan="4">
         <widget class="QCheckBox" name="kcfg_AutoSave" >
+     <property name="whatsThis">
+      <string>When &quot;Enable autosave&quot; is checked, KJots will automatically \
save changes made to books at the interval defined below.</string> +     </property>
           <property name="text" >
             <string>&amp;Save changes periodically</string>
           </property>
           <property name="checked" >
             <bool>true</bool>
           </property>
-          <property name="whatsThis" stdset="0" >
-            <string>When "Enable autosave" is checked, KJots will automatically save \
                changes made to books at the interval defined below.</string>
-          </property>
         </widget>
       </item>
-		<item rowspan="1" row="3" column="0" colspan="4" >
-			<widget class="QCheckBox" name="kcfg_PageNamePrompt" >
-				<property name="text" >
-					<string>Ask for new &amp;page names</string>
-				</property>
-				<property name="checked" >
-					<bool>false</bool>
-				</property>
-				<property name="whatsThis" stdset="0" >
-					<string>Determines if new pages are given an automatic name, or a prompt is \
                displayed.</string>
-				</property>
-			</widget>
-		</item>
     </layout>
   </widget>
   <customwidgets>
     <customwidget>
-      <class>KIntNumInput</class>
-      <header location="global" >knuminput.h</header>
-      <container>0</container>
-    </customwidget>
-    <customwidget>
       <class>KIntSpinBox</class>
-      <header location="global" >knuminput.h</header>
-      <container>0</container>
+   <extends>QSpinBox</extends>
+   <header>knuminput.h</header>
     </customwidget>
   </customwidgets>
   <includes>
@@ -144,18 +127,39 @@
     <include location="local" >knuminput.h</include>
     <include location="local" >kfontdialog.h</include>
   </includes>
+ <resources/>
   <connections>
     <connection>
       <sender>kcfg_AutoSave</sender>
       <signal>toggled(bool)</signal>
       <receiver>kcfg_AutoSaveInterval</receiver>
       <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>20</x>
+     <y>20</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>20</x>
+     <y>20</y>
+    </hint>
+   </hints>
     </connection>
     <connection>
       <sender>kcfg_AutoSave</sender>
       <signal>toggled(bool)</signal>
       <receiver>textLabel1</receiver>
       <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>20</x>
+     <y>20</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>20</x>
+     <y>20</y>
+    </hint>
+   </hints>
     </connection>
   </connections>
 </ui>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic