Changeset 12288 for trunk/FACT++


Ignore:
Timestamp:
10/26/11 23:23:40 (13 years ago)
Author:
tbretz
Message:
Addec ontrols for N/4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/design.ui

    r12273 r12288  
    5353      </property>
    5454      <property name="currentIndex">
    55        <number>5</number>
     55       <number>3</number>
    5656      </property>
    5757      <property name="documentMode">
     
    29482948                    <size>
    29492949                     <width>20</width>
    2950                      <height>20</height>
     2950                     <height>15</height>
    29512951                    </size>
    29522952                   </property>
     
    30953095                    <size>
    30963096                     <width>20</width>
    3097                      <height>40</height>
     3097                     <height>20</height>
    30983098                    </size>
    30993099                   </property>
     
    31033103                  <widget class="QLabel" name="label_24">
    31043104                   <property name="text">
    3105                     <string>Threshold</string>
     3105                    <string>Patch threshold</string>
    31063106                   </property>
    31073107                  </widget>
     
    31553155                 </item>
    31563156                 <item>
    3157                   <spacer name="verticalSpacer">
     3157                  <widget class="QLabel" name="label_69">
     3158                   <property name="text">
     3159                    <string>Patch Rate</string>
     3160                   </property>
     3161                  </widget>
     3162                 </item>
     3163                 <item>
     3164                  <widget class="QDoubleSpinBox" name="fPatchRate">
     3165                   <property name="alignment">
     3166                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     3167                   </property>
     3168                   <property name="readOnly">
     3169                    <bool>true</bool>
     3170                   </property>
     3171                   <property name="buttonSymbols">
     3172                    <enum>QAbstractSpinBox::NoButtons</enum>
     3173                   </property>
     3174                   <property name="suffix">
     3175                    <string> Hz</string>
     3176                   </property>
     3177                   <property name="maximum">
     3178                    <double>999999999.000000000000000</double>
     3179                   </property>
     3180                  </widget>
     3181                 </item>
     3182                 <item>
     3183                  <spacer name="verticalSpacer_79">
    31583184                   <property name="orientation">
    31593185                    <enum>Qt::Vertical</enum>
     
    31653191                    <size>
    31663192                     <width>20</width>
    3167                      <height>5</height>
     3193                     <height>20</height>
    31683194                    </size>
    31693195                   </property>
     
    31713197                 </item>
    31723198                 <item>
    3173                   <widget class="QLabel" name="label_69">
     3199                  <widget class="QLabel" name="label_248">
    31743200                   <property name="text">
    3175                     <string>Rate</string>
     3201                    <string>N-out-of-4 threshold</string>
    31763202                   </property>
    31773203                  </widget>
    31783204                 </item>
    31793205                 <item>
    3180                   <widget class="QDoubleSpinBox" name="fPatchRate">
     3206                  <widget class="QSpinBox" name="fNoutof4Val">
     3207                   <property name="alignment">
     3208                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     3209                   </property>
     3210                   <property name="specialValueText">
     3211                    <string>inconsistent</string>
     3212                   </property>
     3213                   <property name="minimum">
     3214                    <number>-1</number>
     3215                   </property>
     3216                   <property name="maximum">
     3217                    <number>4095</number>
     3218                   </property>
     3219                  </widget>
     3220                 </item>
     3221                 <item>
     3222                  <widget class="QDoubleSpinBox" name="fNoutof4Volt">
     3223                   <property name="sizePolicy">
     3224                    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
     3225                     <horstretch>0</horstretch>
     3226                     <verstretch>0</verstretch>
     3227                    </sizepolicy>
     3228                   </property>
     3229                   <property name="minimumSize">
     3230                    <size>
     3231                     <width>100</width>
     3232                     <height>0</height>
     3233                    </size>
     3234                   </property>
     3235                   <property name="alignment">
     3236                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     3237                   </property>
     3238                   <property name="readOnly">
     3239                    <bool>true</bool>
     3240                   </property>
     3241                   <property name="buttonSymbols">
     3242                    <enum>QAbstractSpinBox::NoButtons</enum>
     3243                   </property>
     3244                   <property name="suffix">
     3245                    <string> mV</string>
     3246                   </property>
     3247                   <property name="decimals">
     3248                    <number>1</number>
     3249                   </property>
     3250                   <property name="maximum">
     3251                    <double>2500.000000000000000</double>
     3252                   </property>
     3253                   <property name="value">
     3254                    <double>0.000000000000000</double>
     3255                   </property>
     3256                  </widget>
     3257                 </item>
     3258                 <item>
     3259                  <widget class="QLabel" name="label_249">
     3260                   <property name="text">
     3261                    <string>Board rate</string>
     3262                   </property>
     3263                  </widget>
     3264                 </item>
     3265                 <item>
     3266                  <widget class="QDoubleSpinBox" name="fBoardRate">
    31813267                   <property name="alignment">
    31823268                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Note: See TracChangeset for help on using the changeset viewer.