代码拉取完成,页面将自动刷新
同步操作将从 fensnote/Qt-百度地图 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>testWebMap</class>
<widget class="QMainWindow" name="testWebMap">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>660</height>
</rect>
</property>
<property name="windowTitle">
<string>testWebMap</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="modifyButton">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>定位</string>
</property>
</widget>
<widget class="QLineEdit" name="longitude">
<property name="geometry">
<rect>
<x>70</x>
<y>40</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>11330.1189</string>
</property>
</widget>
<widget class="QWebView" name="webView">
<property name="geometry">
<rect>
<x>180</x>
<y>0</y>
<width>700</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>255</horstretch>
<verstretch>255</verstretch>
</sizepolicy>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
<widget class="QLineEdit" name="latitude">
<property name="geometry">
<rect>
<x>70</x>
<y>80</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>3450.2242</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>54</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>经度:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>54</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>纬度:</string>
</property>
</widget>
<widget class="QLabel" name="labelPort">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>54</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>监听端口:</string>
</property>
</widget>
<widget class="QLineEdit" name="port">
<property name="geometry">
<rect>
<x>70</x>
<y>210</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>10066</string>
</property>
</widget>
<widget class="QPushButton" name="svrButtn">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>启动</string>
</property>
</widget>
<widget class="QPushButton" name="reloadUrl">
<property name="geometry">
<rect>
<x>100</x>
<y>130</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>刷新</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>570</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>ver:1.0.6 test ver</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>工具</string>
</property>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>控件</string>
</property>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>帮助</string>
</property>
<addaction name="about"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="about">
<property name="text">
<string>about</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKitWidgets/QWebView</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。