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
 
@@ -343,48 +343,51 @@
 
           </size>
 
          </property>
 
         </spacer>
 
        </item>
 
        <item>
 
         <widget class="Line" name="line">
 
          <property name="orientation">
 
           <enum>Qt::Vertical</enum>
 
          </property>
 
         </widget>
 
        </item>
 
        <item>
 
         <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>
 
          </item>
 
          <item>
 
           <spacer name="verticalSpacer_3">
 
            <property name="orientation">
 
             <enum>Qt::Vertical</enum>
 
            </property>
 
            <property name="sizeHint" stdset="0">
 
             <size>
 
              <width>20</width>
 
              <height>40</height>
 
             </size>
 
            </property>
0 comments (0 inline, 0 general)