Subversion Repositories seema-scanner

Rev

Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70 Rev 244
Line 20... Line 20...
20
        void on_buttonBox_accepted();
20
        void on_buttonBox_accepted();
21
        void on_triggerHardwareRadioButton_clicked();
21
        void on_triggerHardwareRadioButton_clicked();
22
        void on_triggerSoftwareRadioButton_clicked();
22
        void on_triggerSoftwareRadioButton_clicked();
23
 
23
 
24
 
24
 
-
 
25
        void on_shutterSpinBox_valueChanged(int arg1);
-
 
26
 
25
private:
27
private:
26
        Ui::SMPreferenceDialog *ui;
28
        Ui::SMPreferenceDialog *ui;
27
        QSettings settings;
29
        QSettings settings;
28
};
30
};
29
 
31