|
@@ -0,0 +1,67 @@
|
|
|
+<?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>547</width>
|
|
|
+ <height>405</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>MainWindow</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="centralWidget">
|
|
|
+ <widget class="QPushButton" name="pushButton_decode">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>80</x>
|
|
|
+ <y>40</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>61</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Decode</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QProgressBar" name="progressBar">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>80</x>
|
|
|
+ <y>130</y>
|
|
|
+ <width>391</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="value">
|
|
|
+ <number>24</number>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <widget class="QMenuBar" name="menuBar">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>547</width>
|
|
|
+ <height>28</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QToolBar" name="mainToolBar">
|
|
|
+ <attribute name="toolBarArea">
|
|
|
+ <enum>TopToolBarArea</enum>
|
|
|
+ </attribute>
|
|
|
+ <attribute name="toolBarBreak">
|
|
|
+ <bool>false</bool>
|
|
|
+ </attribute>
|
|
|
+ </widget>
|
|
|
+ <widget class="QStatusBar" name="statusBar"/>
|
|
|
+ </widget>
|
|
|
+ <layoutdefault spacing="6" margin="11"/>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|