[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Wed Nov 23 06:45:52 CET 2005


SVN commit 482505 by staikos:

- add missing newline to end of file
- add tooltips to the input fields to explain the date format

   -> we might want to update our whatsthis one day too


 M  +6 -0      kst/datarangewidget.ui  
 M  +1 -1      plugins/fits/sinusoid_unweighted/kstfit_sinusoid_unweighted.cpp  


--- trunk/extragear/graphics/kst/kst/datarangewidget.ui #482504:482505
@@ -200,6 +200,9 @@
                             <verstretch>0</verstretch>
                         </sizepolicy>
                     </property>
+                    <property name="toolTip" stdset="0">
+                        <string>Input a number, or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
+                    </property>
                     <property name="whatsThis" stdset="0">
                         <string>The index of the first data read.  For ASCII files, this is the data row number in the file.  For frame based files, this is the first frame.</string>
                     </property>
@@ -216,6 +219,9 @@
                             <verstretch>0</verstretch>
                         </sizepolicy>
                     </property>
+                    <property name="toolTip" stdset="0">
+                        <string>Input a number, or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
+                    </property>
                     <property name="whatsThis" stdset="0">
                         <string>The amount of data to read into the vector.  For ASCII files, this is the number of data rows.  For frame files there may be more than one sample per frame.</string>
                     </property>
--- trunk/extragear/graphics/kst/plugins/fits/sinusoid_unweighted/kstfit_sinusoid_unweighted.cpp #482504:482505
@@ -73,4 +73,4 @@
   }
 
   return 1;
-}
\ No newline at end of file
+}


More information about the Kst mailing list