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