@@ -67,19 +67,19 @@ DialogSyntaxPatterns::DialogSyntaxPatterns(MainWindow *window, Qt::WindowFlags f
67
67
* @brief DialogSyntaxPatterns::connectSlots
68
68
*/
69
69
void DialogSyntaxPatterns::connectSlots () {
70
- connect (ui.buttonLanguageMode , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonLanguageMode_clicked);
71
- connect (ui.buttonHighlightStyle , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonHighlightStyle_clicked);
72
- connect (ui.buttonNew , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonNew_clicked);
73
- connect (ui.buttonDelete , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonDelete_clicked);
74
- connect (ui.buttonCopy , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonCopy_clicked);
75
- connect (ui.buttonUp , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonUp_clicked);
76
- connect (ui.buttonDown , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonDown_clicked);
77
- connect (ui.buttonOK , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonOK_clicked);
78
- connect (ui.buttonApply , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonApply_clicked);
79
- connect (ui.buttonCheck , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonCheck_clicked);
80
- connect (ui.buttonDeletePattern , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonDeletePattern_clicked);
81
- connect (ui.buttonRestore , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonRestore_clicked);
82
- connect (ui.buttonHelp , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonHelp_clicked);
70
+ connect (ui.buttonLanguageMode , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonLanguageMode_clicked);
71
+ connect (ui.buttonHighlightStyle , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonHighlightStyle_clicked);
72
+ connect (ui.buttonNew , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonNew_clicked);
73
+ connect (ui.buttonDelete , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonDelete_clicked);
74
+ connect (ui.buttonCopy , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonCopy_clicked);
75
+ connect (ui.buttonUp , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonUp_clicked);
76
+ connect (ui.buttonDown , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonDown_clicked);
77
+ connect (ui.buttonOK , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonOK_clicked);
78
+ connect (ui.buttonApply , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonApply_clicked);
79
+ connect (ui.buttonCheck , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonCheck_clicked);
80
+ connect (ui.buttonDeletePattern , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonDeletePattern_clicked);
81
+ connect (ui.buttonRestore , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonRestore_clicked);
82
+ connect (ui.buttonHelp , &QPushButton::clicked, this , &DialogSyntaxPatterns::buttonHelp_clicked);
83
83
}
84
84
85
85
/* *
0 commit comments