[Kst] branches/work/kst/portto4/kst/src

Nicolas Brisset nicolas.brisset at eurocopter.com
Wed Sep 1 14:15:41 CEST 2010


SVN commit 1170559 by brisset:

Add info on index starting from 0 in tooltip. My help avoiding some confusion.


 M  +1 -1      libkstapp/scalartab.ui  
 M  +2 -2      widgets/datarange.ui  


--- branches/work/kst/portto4/kst/src/libkstapp/scalartab.ui #1170558:1170559
@@ -196,7 +196,7 @@
            <bool>false</bool>
           </property>
           <property name="toolTip" >
-           <string>Input a number, or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
+           <string>Input a number (starting from 0 for the first value), or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
           </property>
           <property name="whatsThis" >
            <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>
--- branches/work/kst/portto4/kst/src/widgets/datarange.ui #1170558:1170559
@@ -196,7 +196,7 @@
       <item row="0" column="1" colspan="2" >
        <widget class="QLineEdit" name="_start" >
         <property name="toolTip" >
-         <string>Input a number, or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
+         <string>Input a number (starting from 0 for the first value), or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
         </property>
         <property name="whatsThis" >
          <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>
@@ -212,7 +212,7 @@
          <bool>false</bool>
         </property>
         <property name="toolTip" >
-         <string>Input a number, or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
+         <string>Input a number (starting from 0 for the first value), or the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS] for dates.</string>
         </property>
         <property name="whatsThis" >
          <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.  Dates are input in the format [[[[YYYY:]MM:]DD:]HH:]MM[.SS].</string>


More information about the Kst mailing list