1 Star 2 Fork 5

Mky / QtChromeDemo

forked from 笨笨D幸福 / QtChromeDemo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dialog.ui 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
xin.zhang 提交于 2017-12-20 15:24 . 添加代码和readme
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>QWebEngin浏览器</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>2</number>
</property>
<item>
<layout class="QHBoxLayout" name="toobar">
<property name="spacing">
<number>1</number>
</property>
<item>
<widget class="QPushButton" name="btn_back">
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>&lt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_next">
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="edit_addr">
<property name="text">
<string>http://www.baidu.com</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_go">
<property name="text">
<string>Go</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_go_2">
<property name="text">
<string>Call js</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_go_3">
<property name="text">
<string>WebChan</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/52debug/QtChromeDemo.git
git@gitee.com:52debug/QtChromeDemo.git
52debug
QtChromeDemo
QtChromeDemo
master

搜索帮助