1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>ReverseLine</class> 4 <widget class="QDialog" name="ReverseLine"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>660</width> 10 <height>430</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <layout class="QGridLayout" name="gridLayout_2"> 17 <property name="topMargin"> 18 <number>60</number> 19 </property> 20 <property name="bottomMargin"> 21 <number>60</number> 22 </property> 23 <item row="0" column="0"> 24 <layout class="QGridLayout" name="gridLayout" rowstretch="1,5"> 25 <item row="1" column="1"> 26 <widget class="QGroupBox" name="groupBox_2"> 27 <property name="sizePolicy"> 28 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 29 <horstretch>0</horstretch> 30 <verstretch>0</verstretch> 31 </sizepolicy> 32 </property> 33 <property name="styleSheet"> 34 <string notr="true">QGroupBox{ 35border-width:2px; 36border-style:solid; 37border-radius: 10px; 38border-color:blue; 39margin-top:0.5ex; 40} 41font: 75 10pt "微软雅黑";</string> 42 </property> 43 <property name="title"> 44 <string/> 45 </property> 46 <layout class="QGridLayout" name="gridLayout_4"> 47 <item row="0" column="0"> 48 <widget class="QWidget" name="widget_2" native="true"> 49 <property name="minimumSize"> 50 <size> 51 <width>295</width> 52 <height>228</height> 53 </size> 54 </property> 55 <property name="maximumSize"> 56 <size> 57 <width>295</width> 58 <height>228</height> 59 </size> 60 </property> 61 </widget> 62 </item> 63 </layout> 64 </widget> 65 </item> 66 <item row="1" column="0"> 67 <widget class="QGroupBox" name="groupBox"> 68 <property name="sizePolicy"> 69 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 70 <horstretch>0</horstretch> 71 <verstretch>0</verstretch> 72 </sizepolicy> 73 </property> 74 <property name="styleSheet"> 75 <string notr="true">QGroupBox{ 76border-width:2px; 77border-style:solid; 78border-radius: 10px; 79border-color:blue; 80margin-top:0.5ex; 81} 82font: 75 10pt "微软雅黑"; 83</string> 84 </property> 85 <property name="title"> 86 <string/> 87 </property> 88 <layout class="QGridLayout" name="gridLayout_3"> 89 <item row="0" column="0"> 90 <widget class="QWidget" name="widget" native="true"> 91 <property name="minimumSize"> 92 <size> 93 <width>295</width> 94 <height>228</height> 95 </size> 96 </property> 97 <property name="maximumSize"> 98 <size> 99 <width>295</width> 100 <height>228</height> 101 </size> 102 </property> 103 </widget> 104 </item> 105 </layout> 106 </widget> 107 </item> 108 <item row="0" column="0"> 109 <widget class="QLabel" name="label"> 110 <property name="styleSheet"> 111 <string notr="true">color:rgb(255,255,255); 112background-color:rgb(255,255,255,0); 113font: 63 11pt "Ubuntu";</string> 114 </property> 115 <property name="text"> 116 <string>倒车后视预览</string> 117 </property> 118 <property name="alignment"> 119 <set>Qt::AlignBottom|Qt::AlignHCenter</set> 120 </property> 121 </widget> 122 </item> 123 <item row="0" column="1"> 124 <widget class="QLabel" name="label_2"> 125 <property name="styleSheet"> 126 <string notr="true">color:rgb(255,255,255); 127font: 63 11pt "Ubuntu"; 128background-color:rgb(255,255,255,0);</string> 129 </property> 130 <property name="text"> 131 <string>倒车线设置</string> 132 </property> 133 <property name="alignment"> 134 <set>Qt::AlignBottom|Qt::AlignHCenter</set> 135 </property> 136 </widget> 137 </item> 138 </layout> 139 </item> 140 </layout> 141 </widget> 142 <resources/> 143 <connections/> 144</ui> 145