- Timestamp:
- 07/15/11 15:23:12 (13 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11392 r11419 394 394 DimStampedInfo fDimFadDNA; 395 395 DimStampedInfo fDimFadTemperature; 396 DimStampedInfo fDimFadPrescaler; 396 397 DimStampedInfo fDimFadRefClock; 397 398 DimStampedInfo fDimFadStatus; … … 1003 1004 if (ptr[0]==0) 1004 1005 fEvtBldFilename->setText(""); 1005 1006 1006 } 1007 1007 … … 1293 1293 { 1294 1294 handleFadMinMax<uint32_t, QSpinBox>(d, fFadLedRunNumber, fFadRunNumber); 1295 } 1296 1297 void handleFadPrescaler(const DimData &d) 1298 { 1299 handleFadMinMax<uint16_t, QSpinBox>(d, fFadLedPrescaler, fFadPrescaler); 1295 1300 } 1296 1301 … … 2304 2309 if (getInfo()==&fDimFadRefClock) 2305 2310 return PostInfoHandler(&FactGui::handleFadRefClock); 2311 2312 if (getInfo()==&fDimFadPrescaler) 2313 return PostInfoHandler(&FactGui::handleFadPrescaler); 2306 2314 2307 2315 if (getInfo()==&fDimFadStatus) … … 2755 2763 fDimFadDNA ("FAD_CONTROL/DNA", (void*)NULL, 0, this), 2756 2764 fDimFadTemperature ("FAD_CONTROL/TEMPERATURE", (void*)NULL, 0, this), 2765 fDimFadPrescaler ("FAD_CONTROL/PRESCALER", (void*)NULL, 0, this), 2757 2766 fDimFadRefClock ("FAD_CONTROL/REFERENCE_CLOCK", (void*)NULL, 0, this), 2758 2767 fDimFadStatus ("FAD_CONTROL/STATUS", (void*)NULL, 0, this), -
trunk/FACT++/gui/design.ui
r11365 r11419 53 53 </property> 54 54 <property name="currentIndex"> 55 <number> 0</number>55 <number>3</number> 56 56 </property> 57 57 <property name="documentMode"> … … 2918 2918 <layout class="QGridLayout" name="gridLayout_38"> 2919 2919 <item row="2" column="1"> 2920 <widget class="QPushButton" name="f StatusDNSLed_2">2920 <widget class="QPushButton" name="fFadLedPrescaler"> 2921 2921 <property name="enabled"> 2922 2922 <bool>true</bool> … … 3056 3056 </item> 3057 3057 <item row="2" column="2"> 3058 <widget class="QSpinBox" name=" spinBox">3058 <widget class="QSpinBox" name="fFadPrescaler"> 3059 3059 <property name="enabled"> 3060 <bool> false</bool>3060 <bool>true</bool> 3061 3061 </property> 3062 3062 <property name="alignment"> … … 3068 3068 <property name="buttonSymbols"> 3069 3069 <enum>QAbstractSpinBox::NoButtons</enum> 3070 </property> 3071 <property name="maximum"> 3072 <number>65535</number> 3070 3073 </property> 3071 3074 </widget> … … 3104 3107 </item> 3105 3108 <item row="2" column="3"> 3106 <widget class="QSpinBox" name=" spinBox_18">3109 <widget class="QSpinBox" name="fFadPrescalerCmd"> 3107 3110 <property name="enabled"> 3108 3111 <bool>false</bool>
Note:
See TracChangeset
for help on using the changeset viewer.