Skip to content

Commit

Permalink
release build
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKAldin committed Jul 31, 2022
1 parent 0a3c750 commit 0ecedc9
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 0 deletions.
Binary file added Wifi_Cloak.exe
Binary file not shown.
168 changes: 168 additions & 0 deletions Wifi_Cloak.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>792</width>
<height>504</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow {
background:rgb(0, 1, 0);
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton2">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>241</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background: rgb(2, 2, 2);
color: rgb(85, 255, 0);
border: 2px dotted rgb(0, 255, 0);
border-radius: 15px 5px 15px 5px;
}</string>
</property>
<property name="text">
<string>Find Wifi Name</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton1">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>241</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background: rgb(2, 2, 2);
color: rgb(85, 255, 0);
border: 2px dotted rgb(0, 255, 0);
border-radius: 15px 5px 15px 5px;
}</string>
</property>
<property name="text">
<string>Scan Wifi</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView">
<property name="geometry">
<rect>
<x>-20</x>
<y>-40</y>
<width>1061</width>
<height>601</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QGraphicsView {
background:black;
}</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>180</y>
<width>261</width>
<height>261</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>qt.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QTextEdit" name="searchText">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>241</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">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)
}</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>270</x>
<y>20</y>
<width>511</width>
<height>441</height>
</rect>
</property>
<column>
<property name="text">
<string>wifi_name</string>
</property>
</column>
<column>
<property name="text">
<string>wifi_encryption</string>
</property>
</column>
<column>
<property name="text">
<string>wifi_password</string>
</property>
</column>
</widget>
<zorder>graphicsView</zorder>
<zorder>pushButton2</zorder>
<zorder>pushButton1</zorder>
<zorder>label</zorder>
<zorder>searchText</zorder>
<zorder>tableWidget</zorder>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>792</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
Binary file added qt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ecedc9

Please sign in to comment.