• 大小: 13KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-06-06
  • 语言: Html/CSS
  • 标签: qt  html  js  QWebChannel  

资源简介

QT5.4以后就取消了webkit,采用QWebEngineView来实现加载html网页,该程序实现了简单的加载html页面,同时还实现了qt调用js,js调用qt的对象和方法。该程序采用QT5.9.1开发

资源截图

代码片段和文件信息

#include “Interactionobjectt.h“

Interactionobject::Interactionobject(Qobject *parent) : Qobject(parent)
{

}

void Interactionobject::onReceText(const QString &r_user const QString &r_pwd)
{
    emit receText(r_userr_pwd);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-09 13:30  QtUseHtml\
     文件         242  2018-01-09 13:25  QtUseHtml\Interactionobject.cpp
     文件         428  2018-01-09 13:18  QtUseHtml\Interactionobjectt.h
     文件         850  2018-01-06 19:03  QtUseHtml\main.cpp
     文件        1080  2018-01-09 13:29  QtUseHtml\mainwindow.cpp
     文件         481  2018-01-09 13:24  QtUseHtml\mainwindow.h
     文件        2187  2018-01-06 17:54  QtUseHtml\mainwindow.ui
     文件         497  2018-01-06 18:34  QtUseHtml\mywebview.cpp
     文件         422  2018-01-06 17:59  QtUseHtml\mywebview.h
     文件         402  2018-01-06 19:12  QtUseHtml\mywebview.ui
     文件        1188  2018-01-09 13:19  QtUseHtml\QtUseHtml.pro
     文件       23836  2018-01-06 19:44  QtUseHtml\QtUseHtml.pro.user
     文件       16085  2017-06-23 14:36  QtUseHtml\qwebchannel.js
     文件         102  2018-01-09 10:14  QtUseHtml\rc.qrc
     文件        1272  2018-01-06 19:34  QtUseHtml\testQTHtml.html
     文件          76  2018-01-06 19:29  QtUseHtml\tttt.cpp
     文件         323  2018-01-06 19:34  QtUseHtml\tttt.h

评论

共有 条评论