1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>WaittingWidget</class> 4 <widget class="QWidget" name="WaittingWidget"> 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>1024</width> 13 <height>530</height> 14 </rect> 15 </property> 16 <property name="minimumSize"> 17 <size> 18 <width>0</width> 19 <height>0</height> 20 </size> 21 </property> 22 <property name="maximumSize"> 23 <size> 24 <width>1024</width> 25 <height>600</height> 26 </size> 27 </property> 28 <property name="windowTitle"> 29 <string>Form</string> 30 </property> 31 <property name="styleSheet"> 32 <string notr="true">background-color: rgba(255, 255, 255,0);</string> 33 </property> 34 <widget class="QWidget" name=""> 35 <property name="geometry"> 36 <rect> 37 <x>411</x> 38 <y>151</y> 39 <width>233</width> 40 <height>119</height> 41 </rect> 42 </property> 43 <layout class="QGridLayout" name="gridLayout"> 44 <item row="0" column="0"> 45 <spacer name="horizontalSpacer"> 46 <property name="orientation"> 47 <enum>Qt::Horizontal</enum> 48 </property> 49 <property name="sizeHint" stdset="0"> 50 <size> 51 <width>40</width> 52 <height>20</height> 53 </size> 54 </property> 55 </spacer> 56 </item> 57 <item row="0" column="1"> 58 <widget class="QLabel" name="waittingMovieLabel"> 59 <property name="minimumSize"> 60 <size> 61 <width>70</width> 62 <height>70</height> 63 </size> 64 </property> 65 <property name="maximumSize"> 66 <size> 67 <width>70</width> 68 <height>70</height> 69 </size> 70 </property> 71 <property name="styleSheet"> 72 <string notr="true"/> 73 </property> 74 <property name="text"> 75 <string/> 76 </property> 77 </widget> 78 </item> 79 <item row="0" column="2"> 80 <spacer name="horizontalSpacer_2"> 81 <property name="orientation"> 82 <enum>Qt::Horizontal</enum> 83 </property> 84 <property name="sizeHint" stdset="0"> 85 <size> 86 <width>40</width> 87 <height>20</height> 88 </size> 89 </property> 90 </spacer> 91 </item> 92 <item row="1" column="0" colspan="3"> 93 <widget class="QLabel" name="label"> 94 <property name="minimumSize"> 95 <size> 96 <width>231</width> 97 <height>41</height> 98 </size> 99 </property> 100 <property name="maximumSize"> 101 <size> 102 <width>231</width> 103 <height>41</height> 104 </size> 105 </property> 106 <property name="styleSheet"> 107 <string notr="true">color:white;</string> 108 </property> 109 <property name="text"> 110 <string><html><head/><body><p align="center"><span style=" font-size:14pt;">正在加载中,请稍后....</span></p></body></html></string> 111 </property> 112 </widget> 113 </item> 114 </layout> 115 </widget> 116 </widget> 117 <resources/> 118 <connections/> 119</ui> 120