mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-01 15:54:29 +08:00
Support Iceman fork(Command Line only)
This commit is contained in:
+2
-1
@@ -24,7 +24,7 @@ MainWindow::MainWindow(QWidget *parent):
|
||||
pm3Thread->start();
|
||||
pm3state = false;
|
||||
|
||||
util = new Util(Util::OFFICIAL, this);
|
||||
util = new Util(this);
|
||||
mifare = new Mifare(ui, util, this);
|
||||
|
||||
}
|
||||
@@ -784,6 +784,7 @@ void MainWindow::uiInit()
|
||||
void MainWindow::signalInit()
|
||||
{
|
||||
connect(pm3, &PM3Process::newOutput, util, &Util::processOutput);
|
||||
connect(pm3, &PM3Process::changeClientType, util, &Util::setClientType);
|
||||
connect(util, &Util::refreshOutput, this, &MainWindow::refreshOutput);
|
||||
|
||||
connect(this, &MainWindow::connectPM3, pm3, &PM3Process::connectPM3);
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Dialog</string>
|
||||
<string>Trailer Decoder</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user