Replace QRegExp with QRegularExpression(Uncompleted)

This commit is contained in:
wh201906
2020-08-05 22:46:41 +08:00
parent ef6ebea568
commit eb5fa7ec9a
5 changed files with 77 additions and 41 deletions
+1 -2
View File
@@ -6,8 +6,6 @@ MainWindow::MainWindow(QWidget *parent):
, ui(new Ui::MainWindow)
{
ui->setupUi(this);
// ui->MF_simGroupBox->setVisible(false); // developing...
// ui->MF_sniffGroupBox->setVisible(false); // developing...
myInfo = new QAction("wh201906", this);
connect(myInfo, &QAction::triggered, [ = ]()
{
@@ -94,6 +92,7 @@ void MainWindow::onPM3StateChanged(bool st, QString info)
}
else
{
setStatusBar(PM3VersionBar, "");
setStatusBar(connectStatusBar, tr("Not Connected"));
}
}
+1 -1
View File
@@ -60,7 +60,7 @@
<item>
<widget class="QLineEdit" name="PM3_pathEdit">
<property name="text">
<string notr="true">../pm3/win64/proxmark3</string>
<string notr="true">../pm3/iceman-64/win64/proxmark3</string>
</property>
</widget>
</item>