1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>dashBoard</class> 4 <widget class="QDialog" name="dashBoard"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>900</width> 10 <height>500</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <layout class="QGridLayout" name="gridLayout_5"> 17 <property name="leftMargin"> 18 <number>19</number> 19 </property> 20 <property name="topMargin"> 21 <number>50</number> 22 </property> 23 <property name="rightMargin"> 24 <number>19</number> 25 </property> 26 <property name="bottomMargin"> 27 <number>15</number> 28 </property> 29 <item row="0" column="0" colspan="2"> 30 <layout class="QGridLayout" name="gridLayout_4"> 31 <property name="leftMargin"> 32 <number>90</number> 33 </property> 34 <property name="rightMargin"> 35 <number>110</number> 36 </property> 37 <item row="0" column="0"> 38 <widget class="QPushButton" name="GPSButton"> 39 <property name="enabled"> 40 <bool>false</bool> 41 </property> 42 <property name="styleSheet"> 43 <string notr="true">background-color:rgb(177, 255, 8)</string> 44 </property> 45 <property name="text"> 46 <string>GPS</string> 47 </property> 48 </widget> 49 </item> 50 <item row="0" column="1"> 51 <spacer name="horizontalSpacer_4"> 52 <property name="orientation"> 53 <enum>Qt::Horizontal</enum> 54 </property> 55 <property name="sizeHint" stdset="0"> 56 <size> 57 <width>468</width> 58 <height>20</height> 59 </size> 60 </property> 61 </spacer> 62 </item> 63 <item row="0" column="2"> 64 <widget class="QPushButton" name="bdButton"> 65 <property name="enabled"> 66 <bool>false</bool> 67 </property> 68 <property name="styleSheet"> 69 <string notr="true">background-color:rgb(49, 138, 255)</string> 70 </property> 71 <property name="text"> 72 <string>北斗</string> 73 </property> 74 </widget> 75 </item> 76 </layout> 77 </item> 78 <item row="1" column="0" colspan="2"> 79 <layout class="QGridLayout" name="gridLayout"> 80 <item row="0" column="1"> 81 <widget class="QScrollArea" name="scrollArea"> 82 <property name="minimumSize"> 83 <size> 84 <width>400</width> 85 <height>314</height> 86 </size> 87 </property> 88 <property name="maximumSize"> 89 <size> 90 <width>400</width> 91 <height>314</height> 92 </size> 93 </property> 94 <property name="frameShape"> 95 <enum>QFrame::NoFrame</enum> 96 </property> 97 <property name="widgetResizable"> 98 <bool>true</bool> 99 </property> 100 <widget class="QWidget" name="scrollAreaWidgetContents"> 101 <property name="geometry"> 102 <rect> 103 <x>0</x> 104 <y>0</y> 105 <width>400</width> 106 <height>314</height> 107 </rect> 108 </property> 109 </widget> 110 </widget> 111 </item> 112 <item row="0" column="2"> 113 <widget class="QScrollArea" name="scrollArea_3"> 114 <property name="minimumSize"> 115 <size> 116 <width>200</width> 117 <height>200</height> 118 </size> 119 </property> 120 <property name="maximumSize"> 121 <size> 122 <width>200</width> 123 <height>200</height> 124 </size> 125 </property> 126 <property name="styleSheet"> 127 <string notr="true">background-image:url(:/GPS.png)</string> 128 </property> 129 <property name="frameShape"> 130 <enum>QFrame::NoFrame</enum> 131 </property> 132 <property name="frameShadow"> 133 <enum>QFrame::Sunken</enum> 134 </property> 135 <property name="widgetResizable"> 136 <bool>true</bool> 137 </property> 138 <widget class="QWidget" name="scrollAreaWidgetContents_3"> 139 <property name="geometry"> 140 <rect> 141 <x>0</x> 142 <y>0</y> 143 <width>200</width> 144 <height>200</height> 145 </rect> 146 </property> 147 </widget> 148 </widget> 149 </item> 150 <item row="0" column="0"> 151 <widget class="QScrollArea" name="scrollArea_2"> 152 <property name="minimumSize"> 153 <size> 154 <width>200</width> 155 <height>200</height> 156 </size> 157 </property> 158 <property name="maximumSize"> 159 <size> 160 <width>200</width> 161 <height>200</height> 162 </size> 163 </property> 164 <property name="styleSheet"> 165 <string notr="true">background-image:url(:/GPS.png)</string> 166 </property> 167 <property name="frameShape"> 168 <enum>QFrame::NoFrame</enum> 169 </property> 170 <property name="widgetResizable"> 171 <bool>true</bool> 172 </property> 173 <widget class="QWidget" name="scrollAreaWidgetContents_2"> 174 <property name="geometry"> 175 <rect> 176 <x>0</x> 177 <y>0</y> 178 <width>200</width> 179 <height>200</height> 180 </rect> 181 </property> 182 </widget> 183 </widget> 184 </item> 185 </layout> 186 </item> 187 <item row="3" column="0" colspan="2"> 188 <layout class="QGridLayout" name="gridLayout_2"> 189 <item row="0" column="0"> 190 <widget class="QPushButton" name="pushButton"> 191 <property name="minimumSize"> 192 <size> 193 <width>41</width> 194 <height>41</height> 195 </size> 196 </property> 197 <property name="maximumSize"> 198 <size> 199 <width>41</width> 200 <height>41</height> 201 </size> 202 </property> 203 <property name="styleSheet"> 204 <string notr="true">border-image:url(:/icon/Back.png)</string> 205 </property> 206 <property name="text"> 207 <string/> 208 </property> 209 </widget> 210 </item> 211 <item row="0" column="1"> 212 <spacer name="horizontalSpacer"> 213 <property name="orientation"> 214 <enum>Qt::Horizontal</enum> 215 </property> 216 <property name="sizeHint" stdset="0"> 217 <size> 218 <width>808</width> 219 <height>20</height> 220 </size> 221 </property> 222 </spacer> 223 </item> 224 </layout> 225 </item> 226 <item row="2" column="0" colspan="2"> 227 <layout class="QGridLayout" name="gridLayout_3"> 228 <property name="leftMargin"> 229 <number>60</number> 230 </property> 231 <property name="rightMargin"> 232 <number>60</number> 233 </property> 234 <item row="0" column="0"> 235 <widget class="QLabel" name="label"> 236 <property name="minimumSize"> 237 <size> 238 <width>81</width> 239 <height>31</height> 240 </size> 241 </property> 242 <property name="maximumSize"> 243 <size> 244 <width>81</width> 245 <height>31</height> 246 </size> 247 </property> 248 <property name="styleSheet"> 249 <string notr="true">color:rgb(255, 69, 7)</string> 250 </property> 251 <property name="text"> 252 <string>GPS已连接</string> 253 </property> 254 </widget> 255 </item> 256 <item row="0" column="1"> 257 <widget class="QLabel" name="label_2"> 258 <property name="minimumSize"> 259 <size> 260 <width>120</width> 261 <height>31</height> 262 </size> 263 </property> 264 <property name="maximumSize"> 265 <size> 266 <width>120</width> 267 <height>31</height> 268 </size> 269 </property> 270 <property name="styleSheet"> 271 <string notr="true">color: rgb(121, 255, 32);</string> 272 </property> 273 <property name="text"> 274 <string>卫星信号比>40</string> 275 </property> 276 </widget> 277 </item> 278 <item row="0" column="2"> 279 <widget class="QLabel" name="label_3"> 280 <property name="minimumSize"> 281 <size> 282 <width>71</width> 283 <height>31</height> 284 </size> 285 </property> 286 <property name="maximumSize"> 287 <size> 288 <width>71</width> 289 <height>31</height> 290 </size> 291 </property> 292 <property name="styleSheet"> 293 <string notr="true">color:rgb(129, 255, 11)</string> 294 </property> 295 <property name="text"> 296 <string> 经纬度:</string> 297 </property> 298 </widget> 299 </item> 300 </layout> 301 </item> 302 </layout> 303 </widget> 304 <resources/> 305 <connections/> 306</ui> 307