mirror of https://github.com/wh201906/Proxmark3GUI
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
5 years ago
|
<?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>800</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>MainWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<widget class="QPushButton" name="pushButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>440</x>
|
||
|
<y>120</y>
|
||
|
<width>83</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Connect</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>110</x>
|
||
|
<y>120</y>
|
||
|
<width>281</width>
|
||
|
<height>181</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPlainTextEdit" name="plainTextEdit_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>340</y>
|
||
|
<width>291</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>450</x>
|
||
|
<y>350</y>
|
||
|
<width>83</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Send</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>560</x>
|
||
|
<y>350</y>
|
||
|
<width>83</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Read</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>800</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|