Changeset 11883 for trunk/FACT++/gui


Ignore:
Timestamp:
08/11/11 21:00:48 (13 years ago)
Author:
tbretz
Message:
Added some bias controls.
Location:
trunk/FACT++/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r11859 r11883  
    600600}
    601601
     602void MainWindow::on_fBiasReset_clicked()
     603{
     604    Dim::SendCommand("BIAS_CONTROL/RESET");
     605}
     606
    602607void MainWindow::on_fBiasMin_valueChanged(int min)
    603608{
  • trunk/FACT++/gui/MainWindow.h

    r11859 r11883  
    171171    void on_fBiasApplyReference_clicked();
    172172    void on_fBiasSetToZero_clicked();
     173    void on_fBiasReset_clicked();
    173174
    174175    // Tab: Rates
Note: See TracChangeset for help on using the changeset viewer.