Changeset 11117 for trunk/FACT++/gui
- Timestamp:
- 06/22/11 19:57:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11108 r11117 1093 1093 1094 1094 h->SetMinimum(0); 1095 h->SetMaximum(2*avgrate);1095 // h->SetMaximum(2*avgrate); 1096 1096 1097 1097 c->Modified(); … … 1543 1543 } 1544 1544 1545 if (server=="FSC_CONTROL") 1546 { 1547 fStatusFSCLabel->setText(s.name.c_str()); 1548 fStatusFSCLabel->setToolTip(s.comment.c_str()); 1549 1550 bool enable = false; 1551 1552 if (s.index<1) // No Dim connection 1553 SetLedColor(fStatusFSCLed, kLedGray, time); 1554 if (s.index==1) // Dim connection / FTM disconnected 1555 SetLedColor(fStatusFSCLed, kLedRed, time); 1556 if (s.index>=2) // Dim connection / FTM disconnected 1557 { 1558 SetLedColor(fStatusFSCLed, kLedGreen, time); 1559 enable = true; 1560 } 1561 1562 //fFscWidget->setEnabled(enable); 1563 } 1564 1545 1565 if (server=="DATA_LOGGER") 1546 1566 {
Note:
See TracChangeset
for help on using the changeset viewer.