mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-02 00:04:26 +08:00
Replace QRegExp with QRegularExpression(Uncompleted)
This commit is contained in:
+1
-2
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user