FACT++  1.0
void UIConnector::on_SwIDBox_valueChanged ( int  swid)
slot

Definition at line 2128 of file RawEventsViewer.cc.

2129 {
2130  if (updating)
2131  return;
2132 
2133 // if (GLWindow->_softwareOrdering)
2134 // HwIDBox->setValue(swid);
2135 // else
2136  HwIDBox->setValue(GLWindow->hardwareMapping[swid]);
2137 }