1 Star 0 Fork 6

Bronyale/Qt-百度地图

forked from fensnote/Qt-百度地图 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
testwebmap.ui 5.01 KB
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2020-04-21 23:13 . 1.首次上传代码
<?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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/bronyale/qt_baidu_map.git
git@gitee.com:bronyale/qt_baidu_map.git
bronyale
qt_baidu_map
Qt-百度地图
master

搜索帮助