1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>412</width>
10    <height>131</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <widget class="QPushButton" name="pushButton">
17   <property name="geometry">
18    <rect>
19     <x>90</x>
20     <y>90</y>
21     <width>75</width>
22     <height>23</height>
23    </rect>
24   </property>
25   <property name="text">
26    <string>Ok</string>
27   </property>
28  </widget>
29  <widget class="QPushButton" name="pushButton_2">
30   <property name="geometry">
31    <rect>
32     <x>240</x>
33     <y>90</y>
34     <width>75</width>
35     <height>23</height>
36    </rect>
37   </property>
38   <property name="text">
39    <string>Cancle</string>
40   </property>
41  </widget>
42  <widget class="QPushButton" name="Ffile_browse">
43   <property name="geometry">
44    <rect>
45     <x>310</x>
46     <y>40</y>
47     <width>81</width>
48     <height>23</height>
49    </rect>
50   </property>
51   <property name="text">
52    <string>Browse &gt;&gt;</string>
53   </property>
54  </widget>
55  <widget class="QLineEdit" name="lineEdit_2">
56   <property name="geometry">
57    <rect>
58     <x>110</x>
59     <y>40</y>
60     <width>181</width>
61     <height>20</height>
62    </rect>
63   </property>
64  </widget>
65  <widget class="QLabel" name="label_2">
66   <property name="geometry">
67    <rect>
68     <x>20</x>
69     <y>40</y>
70     <width>81</width>
71     <height>16</height>
72    </rect>
73   </property>
74   <property name="text">
75    <string>Flash file</string>
76   </property>
77  </widget>
78 </widget>
79 <resources/>
80 <connections/>
81</ui>
82