Subversion Repositories tpanel

Rev

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

Rev 23 Rev 24
Line 34... Line 34...
34
		explicit TQtSettings(QWidget *parent = nullptr);
34
		explicit TQtSettings(QWidget *parent = nullptr);
35
		~TQtSettings();
35
		~TQtSettings();
36
        bool hasChanged() { return mSetChanged; }
36
        bool hasChanged() { return mSetChanged; }
37
 
37
 
38
    private slots:
38
    private slots:
39
        void on_kiconbutton_logFile_clicked();
-
 
40
        void on_kiconbutton_projectPath_clicked();
39
        void on_kiconbutton_projectPath_clicked();
41
        void on_lineEdit_logFile_textChanged(const QString &arg1);
-
 
42
        void on_comboBox_logLevel_currentIndexChanged(int index);
40
        void on_comboBox_logLevel_currentIndexChanged(int index);
43
        void on_lineEdit_projectPath_textChanged(const QString &arg1);
41
        void on_lineEdit_projectPath_textChanged(const QString &arg1);
44
        void on_lineEdit_Controller_textChanged(const QString &arg1);
42
        void on_lineEdit_Controller_textChanged(const QString &arg1);
45
        void on_spinBox_Port_valueChanged(int arg1);
43
        void on_spinBox_Port_valueChanged(int arg1);
46
        void on_spinBox_Channel_valueChanged(int arg1);
44
        void on_spinBox_Channel_valueChanged(int arg1);
47
        void on_lineEdit_PType_textChanged(const QString &arg1);
45
        void on_lineEdit_PType_textChanged(const QString &arg1);
48
 
-
 
49
        void on_checkBox_Format_toggled(bool checked);
46
        void on_checkBox_Format_toggled(bool checked);
-
 
47
        void on_checkBox_Scale_toggled(bool checked);
50
 
48
 
51
    private:
49
    private:
52
        int getLogLevelIndex(const std::string& sl);
50
        int getLogLevelIndex(const std::string& sl);
53
 
51
 
54
        Ui::TQtSettings *ui{nullptr};
52
        Ui::TQtSettings *ui{nullptr};