1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Picture_view</class> 4 <widget class="QDialog" name="Picture_view"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>1011</width> 10 <height>603</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <layout class="QGridLayout" name="gridLayout_3"> 17 <property name="leftMargin"> 18 <number>0</number> 19 </property> 20 <property name="topMargin"> 21 <number>0</number> 22 </property> 23 <property name="rightMargin"> 24 <number>0</number> 25 </property> 26 <property name="bottomMargin"> 27 <number>0</number> 28 </property> 29 <property name="spacing"> 30 <number>0</number> 31 </property> 32 <item row="0" column="0"> 33 <widget class="QWidget" name="titlewidget" native="true"> 34 <property name="minimumSize"> 35 <size> 36 <width>0</width> 37 <height>33</height> 38 </size> 39 </property> 40 <property name="maximumSize"> 41 <size> 42 <width>160000</width> 43 <height>33</height> 44 </size> 45 </property> 46 <property name="styleSheet"> 47 <string notr="true">QWidget{ 48 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #0F7DBE, stop:1 #1582C3); 49border-radius:0px; 50}</string> 51 </property> 52 <layout class="QGridLayout" name="gridLayout_2" columnstretch="1,5,1,1,1,1" columnminimumwidth="0,0,0,0,0,0"> 53 <property name="leftMargin"> 54 <number>1</number> 55 </property> 56 <property name="topMargin"> 57 <number>1</number> 58 </property> 59 <property name="rightMargin"> 60 <number>1</number> 61 </property> 62 <property name="bottomMargin"> 63 <number>1</number> 64 </property> 65 <property name="horizontalSpacing"> 66 <number>2</number> 67 </property> 68 <property name="verticalSpacing"> 69 <number>1</number> 70 </property> 71 <item row="0" column="0"> 72 <widget class="QLabel" name="lab_Ico"> 73 <property name="sizePolicy"> 74 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 75 <horstretch>0</horstretch> 76 <verstretch>0</verstretch> 77 </sizepolicy> 78 </property> 79 <property name="minimumSize"> 80 <size> 81 <width>0</width> 82 <height>0</height> 83 </size> 84 </property> 85 <property name="maximumSize"> 86 <size> 87 <width>32</width> 88 <height>33</height> 89 </size> 90 </property> 91 <property name="styleSheet"> 92 <string notr="true">QLabel{ 93 border-radius:0px; 94 color: #F0F0F0; 95 background-color:rgba(0,0,0,0); 96 border-style:none; 97}</string> 98 </property> 99 <property name="text"> 100 <string/> 101 </property> 102 <property name="alignment"> 103 <set>Qt::AlignCenter</set> 104 </property> 105 </widget> 106 </item> 107 <item row="0" column="1"> 108 <widget class="QLabel" name="label"> 109 <property name="minimumSize"> 110 <size> 111 <width>0</width> 112 <height>0</height> 113 </size> 114 </property> 115 <property name="maximumSize"> 116 <size> 117 <width>761</width> 118 <height>33</height> 119 </size> 120 </property> 121 <property name="styleSheet"> 122 <string notr="true">QLabel{ 123 border-radius:0px; 124 color: #F0F0F0; 125 background-color:rgba(0,0,0,0); 126 border-style:none; 127}</string> 128 </property> 129 <property name="text"> 130 <string/> 131 </property> 132 </widget> 133 </item> 134 <item row="0" column="2"> 135 <spacer name="horizontalSpacer"> 136 <property name="orientation"> 137 <enum>Qt::Horizontal</enum> 138 </property> 139 <property name="sizeHint" stdset="0"> 140 <size> 141 <width>107</width> 142 <height>20</height> 143 </size> 144 </property> 145 </spacer> 146 </item> 147 <item row="0" column="3"> 148 <widget class="QPushButton" name="btnMenu_Min"> 149 <property name="sizePolicy"> 150 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 151 <horstretch>0</horstretch> 152 <verstretch>0</verstretch> 153 </sizepolicy> 154 </property> 155 <property name="minimumSize"> 156 <size> 157 <width>0</width> 158 <height>0</height> 159 </size> 160 </property> 161 <property name="maximumSize"> 162 <size> 163 <width>32</width> 164 <height>33</height> 165 </size> 166 </property> 167 <property name="cursor"> 168 <cursorShape>ArrowCursor</cursorShape> 169 </property> 170 <property name="focusPolicy"> 171 <enum>Qt::NoFocus</enum> 172 </property> 173 <property name="toolTip"> 174 <string>最小化</string> 175 </property> 176 <property name="styleSheet"> 177 <string notr="true">QPushButton{ 178 border-radius:0px; 179 color: #F0F0F0; 180 background-color:rgba(0,0,0,0); 181 border-style:none; 182} 183QPushButton:hover{ 184 background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(25, 134, 199, 0), stop:1 #50A3F0); 185}</string> 186 </property> 187 <property name="text"> 188 <string/> 189 </property> 190 <property name="flat"> 191 <bool>true</bool> 192 </property> 193 </widget> 194 </item> 195 <item row="0" column="4"> 196 <widget class="QPushButton" name="btnMenu_Max"> 197 <property name="sizePolicy"> 198 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 199 <horstretch>0</horstretch> 200 <verstretch>0</verstretch> 201 </sizepolicy> 202 </property> 203 <property name="minimumSize"> 204 <size> 205 <width>0</width> 206 <height>0</height> 207 </size> 208 </property> 209 <property name="maximumSize"> 210 <size> 211 <width>32</width> 212 <height>33</height> 213 </size> 214 </property> 215 <property name="cursor"> 216 <cursorShape>ArrowCursor</cursorShape> 217 </property> 218 <property name="focusPolicy"> 219 <enum>Qt::NoFocus</enum> 220 </property> 221 <property name="toolTip"> 222 <string>最大化</string> 223 </property> 224 <property name="styleSheet"> 225 <string notr="true">QPushButton{ 226 border-radius:0px; 227 color: #F0F0F0; 228 background-color:rgba(0,0,0,0); 229 border-style:none; 230} 231QPushButton:hover{ 232 background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(25, 134, 199, 0), stop:1 #50A3F0); 233}</string> 234 </property> 235 <property name="text"> 236 <string/> 237 </property> 238 <property name="flat"> 239 <bool>true</bool> 240 </property> 241 </widget> 242 </item> 243 <item row="0" column="5"> 244 <widget class="QPushButton" name="btnMenu_Close"> 245 <property name="sizePolicy"> 246 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 247 <horstretch>0</horstretch> 248 <verstretch>0</verstretch> 249 </sizepolicy> 250 </property> 251 <property name="minimumSize"> 252 <size> 253 <width>0</width> 254 <height>0</height> 255 </size> 256 </property> 257 <property name="maximumSize"> 258 <size> 259 <width>32</width> 260 <height>33</height> 261 </size> 262 </property> 263 <property name="cursor"> 264 <cursorShape>ArrowCursor</cursorShape> 265 </property> 266 <property name="focusPolicy"> 267 <enum>Qt::NoFocus</enum> 268 </property> 269 <property name="toolTip"> 270 <string>关闭</string> 271 </property> 272 <property name="styleSheet"> 273 <string notr="true">QPushButton{ 274 border-radius:0px; 275 color: #F0F0F0; 276 background-color:rgba(0,0,0,0); 277 border-style:none; 278} 279QPushButton:hover{ 280 background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(238, 0, 0, 128), stop:1 rgba(238, 44, 44, 255)); 281}</string> 282 </property> 283 <property name="text"> 284 <string/> 285 </property> 286 <property name="flat"> 287 <bool>true</bool> 288 </property> 289 </widget> 290 </item> 291 </layout> 292 </widget> 293 </item> 294 <item row="2" column="0"> 295 <widget class="QWidget" name="widget" native="true"> 296 <property name="styleSheet"> 297 <string notr="true">background-color:rgb(58, 58, 58,100);</string> 298 </property> 299 <widget class="QWidget" name="widget_2" native="true"> 300 <property name="geometry"> 301 <rect> 302 <x>205</x> 303 <y>481</y> 304 <width>600</width> 305 <height>80</height> 306 </rect> 307 </property> 308 <property name="sizePolicy"> 309 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 310 <horstretch>0</horstretch> 311 <verstretch>0</verstretch> 312 </sizepolicy> 313 </property> 314 <property name="minimumSize"> 315 <size> 316 <width>600</width> 317 <height>80</height> 318 </size> 319 </property> 320 <property name="focusPolicy"> 321 <enum>Qt::NoFocus</enum> 322 </property> 323 <property name="styleSheet"> 324 <string notr="true">border-radius:5px; 325background-color:rgb(58, 58,58,150);</string> 326 </property> 327 <layout class="QGridLayout" name="gridLayout"> 328 <item row="0" column="0"> 329 <widget class="QPushButton" name="prePicButton"> 330 <property name="minimumSize"> 331 <size> 332 <width>0</width> 333 <height>0</height> 334 </size> 335 </property> 336 <property name="maximumSize"> 337 <size> 338 <width>51</width> 339 <height>51</height> 340 </size> 341 </property> 342 <property name="focusPolicy"> 343 <enum>Qt::NoFocus</enum> 344 </property> 345 <property name="styleSheet"> 346 <string notr="true">border-image:url(:/icon/prev.png); 347background-color:rgb(255,255,255,0);</string> 348 </property> 349 <property name="text"> 350 <string/> 351 </property> 352 </widget> 353 </item> 354 <item row="0" column="1"> 355 <widget class="QPushButton" name="largerButton"> 356 <property name="minimumSize"> 357 <size> 358 <width>0</width> 359 <height>0</height> 360 </size> 361 </property> 362 <property name="maximumSize"> 363 <size> 364 <width>51</width> 365 <height>51</height> 366 </size> 367 </property> 368 <property name="focusPolicy"> 369 <enum>Qt::NoFocus</enum> 370 </property> 371 <property name="styleSheet"> 372 <string notr="true">border-image:url(:/icon/larger.png); 373background-color:rgb(255,255,255,0);</string> 374 </property> 375 <property name="text"> 376 <string/> 377 </property> 378 </widget> 379 </item> 380 <item row="0" column="2"> 381 <widget class="QPushButton" name="smallerButton"> 382 <property name="minimumSize"> 383 <size> 384 <width>0</width> 385 <height>0</height> 386 </size> 387 </property> 388 <property name="maximumSize"> 389 <size> 390 <width>51</width> 391 <height>51</height> 392 </size> 393 </property> 394 <property name="focusPolicy"> 395 <enum>Qt::NoFocus</enum> 396 </property> 397 <property name="styleSheet"> 398 <string notr="true">border-image:url(:/icon/smaller.png); 399background-color:rgb(255,255,255,0);</string> 400 </property> 401 <property name="text"> 402 <string/> 403 </property> 404 </widget> 405 </item> 406 <item row="0" column="3"> 407 <widget class="QPushButton" name="nextPicButton"> 408 <property name="minimumSize"> 409 <size> 410 <width>0</width> 411 <height>0</height> 412 </size> 413 </property> 414 <property name="maximumSize"> 415 <size> 416 <width>51</width> 417 <height>51</height> 418 </size> 419 </property> 420 <property name="focusPolicy"> 421 <enum>Qt::NoFocus</enum> 422 </property> 423 <property name="styleSheet"> 424 <string notr="true">border-image:url(:/icon/next.png); 425background-color:rgb(255,255,255,0);</string> 426 </property> 427 <property name="text"> 428 <string/> 429 </property> 430 </widget> 431 </item> 432 </layout> 433 </widget> 434 </widget> 435 </item> 436 </layout> 437 </widget> 438 <resources/> 439 <connections/> 440</ui> 441