1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Rear_Camera_Setting</class> 4 <widget class="QDialog" name="Rear_Camera_Setting"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>671</width> 10 <height>431</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <layout class="QGridLayout" name="gridLayout" rowstretch="1,1,3,1,1"> 17 <item row="0" column="0"> 18 <layout class="QGridLayout" name="gridLayout_4"> 19 <item row="0" column="0"> 20 <widget class="QPushButton" name="pushButton"> 21 <property name="enabled"> 22 <bool>false</bool> 23 </property> 24 <property name="minimumSize"> 25 <size> 26 <width>121</width> 27 <height>41</height> 28 </size> 29 </property> 30 <property name="maximumSize"> 31 <size> 32 <width>121</width> 33 <height>41</height> 34 </size> 35 </property> 36 <property name="styleSheet"> 37 <string notr="true">background-color:rgb(47, 207, 255); 38color:rgb(255,255,255)</string> 39 </property> 40 <property name="text"> 41 <string>后摄像头设置</string> 42 </property> 43 </widget> 44 </item> 45 <item row="0" column="1"> 46 <spacer name="horizontalSpacer_2"> 47 <property name="orientation"> 48 <enum>Qt::Horizontal</enum> 49 </property> 50 <property name="sizeHint" stdset="0"> 51 <size> 52 <width>518</width> 53 <height>20</height> 54 </size> 55 </property> 56 </spacer> 57 </item> 58 </layout> 59 </item> 60 <item row="2" column="0"> 61 <layout class="QGridLayout" name="gridLayout_3"> 62 <item row="0" column="0"> 63 <widget class="QPushButton" name="upperButton"> 64 <property name="minimumSize"> 65 <size> 66 <width>55</width> 67 <height>55</height> 68 </size> 69 </property> 70 <property name="maximumSize"> 71 <size> 72 <width>55</width> 73 <height>55</height> 74 </size> 75 </property> 76 <property name="styleSheet"> 77 <string notr="true">border-image:url(":/icon/navigate-up.png")</string> 78 </property> 79 <property name="text"> 80 <string/> 81 </property> 82 </widget> 83 </item> 84 <item row="1" column="0"> 85 <spacer name="verticalSpacer"> 86 <property name="orientation"> 87 <enum>Qt::Vertical</enum> 88 </property> 89 <property name="sizeHint" stdset="0"> 90 <size> 91 <width>20</width> 92 <height>128</height> 93 </size> 94 </property> 95 </spacer> 96 </item> 97 <item row="2" column="0"> 98 <widget class="QPushButton" name="downButton"> 99 <property name="minimumSize"> 100 <size> 101 <width>55</width> 102 <height>55</height> 103 </size> 104 </property> 105 <property name="maximumSize"> 106 <size> 107 <width>55</width> 108 <height>55</height> 109 </size> 110 </property> 111 <property name="styleSheet"> 112 <string notr="true">border-image:url(":/icon/navigate-down.png")</string> 113 </property> 114 <property name="text"> 115 <string/> 116 </property> 117 </widget> 118 </item> 119 </layout> 120 </item> 121 <item row="3" column="0"> 122 <spacer name="verticalSpacer_2"> 123 <property name="orientation"> 124 <enum>Qt::Vertical</enum> 125 </property> 126 <property name="sizeHint" stdset="0"> 127 <size> 128 <width>20</width> 129 <height>54</height> 130 </size> 131 </property> 132 </spacer> 133 </item> 134 <item row="4" column="0"> 135 <layout class="QGridLayout" name="gridLayout_2"> 136 <property name="leftMargin"> 137 <number>10</number> 138 </property> 139 <property name="rightMargin"> 140 <number>10</number> 141 </property> 142 <item row="0" column="0"> 143 <widget class="QPushButton" name="returnButton"> 144 <property name="minimumSize"> 145 <size> 146 <width>41</width> 147 <height>41</height> 148 </size> 149 </property> 150 <property name="maximumSize"> 151 <size> 152 <width>41</width> 153 <height>41</height> 154 </size> 155 </property> 156 <property name="styleSheet"> 157 <string notr="true">border-image:url(:/icon/Back.png)</string> 158 </property> 159 <property name="text"> 160 <string/> 161 </property> 162 </widget> 163 </item> 164 <item row="0" column="1"> 165 <spacer name="horizontalSpacer"> 166 <property name="orientation"> 167 <enum>Qt::Horizontal</enum> 168 </property> 169 <property name="sizeHint" stdset="0"> 170 <size> 171 <width>498</width> 172 <height>20</height> 173 </size> 174 </property> 175 </spacer> 176 </item> 177 <item row="0" column="2"> 178 <widget class="QPushButton" name="sureButton"> 179 <property name="minimumSize"> 180 <size> 181 <width>81</width> 182 <height>41</height> 183 </size> 184 </property> 185 <property name="maximumSize"> 186 <size> 187 <width>81</width> 188 <height>41</height> 189 </size> 190 </property> 191 <property name="styleSheet"> 192 <string notr="true">QPushButton{ 193 border-style: none; 194 border: 0px; 195 color: #F0F0F0; 196 padding: 5px; 197 border-radius:5px; 198 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #0F7DBE, stop:1 #1582C3); 199} 200 201.QPushButton[focusPolicy="0"] { 202 border-style: none; 203 border: 0px; 204 color: #F0F0F0; 205 padding: 0px; 206 border-radius:3px; 207 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #0F7DBE, stop:1 #1582C3); 208} 209 210.QPushButton:hover{ 211 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #50A3F0, stop:1 #489CEA); 212} 213 214.QPushButton:pressed{ 215 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #0F7DBE, stop:1 #1582C3); 216}</string> 217 </property> 218 <property name="text"> 219 <string>next</string> 220 </property> 221 </widget> 222 </item> 223 </layout> 224 </item> 225 <item row="1" column="0"> 226 <spacer name="verticalSpacer_3"> 227 <property name="orientation"> 228 <enum>Qt::Vertical</enum> 229 </property> 230 <property name="sizeHint" stdset="0"> 231 <size> 232 <width>20</width> 233 <height>40</height> 234 </size> 235 </property> 236 </spacer> 237 </item> 238 </layout> 239 </widget> 240 <resources/> 241 <connections/> 242</ui> 243