Subversion Repositories seema-scanner

Rev

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

Rev 25 Rev 70
Line 18... Line 18...
18
 
18
 
19
    private slots:
19
    private slots:
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
        void on_patternHorizontalCheckBox_clicked();
-
 
24
        void on_patternVerticalCheckBox_clicked();
-
 
-
 
23
 
25
 
24
 
26
private:
25
private:
27
        Ui::SMPreferenceDialog *ui;
26
        Ui::SMPreferenceDialog *ui;
28
        QSettings settings;
27
        QSettings settings;
29
};
28
};