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="windowModality"> 6 <enum>Qt::NonModal</enum> 7 </property> 8 <property name="geometry"> 9 <rect> 10 <x>0</x> 11 <y>0</y> 12 <width>614</width> 13 <height>290</height> 14 </rect> 15 </property> 16 <property name="windowTitle"> 17 <string>Wifi_DownLoad</string> 18 </property> 19 <widget class="QPushButton" name="pushButton_ok"> 20 <property name="geometry"> 21 <rect> 22 <x>170</x> 23 <y>220</y> 24 <width>72</width> 25 <height>23</height> 26 </rect> 27 </property> 28 <property name="text"> 29 <string>OK</string> 30 </property> 31 </widget> 32 <widget class="QCheckBox" name="checkBox_Boot1"> 33 <property name="geometry"> 34 <rect> 35 <x>440</x> 36 <y>224</y> 37 <width>59</width> 38 <height>20</height> 39 </rect> 40 </property> 41 <property name="font"> 42 <font> 43 <family>SimSun-ExtB</family> 44 <pointsize>12</pointsize> 45 <weight>75</weight> 46 <bold>true</bold> 47 </font> 48 </property> 49 <property name="text"> 50 <string>Boot</string> 51 </property> 52 </widget> 53 <widget class="QCheckBox" name="checkBox_Boot2B"> 54 <property name="geometry"> 55 <rect> 56 <x>90</x> 57 <y>116</y> 58 <width>151</width> 59 <height>20</height> 60 </rect> 61 </property> 62 <property name="font"> 63 <font> 64 <family>SimSun-ExtB</family> 65 <pointsize>12</pointsize> 66 <weight>75</weight> 67 <bold>true</bold> 68 </font> 69 </property> 70 <property name="text"> 71 <string>BOOT2B</string> 72 </property> 73 </widget> 74 <widget class="QCheckBox" name="checkBox_Boot2A"> 75 <property name="geometry"> 76 <rect> 77 <x>90</x> 78 <y>90</y> 79 <width>151</width> 80 <height>20</height> 81 </rect> 82 </property> 83 <property name="font"> 84 <font> 85 <family>SimSun-ExtB</family> 86 <pointsize>12</pointsize> 87 <weight>75</weight> 88 <bold>true</bold> 89 </font> 90 </property> 91 <property name="text"> 92 <string>BOOT2A</string> 93 </property> 94 </widget> 95 <widget class="QCheckBox" name="checkBox_Pub_key"> 96 <property name="geometry"> 97 <rect> 98 <x>440</x> 99 <y>200</y> 100 <width>86</width> 101 <height>20</height> 102 </rect> 103 </property> 104 <property name="font"> 105 <font> 106 <family>SimSun-ExtB</family> 107 <pointsize>12</pointsize> 108 <weight>75</weight> 109 <bold>true</bold> 110 </font> 111 </property> 112 <property name="text"> 113 <string>Pub_key</string> 114 </property> 115 </widget> 116 <widget class="QCheckBox" name="checkBox_RTOS"> 117 <property name="geometry"> 118 <rect> 119 <x>260</x> 120 <y>116</y> 121 <width>131</width> 122 <height>20</height> 123 </rect> 124 </property> 125 <property name="font"> 126 <font> 127 <family>SimSun-ExtB</family> 128 <pointsize>12</pointsize> 129 <weight>75</weight> 130 <bold>true</bold> 131 </font> 132 </property> 133 <property name="text"> 134 <string>RTOS</string> 135 </property> 136 </widget> 137 <widget class="QCheckBox" name="checkBox_Boot_Info"> 138 <property name="geometry"> 139 <rect> 140 <x>440</x> 141 <y>250</y> 142 <width>104</width> 143 <height>20</height> 144 </rect> 145 </property> 146 <property name="font"> 147 <font> 148 <family>SimSun-ExtB</family> 149 <pointsize>12</pointsize> 150 <weight>75</weight> 151 <bold>true</bold> 152 </font> 153 </property> 154 <property name="text"> 155 <string>Boot_info</string> 156 </property> 157 </widget> 158 <widget class="QPushButton" name="pushButton_CANCEL"> 159 <property name="geometry"> 160 <rect> 161 <x>340</x> 162 <y>220</y> 163 <width>72</width> 164 <height>23</height> 165 </rect> 166 </property> 167 <property name="text"> 168 <string>Cancel</string> 169 </property> 170 </widget> 171 <widget class="QLabel" name="label"> 172 <property name="geometry"> 173 <rect> 174 <x>80</x> 175 <y>50</y> 176 <width>241</width> 177 <height>31</height> 178 </rect> 179 </property> 180 <property name="font"> 181 <font> 182 <family>SimSun-ExtB</family> 183 <pointsize>14</pointsize> 184 <weight>75</weight> 185 <bold>true</bold> 186 </font> 187 </property> 188 <property name="text"> 189 <string> Burn File List:</string> 190 </property> 191 <property name="textFormat"> 192 <enum>Qt::AutoText</enum> 193 </property> 194 </widget> 195 <widget class="QCheckBox" name="checkBox_Erase_Whole_Flash"> 196 <property name="geometry"> 197 <rect> 198 <x>90</x> 199 <y>20</y> 200 <width>251</width> 201 <height>20</height> 202 </rect> 203 </property> 204 <property name="font"> 205 <font> 206 <family>SimSun-ExtB</family> 207 <pointsize>12</pointsize> 208 <weight>75</weight> 209 <bold>true</bold> 210 </font> 211 </property> 212 <property name="text"> 213 <string>ERASE WHOLE FLASH</string> 214 </property> 215 </widget> 216 <widget class="QCheckBox" name="checkBox_Pub_Otp"> 217 <property name="geometry"> 218 <rect> 219 <x>260</x> 220 <y>90</y> 221 <width>131</width> 222 <height>20</height> 223 </rect> 224 </property> 225 <property name="font"> 226 <font> 227 <family>SimSun-ExtB</family> 228 <pointsize>12</pointsize> 229 <weight>75</weight> 230 <bold>true</bold> 231 </font> 232 </property> 233 <property name="text"> 234 <string>PUB_OTP</string> 235 </property> 236 </widget> 237 <widget class="QCheckBox" name="checkBox_Reboot"> 238 <property name="geometry"> 239 <rect> 240 <x>400</x> 241 <y>20</y> 242 <width>121</width> 243 <height>20</height> 244 </rect> 245 </property> 246 <property name="font"> 247 <font> 248 <family>SimSun-ExtB</family> 249 <pointsize>12</pointsize> 250 <weight>75</weight> 251 <bold>true</bold> 252 </font> 253 </property> 254 <property name="text"> 255 <string>REBOOT</string> 256 </property> 257 </widget> 258 <widget class="QCheckBox" name="checkBox_LITTLEFS"> 259 <property name="geometry"> 260 <rect> 261 <x>400</x> 262 <y>90</y> 263 <width>131</width> 264 <height>20</height> 265 </rect> 266 </property> 267 <property name="font"> 268 <font> 269 <family>SimSun-ExtB</family> 270 <pointsize>12</pointsize> 271 <weight>75</weight> 272 <bold>true</bold> 273 </font> 274 </property> 275 <property name="text"> 276 <string>LITTLEFS</string> 277 </property> 278 </widget> 279 </widget> 280 <resources/> 281 <connections/> 282</ui> 283