Changeset - d163d536640e
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 11 years ago 2015-03-07 17:47:35
hy@ozderya.net
disabled keyboardTracking for numberOfSamples, this option causes plot data to be lost when you are increasing the number of samples
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
mainwindow.ui
Show inline comments
 
@@ -355,24 +355,27 @@
 
         <layout class="QVBoxLayout" name="verticalLayout_8">
 
          <item>
 
           <layout class="QHBoxLayout" name="horizontalLayout_3">
 
            <item>
 
             <widget class="QLabel" name="label_3">
 
              <property name="text">
 
               <string>Number Of Samples:</string>
 
              </property>
 
             </widget>
 
            </item>
 
            <item>
 
             <widget class="QSpinBox" name="spNumOfSamples">
 
              <property name="keyboardTracking">
 
               <bool>false</bool>
 
              </property>
 
              <property name="minimum">
 
               <number>2</number>
 
              </property>
 
              <property name="maximum">
 
               <number>10000</number>
 
              </property>
 
              <property name="value">
 
               <number>1000</number>
 
              </property>
 
             </widget>
 
            </item>
 
           </layout>
0 comments (0 inline, 0 general)