Subversion Repositories tpanel

Rev

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

Rev 264 Rev 396
Line 102... Line 102...
102
        void on_toolButton_DoubleBeep_clicked();
102
        void on_toolButton_DoubleBeep_clicked();
103
        void on_checkBox_SystemSound_toggled(bool checked);
103
        void on_checkBox_SystemSound_toggled(bool checked);
104
        void on_toolButton_TestSound_clicked();
104
        void on_toolButton_TestSound_clicked();
105
        void on_horizontalSlider_Volume_valueChanged(int value);
105
        void on_horizontalSlider_Volume_valueChanged(int value);
106
        void on_horizontalSlider_Gain_valueChanged(int value);
106
        void on_horizontalSlider_Gain_valueChanged(int value);
-
 
107
        // Passwords
-
 
108
        void on_lineEdit_Password1_textChanged(const QString& arg);
-
 
109
        void on_lineEdit_Password2_textChanged(const QString& arg);
-
 
110
        void on_lineEdit_Password3_textChanged(const QString& arg);
-
 
111
        void on_lineEdit_Password4_textChanged(const QString& arg);
-
 
112
        void on_pushButton_ViewPW1_clicked();
-
 
113
        void on_pushButton_ViewPW2_clicked();
-
 
114
        void on_pushButton_ViewPW3_clicked();
-
 
115
        void on_pushButton_ViewPW4_clicked();
107
 
116
 
108
    private:
117
    private:
109
        int scale(int value);
118
        int scale(int value);
110
 
119
 
111
#ifdef __ANDROID__
120
#ifdef __ANDROID__