1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Dialog_Check_Comfirm</class> 4 <widget class="QDialog" name="Dialog_Check_Comfirm"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>381</width> 10 <height>194</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>CheckComfirm</string> 15 </property> 16 <widget class="QLabel" name="label_Comfirm_Title"> 17 <property name="geometry"> 18 <rect> 19 <x>60</x> 20 <y>20</y> 21 <width>301</width> 22 <height>31</height> 23 </rect> 24 </property> 25 <property name="font"> 26 <font> 27 <family>SimSun-ExtB</family> 28 <pointsize>14</pointsize> 29 <weight>75</weight> 30 <bold>true</bold> 31 </font> 32 </property> 33 <property name="text"> 34 <string>Please Comfirm operation:</string> 35 </property> 36 </widget> 37 <widget class="QLabel" name="label_Operation"> 38 <property name="geometry"> 39 <rect> 40 <x>60</x> 41 <y>80</y> 42 <width>88</width> 43 <height>19</height> 44 </rect> 45 </property> 46 <property name="font"> 47 <font> 48 <family>SimSun-ExtB</family> 49 <pointsize>16</pointsize> 50 <weight>75</weight> 51 <bold>true</bold> 52 </font> 53 </property> 54 <property name="text"> 55 <string>AddFile:</string> 56 </property> 57 </widget> 58 <widget class="QPushButton" name="pushButton_ok"> 59 <property name="geometry"> 60 <rect> 61 <x>70</x> 62 <y>150</y> 63 <width>75</width> 64 <height>23</height> 65 </rect> 66 </property> 67 <property name="text"> 68 <string>OK</string> 69 </property> 70 </widget> 71 <widget class="QPushButton" name="pushButton_Cancel"> 72 <property name="geometry"> 73 <rect> 74 <x>200</x> 75 <y>150</y> 76 <width>75</width> 77 <height>23</height> 78 </rect> 79 </property> 80 <property name="text"> 81 <string>Cancel</string> 82 </property> 83 </widget> 84 </widget> 85 <resources/> 86 <connections> 87 <connection> 88 <sender>pushButton_ok</sender> 89 <signal>clicked()</signal> 90 <receiver>Dialog_Check_Comfirm</receiver> 91 <slot>Save()</slot> 92 <hints> 93 <hint type="sourcelabel"> 94 <x>105</x> 95 <y>164</y> 96 </hint> 97 <hint type="destinationlabel"> 98 <x>21</x> 99 <y>154</y> 100 </hint> 101 </hints> 102 </connection> 103 <connection> 104 <sender>pushButton_Cancel</sender> 105 <signal>clicked()</signal> 106 <receiver>Dialog_Check_Comfirm</receiver> 107 <slot>Cancel()</slot> 108 <hints> 109 <hint type="sourcelabel"> 110 <x>197</x> 111 <y>160</y> 112 </hint> 113 <hint type="destinationlabel"> 114 <x>296</x> 115 <y>162</y> 116 </hint> 117 </hints> 118 </connection> 119 </connections> 120 <slots> 121 <slot>Save()</slot> 122 <slot>Cancel()</slot> 123 </slots> 124</ui> 125