Subversion Repositories seema-scanner

Rev

Rev 244 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 244 Rev 255
Line 22... Line 22...
22
        void on_triggerSoftwareRadioButton_clicked();
22
        void on_triggerSoftwareRadioButton_clicked();
23
 
23
 
24
 
24
 
25
        void on_shutterSpinBox_valueChanged(int arg1);
25
        void on_shutterSpinBox_valueChanged(int arg1);
26
 
26
 
-
 
27
        void on_HDRCheckBox_toggled(bool checked);
-
 
28
 
27
private:
29
private:
28
        Ui::SMPreferenceDialog *ui;
30
        Ui::SMPreferenceDialog *ui;
29
        QSettings settings;
31
        QSettings settings;
30
};
32
};
31
 
33