diff --git a/Wifi_Cloak.exe b/Wifi_Cloak.exe new file mode 100644 index 0000000..0367ff9 Binary files /dev/null and b/Wifi_Cloak.exe differ diff --git a/Wifi_Cloak.ui b/Wifi_Cloak.ui new file mode 100644 index 0000000..29f93fa --- /dev/null +++ b/Wifi_Cloak.ui @@ -0,0 +1,168 @@ + + + MainWindow + + + + 0 + 0 + 792 + 504 + + + + MainWindow + + + QMainWindow { + background:rgb(0, 1, 0); +} + + + + + + 10 + 90 + 241 + 41 + + + + QPushButton{ + background: rgb(2, 2, 2); + color: rgb(85, 255, 0); + border: 2px dotted rgb(0, 255, 0); + border-radius: 15px 5px 15px 5px; +} + + + Find Wifi Name + + + + + + 10 + 10 + 241 + 71 + + + + + 15 + + + + QPushButton{ + background: rgb(2, 2, 2); + color: rgb(85, 255, 0); + border: 2px dotted rgb(0, 255, 0); + border-radius: 15px 5px 15px 5px; +} + + + Scan Wifi + + + + + + -20 + -40 + 1061 + 601 + + + + QGraphicsView { + background:black; +} + + + + + + 0 + 180 + 261 + 261 + + + + + + + qt.png + + + true + + + + + + 10 + 140 + 241 + 31 + + + + QTextEdit { + background: rgb(2, 2, 2); + color: rgb(85, 255, 0); + border: 2px solid rgb(0, 255, 0); + border-radius: 5px 5px 5px 5px; + color: rgb(0, 255, 0) +} + + + + + + 270 + 20 + 511 + 441 + + + + + wifi_name + + + + + wifi_encryption + + + + + wifi_password + + + + graphicsView + pushButton2 + pushButton1 + label + searchText + tableWidget + + + + + 0 + 0 + 792 + 26 + + + + + + + + diff --git a/qt.png b/qt.png new file mode 100644 index 0000000..1802ef9 Binary files /dev/null and b/qt.png differ