We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cac22 commit 9ed8814Copy full SHA for 9ed8814
RegularConvertor/algorithms/epsiloncloserwidget.cpp
@@ -19,6 +19,7 @@ EpsilonCloserWidget::EpsilonCloserWidget(QString _state, QList<QString> _user_ep
19
layout->addWidget(label3);
20
21
connect(line_edit,SIGNAL(textEdited(QString)),this,SLOT(statesEdited(QString)));
22
+ connect(line_edit,SIGNAL(textChanged(QString)),this,SLOT(statesEdited(QString)));
23
}
24
25
void EpsilonCloserWidget::setCorrectness(bool correct)
0 commit comments