Changeset 11105 for trunk/FACT++/gui


Ignore:
Timestamp:
06/22/11 13:51:47 (14 years ago)
Author:
tbretz
Message:
Added the default values for the clock conditioner, marked with a star.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11102 r11105  
    21892189        fClockCondFreq->addItem("1 GHz",   QVariant(1000));
    21902190        fClockCondFreq->addItem("2 GHz",   QVariant(2000));
     2191        fClockCondFreq->addItem("2 GHz (*)",   QVariant(2001));
    21912192        fClockCondFreq->addItem("3 GHz",   QVariant(3000));
    21922193        fClockCondFreq->addItem("4 GHz",   QVariant(4000));
Note: See TracChangeset for help on using the changeset viewer.