1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>ADAS</class> 4 <widget class="QDialog" name="ADAS"> 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_3" rowstretch="5,1"> 17 <property name="leftMargin"> 18 <number>15</number> 19 </property> 20 <property name="topMargin"> 21 <number>50</number> 22 </property> 23 <property name="rightMargin"> 24 <number>15</number> 25 </property> 26 <property name="bottomMargin"> 27 <number>50</number> 28 </property> 29 <item row="0" column="0"> 30 <layout class="QGridLayout" name="gridLayout_2" rowstretch="1,5"> 31 <item row="1" column="0"> 32 <widget class="QGroupBox" name="groupBox"> 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" native="true"> 49 <property name="sizePolicy"> 50 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 51 <horstretch>0</horstretch> 52 <verstretch>0</verstretch> 53 </sizepolicy> 54 </property> 55 <property name="minimumSize"> 56 <size> 57 <width>289</width> 58 <height>194</height> 59 </size> 60 </property> 61 <property name="maximumSize"> 62 <size> 63 <width>289</width> 64 <height>194</height> 65 </size> 66 </property> 67 </widget> 68 </item> 69 </layout> 70 </widget> 71 </item> 72 <item row="1" column="1"> 73 <widget class="QGroupBox" name="groupBox_2"> 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 "微软雅黑";</string> 83 </property> 84 <property name="title"> 85 <string/> 86 </property> 87 <layout class="QGridLayout" name="gridLayout_5"> 88 <item row="0" column="0"> 89 <widget class="QWidget" name="widget_2" native="true"> 90 <property name="sizePolicy"> 91 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 92 <horstretch>0</horstretch> 93 <verstretch>0</verstretch> 94 </sizepolicy> 95 </property> 96 <property name="minimumSize"> 97 <size> 98 <width>289</width> 99 <height>194</height> 100 </size> 101 </property> 102 <property name="maximumSize"> 103 <size> 104 <width>289</width> 105 <height>194</height> 106 </size> 107 </property> 108 </widget> 109 </item> 110 </layout> 111 </widget> 112 </item> 113 <item row="0" column="0"> 114 <widget class="QLabel" name="label"> 115 <property name="styleSheet"> 116 <string notr="true">font: 63 11pt "Ubuntu"; 117color:rgb(255,255,255);</string> 118 </property> 119 <property name="text"> 120 <string>前摄像ADAS设置</string> 121 </property> 122 <property name="alignment"> 123 <set>Qt::AlignBottom|Qt::AlignHCenter</set> 124 </property> 125 </widget> 126 </item> 127 <item row="0" column="1"> 128 <widget class="QLabel" name="label_2"> 129 <property name="styleSheet"> 130 <string notr="true">font: 63 11pt "Ubuntu"; 131color:rgb(255,255,255);</string> 132 </property> 133 <property name="text"> 134 <string>后摄像头ADAS设置</string> 135 </property> 136 <property name="alignment"> 137 <set>Qt::AlignBottom|Qt::AlignHCenter</set> 138 </property> 139 </widget> 140 </item> 141 </layout> 142 </item> 143 <item row="1" column="0"> 144 <layout class="QGridLayout" name="gridLayout"> 145 <item row="0" column="0"> 146 <widget class="QLabel" name="pictureLabel2"> 147 <property name="minimumSize"> 148 <size> 149 <width>161</width> 150 <height>31</height> 151 </size> 152 </property> 153 <property name="maximumSize"> 154 <size> 155 <width>161</width> 156 <height>31</height> 157 </size> 158 </property> 159 <property name="styleSheet"> 160 <string notr="true">color:rgb(255,255,255);</string> 161 </property> 162 <property name="text"> 163 <string> 摄像头制式:</string> 164 </property> 165 </widget> 166 </item> 167 <item row="0" column="1"> 168 <spacer name="horizontalSpacer"> 169 <property name="orientation"> 170 <enum>Qt::Horizontal</enum> 171 </property> 172 <property name="sizeHint" stdset="0"> 173 <size> 174 <width>40</width> 175 <height>20</height> 176 </size> 177 </property> 178 </spacer> 179 </item> 180 </layout> 181 </item> 182 </layout> 183 </widget> 184 <resources/> 185 <connections/> 186</ui> 187