代码拉取完成,页面将自动刷新
同步操作将从 贰叁伍/求图中任意两点间的最短路径-QT 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Demo</class>
<widget class="QWidget" name="Demo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1337</width>
<height>790</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑 Light</family>
</font>
</property>
<property name="windowTitle">
<string>算法演示</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<widget class="QPushButton" name="algorithm_1">
<property name="geometry">
<rect>
<x>1010</x>
<y>50</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background:transparent;
border:2px groove balck;
border-radius:10px;
padding:2px 4px;
border-style: outset;
}
QPushButton:hover{
color: gray;
}</string>
</property>
<property name="text">
<string>Floyd算法</string>
</property>
</widget>
<widget class="QPushButton" name="algorithm_2">
<property name="geometry">
<rect>
<x>1170</x>
<y>50</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background:transparent;
border:2px groove balck;
border-radius:10px;
padding:2px 4px;
border-style: outset;
}
QPushButton:hover{
color: gray;
}</string>
</property>
<property name="text">
<string>Dijkstra算法</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>1040</x>
<y>140</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>起点:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>1040</x>
<y>190</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>终点:</string>
</property>
</widget>
<widget class="QLabel" name="SP">
<property name="geometry">
<rect>
<x>1080</x>
<y>140</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="LP">
<property name="geometry">
<rect>
<x>1080</x>
<y>190</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="img">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>991</width>
<height>771</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/sources/map.png);
background:transparent;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="luzhou_button">
<property name="geometry">
<rect>
<x>716</x>
<y>508</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>泸州</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="guangan_button">
<property name="geometry">
<rect>
<x>821</x>
<y>363</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>广安</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="neijiang_button">
<property name="geometry">
<rect>
<x>678</x>
<y>445</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>内江</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="dazhou_button">
<property name="geometry">
<rect>
<x>898</x>
<y>289</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>达州</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="bazhong_button">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>837</x>
<y>235</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>巴中</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="yibin_button">
<property name="geometry">
<rect>
<x>644</x>
<y>521</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>宜宾</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="suining_button">
<property name="geometry">
<rect>
<x>735</x>
<y>354</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>遂宁</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="nanchong_button">
<property name="geometry">
<rect>
<x>775</x>
<y>326</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>南充</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="guangyuan_button">
<property name="geometry">
<rect>
<x>755</x>
<y>182</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>广元</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="mianyang_button">
<property name="geometry">
<rect>
<x>648</x>
<y>271</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>绵阳</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="deyang_button">
<property name="geometry">
<rect>
<x>624</x>
<y>303</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>德阳</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="maerkang_button">
<property name="geometry">
<rect>
<x>434</x>
<y>231</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>马尔康</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="yaan_button">
<property name="geometry">
<rect>
<x>497</x>
<y>410</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>雅安</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="meishan_button">
<property name="geometry">
<rect>
<x>572</x>
<y>402</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>眉山</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="leshan_button">
<property name="geometry">
<rect>
<x>565</x>
<y>444</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>乐山</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="kangding_button">
<property name="geometry">
<rect>
<x>405</x>
<y>402</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>康定</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="xichang_button">
<property name="geometry">
<rect>
<x>433</x>
<y>598</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>西昌</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="panzhihua_button">
<property name="geometry">
<rect>
<x>383</x>
<y>725</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>攀枝花</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="zigong_button">
<property name="geometry">
<rect>
<x>660</x>
<y>463</y>
<width>10</width>
<height>10</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:5px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>自贡</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="chengdu_button">
<property name="geometry">
<rect>
<x>590</x>
<y>340</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:10px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>成都</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="ziyang_button">
<property name="geometry">
<rect>
<x>644</x>
<y>392</y>
<width>12</width>
<height>12</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*默认显示*/border-radius:6px;/*圆角弧度(为正方形边长一半时就是圆形)*/
background-color:green;/*背景色*/
color:green;
}</string>
</property>
<property name="text">
<string>资阳</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>1040</x>
<y>240</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>总路程:</string>
</property>
</widget>
<widget class="QLabel" name="total_ride">
<property name="geometry">
<rect>
<x>1090</x>
<y>240</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="clean">
<property name="geometry">
<rect>
<x>1100</x>
<y>370</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑 Light</family>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background:transparent;
border:2px groove balck;
border-radius:10px;
padding:2px 4px;
border-style: outset;
}
QPushButton:hover{
color: gray;
}</string>
</property>
<property name="text">
<string>清除</string>
</property>
</widget>
<widget class="QLabel" name="time_test">
<property name="geometry">
<rect>
<x>1100</x>
<y>290</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>1040</x>
<y>290</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>绘制时间:</string>
</property>
</widget>
<widget class="QLabel" name="mask">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>991</width>
<height>771</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>790</x>
<y>200</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>146.5</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>860</x>
<y>260</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>134.0</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>870</x>
<y>340</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>168.9</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>810</x>
<y>330</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>82.9</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>770</x>
<y>250</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>220.9</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>700</x>
<y>260</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>260.9</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>740</x>
<y>430</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>235.8</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>680</x>
<y>530</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>109.8</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>530</x>
<y>560</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>552.2</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>420</x>
<y>660</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>210.7</string>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>370</x>
<y>540</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>521.5</string>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>380</x>
<y>290</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>326.8</string>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>480</x>
<y>320</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>387.9</string>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>510</x>
<y>390</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>98.9</string>
</property>
</widget>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>580</x>
<y>420</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>82.3</string>
</property>
</widget>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>550</x>
<y>370</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>72.8</string>
</property>
</widget>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>630</x>
<y>360</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>88.0</string>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>670</x>
<y>410</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>93.0</string>
</property>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>690</x>
<y>450</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>45.4</string>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>650</x>
<y>490</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>75.3</string>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>700</x>
<y>480</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>94.9</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>540</x>
<y>240</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>393.4</string>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>590</x>
<y>280</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>52.4</string>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>620</x>
<y>320</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>88.2</string>
</property>
</widget>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>580</x>
<y>480</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>156.2</string>
</property>
</widget>
<widget class="QTextEdit" name="console">
<property name="geometry">
<rect>
<x>1020</x>
<y>450</y>
<width>301</width>
<height>301</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑 Light</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QTextEdit{
background-color: rgba(255,240,255,120);
}</string>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_30">
<property name="geometry">
<rect>
<x>680</x>
<y>210</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>173.4</string>
</property>
</widget>
<widget class="QLabel" name="label_31">
<property name="geometry">
<rect>
<x>450</x>
<y>510</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="text">
<string>309.7</string>
</property>
</widget>
<zorder>img</zorder>
<zorder>algorithm_1</zorder>
<zorder>label</zorder>
<zorder>LP</zorder>
<zorder>algorithm_2</zorder>
<zorder>label_2</zorder>
<zorder>SP</zorder>
<zorder>label_3</zorder>
<zorder>total_ride</zorder>
<zorder>clean</zorder>
<zorder>time_test</zorder>
<zorder>label_4</zorder>
<zorder>mask</zorder>
<zorder>kangding_button</zorder>
<zorder>ziyang_button</zorder>
<zorder>bazhong_button</zorder>
<zorder>suining_button</zorder>
<zorder>chengdu_button</zorder>
<zorder>guangan_button</zorder>
<zorder>meishan_button</zorder>
<zorder>yaan_button</zorder>
<zorder>deyang_button</zorder>
<zorder>xichang_button</zorder>
<zorder>zigong_button</zorder>
<zorder>dazhou_button</zorder>
<zorder>mianyang_button</zorder>
<zorder>guangyuan_button</zorder>
<zorder>luzhou_button</zorder>
<zorder>neijiang_button</zorder>
<zorder>nanchong_button</zorder>
<zorder>panzhihua_button</zorder>
<zorder>leshan_button</zorder>
<zorder>maerkang_button</zorder>
<zorder>yibin_button</zorder>
<zorder>label_5</zorder>
<zorder>label_6</zorder>
<zorder>label_7</zorder>
<zorder>label_8</zorder>
<zorder>label_9</zorder>
<zorder>label_10</zorder>
<zorder>label_11</zorder>
<zorder>label_12</zorder>
<zorder>label_13</zorder>
<zorder>label_14</zorder>
<zorder>label_15</zorder>
<zorder>label_16</zorder>
<zorder>label_17</zorder>
<zorder>label_18</zorder>
<zorder>label_19</zorder>
<zorder>label_20</zorder>
<zorder>label_21</zorder>
<zorder>label_22</zorder>
<zorder>label_23</zorder>
<zorder>label_24</zorder>
<zorder>label_25</zorder>
<zorder>label_26</zorder>
<zorder>label_27</zorder>
<zorder>label_28</zorder>
<zorder>label_29</zorder>
<zorder>console</zorder>
<zorder>label_30</zorder>
<zorder>label_31</zorder>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。