/usr/share/qt5/doc/qtwebchannel/qtwebchannel.qhp is in qtwebchannel5-doc-html 5.9.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | <?xml version="1.0" encoding="UTF-8"?>
<QtHelpProject version="1.0">
<namespace>org.qt-project.qtwebchannel.595</namespace>
<virtualFolder>qtwebchannel</virtualFolder>
<customFilter name="QtWebChannel 5.9.5">
<filterAttribute>5.9.5</filterAttribute>
<filterAttribute>qtwebchannel</filterAttribute>
</customFilter>
<filterSection>
<filterAttribute>5.9.5</filterAttribute>
<filterAttribute>qtrefdoc</filterAttribute>
<filterAttribute>qtwebchannel</filterAttribute>
<toc>
<section ref="qtwebchannel-index.html" title="Qt WebChannel">
<section ref="qtwebchannel-module.html" title="C++ Classes">
<section ref="qwebchannel.html" title="QWebChannel Class Reference">
<section ref="qwebchannel-members.html" title="List of all members"/>
</section>
<section ref="qwebchannelabstracttransport.html" title="QWebChannelAbstractTransport Class Reference">
<section ref="qwebchannelabstracttransport-members.html" title="List of all members"/>
</section>
</section>
<section ref="qtwebchannel-qmlmodule.html" title="QML Types">
<section ref="qml-qtwebchannel-webchannel.html" title="WebChannel Type Reference">
<section ref="qml-qtwebchannel-webchannel-members.html" title="List of all members"/>
</section>
</section>
<section ref="qtwebchannel-examples.html" title="Examples">
<section ref="qtwebchannel-chatclient-html-example.html" title="Qt WebChannel ChatClient HTML Example"/>
<section ref="qtwebchannel-chatclient-qml-example.html" title="Qt WebChannel ChatClient QML Example"/>
<section ref="qtwebchannel-chatserver-cpp-example.html" title="Qt WebChannel ChatServer Example"/>
<section ref="qtwebchannel-standalone-example.html" title="Qt WebChannel Standalone Example"/>
</section>
<section ref="qtwebchannel-javascript.html" title="JavaScript API">
<section ref="qtwebchannel-chatclient-qml-loginform-ui-qml.html" title="LoginForm.ui.qml Example File"/>
<section ref="qtwebchannel-chatclient-qml-mainform-ui-qml.html" title="MainForm.ui.qml Example File"/>
<section ref="qtwebchannel-index.html" title="Qt WebChannel"/>
<section ref="qtwebchannel-chatclient-html-example.html" title="Qt WebChannel ChatClient HTML Example"/>
<section ref="qtwebchannel-chatclient-qml-example.html" title="Qt WebChannel ChatClient QML Example"/>
<section ref="qtwebchannel-chatserver-cpp-example.html" title="Qt WebChannel ChatServer Example"/>
<section ref="qtwebchannel-javascript.html" title="Qt WebChannel JavaScript API"/>
<section ref="qtwebchannel-standalone-example.html" title="Qt WebChannel Standalone Example"/>
<section ref="qtwebchannel-chatclient-html-chatclient-html-pro.html" title="chatclient-html.pro Example File"/>
<section ref="qtwebchannel-chatclient-qml-chatclient-qml-pro.html" title="chatclient-qml.pro Example File"/>
<section ref="qtwebchannel-chatclient-html-chatclient-html.html" title="chatclient.html Example File"/>
<section ref="qtwebchannel-chatserver-cpp-chatserver-cpp-pro.html" title="chatserver-cpp.pro Example File"/>
<section ref="qtwebchannel-chatserver-cpp-chatserver-cpp.html" title="chatserver.cpp Example File"/>
<section ref="qtwebchannel-chatserver-cpp-chatserver-h.html" title="chatserver.h Example File"/>
<section ref="qtwebchannel-standalone-core-h.html" title="core.h Example File"/>
<section ref="qtwebchannel-standalone-dialog-cpp.html" title="dialog.cpp Example File"/>
<section ref="qtwebchannel-standalone-dialog-h.html" title="dialog.h Example File"/>
<section ref="qtwebchannel-standalone-dialog-ui.html" title="dialog.ui Example File"/>
<section ref="qtwebchannel-standalone-index-html.html" title="index.html Example File"/>
<section ref="qtwebchannel-standalone-main-cpp.html" title="main.cpp Example File"/>
<section ref="qtwebchannel-chatclient-qml-qmlchatclient-qml.html" title="qmlchatclient.qml Example File"/>
<section ref="qtwebchannel-standalone-standalone-pro.html" title="standalone.pro Example File"/>
<section ref="qtwebchannel-examples.html" title="Qt WebChannel Examples"/>
<section ref="qtwebchannel-qmlmodule.html" title="Qt WebChannel QML Types"/>
<section ref="qml-qtwebchannel-webchannel.html" title="WebChannel Type Reference">
<section ref="qml-qtwebchannel-webchannel-members.html" title="List of all members"/>
</section>
<section ref="qwebchannel.html" title="QWebChannel Class Reference">
<section ref="qwebchannel-members.html" title="List of all members"/>
</section>
<section ref="qwebchannelabstracttransport.html" title="QWebChannelAbstractTransport Class Reference">
<section ref="qwebchannelabstracttransport-members.html" title="List of all members"/>
</section>
</section>
</section>
</toc>
<keywords>
<keyword name="QWebChannel" id="QWebChannel" ref="qwebchannel.html"/>
<keyword name="QWebChannelAbstractTransport" id="QWebChannelAbstractTransport" ref="qwebchannelabstracttransport.html"/>
<keyword name="Qt WebChannel" id="Qt WebChannel" ref="qtwebchannel-index.html"/>
<keyword name="Qt WebChannel ChatClient HTML Example" id="Qt WebChannel ChatClient HTML Example" ref="qtwebchannel-chatclient-html-example.html"/>
<keyword name="Qt WebChannel ChatClient QML Example" id="Qt WebChannel ChatClient QML Example" ref="qtwebchannel-chatclient-qml-example.html"/>
<keyword name="Qt WebChannel ChatServer Example" id="Qt WebChannel ChatServer Example" ref="qtwebchannel-chatserver-cpp-example.html"/>
<keyword name="Qt WebChannel JavaScript API" id="Qt WebChannel JavaScript API" ref="qtwebchannel-javascript.html"/>
<keyword name="Qt WebChannel Standalone Example" id="Qt WebChannel Standalone Example" ref="qtwebchannel-standalone-example.html"/>
<keyword name="QtWebChannel" id="QtWebChannel" ref="qtwebchannel-module.html"/>
<keyword name="QtWebChannel" id="QtWebChannel" ref="qtwebchannel-qmlmodule.html"/>
<keyword name="WebChannel" id="QML.WebChannel" ref="qml-qtwebchannel-webchannel.html"/>
<keyword name="blockUpdates" id="QWebChannel::blockUpdates" ref="qwebchannel.html#blockUpdates-prop"/>
<keyword name="blockUpdates" id="QWebChannel::blockUpdates" ref="qwebchannel.html#blockUpdates-prop"/>
<keyword name="blockUpdatesChanged" id="QWebChannel::blockUpdatesChanged" ref="qwebchannel.html#blockUpdates-prop"/>
<keyword name="connectTo" id="QWebChannel::connectTo" ref="qwebchannel.html#connectTo"/>
<keyword name="connectTo" id="WebChannel::connectTo" ref="qml-qtwebchannel-webchannel.html#connectTo-method"/>
<keyword name="deregisterObject" id="QWebChannel::deregisterObject" ref="qwebchannel.html#deregisterObject"/>
<keyword name="disconnectFrom" id="QWebChannel::disconnectFrom" ref="qwebchannel.html#disconnectFrom"/>
<keyword name="disconnectFrom" id="WebChannel::disconnectFrom" ref="qml-qtwebchannel-webchannel.html#disconnectFrom-method"/>
<keyword name="id" id="WebChannel::id" ref="qml-qtwebchannel-webchannel.html#id-attached-prop"/>
<keyword name="messageReceived" id="QWebChannelAbstractTransport::messageReceived" ref="qwebchannelabstracttransport.html#messageReceived"/>
<keyword name="qtwebchannel-examples" id="qtwebchannel-examples" ref="qtwebchannel-examples.html"/>
<keyword name="registerObject" id="QWebChannel::registerObject" ref="qwebchannel.html#registerObject"/>
<keyword name="registerObjects" id="QWebChannel::registerObjects" ref="qwebchannel.html#registerObjects"/>
<keyword name="registerObjects" id="WebChannel::registerObjects" ref="qml-qtwebchannel-webchannel.html#registerObjects-method"/>
<keyword name="registeredObjects" id="QWebChannel::registeredObjects" ref="qwebchannel.html#registeredObjects"/>
<keyword name="registeredObjects" id="WebChannel::registeredObjects" ref="qml-qtwebchannel-webchannel.html#registeredObjects-prop"/>
<keyword name="sendMessage" id="QWebChannelAbstractTransport::sendMessage" ref="qwebchannelabstracttransport.html#sendMessage"/>
<keyword name="setBlockUpdates" id="QWebChannel::setBlockUpdates" ref="qwebchannel.html#blockUpdates-prop"/>
<keyword name="transports" id="WebChannel::transports" ref="qml-qtwebchannel-webchannel.html#transports-prop"/>
<keyword name="~QWebChannel" id="QWebChannel::~QWebChannel" ref="qwebchannel.html#dtor.QWebChannel"/>
<keyword name="~QWebChannelAbstractTransport" id="QWebChannelAbstractTransport::~QWebChannelAbstractTransport" ref="qwebchannelabstracttransport.html#dtor.QWebChannelAbstractTransport"/>
</keywords>
<files>
<file>images/arrow_bc.png</file>
<file>images/bgrContent.png</file>
<file>images/btn_next.png</file>
<file>images/btn_prev.png</file>
<file>images/bullet_dn.png</file>
<file>images/bullet_sq.png</file>
<file>images/chatclient-html.png</file>
<file>images/chatclient-qml.png</file>
<file>images/chatserver-cpp.png</file>
<file>images/home.png</file>
<file>images/ico_note.png</file>
<file>images/ico_note_attention.png</file>
<file>images/ico_out.png</file>
<file>images/logo.png</file>
<file>images/standalone-screenshot.png</file>
<file>qml-qtwebchannel-webchannel-members.html</file>
<file>qml-qtwebchannel-webchannel.html</file>
<file>qtwebchannel-chatclient-html-chatclient-html-pro.html</file>
<file>qtwebchannel-chatclient-html-chatclient-html.html</file>
<file>qtwebchannel-chatclient-html-example.html</file>
<file>qtwebchannel-chatclient-qml-chatclient-qml-pro.html</file>
<file>qtwebchannel-chatclient-qml-example.html</file>
<file>qtwebchannel-chatclient-qml-loginform-ui-qml.html</file>
<file>qtwebchannel-chatclient-qml-mainform-ui-qml.html</file>
<file>qtwebchannel-chatclient-qml-qmlchatclient-qml.html</file>
<file>qtwebchannel-chatserver-cpp-chatserver-cpp-pro.html</file>
<file>qtwebchannel-chatserver-cpp-chatserver-cpp.html</file>
<file>qtwebchannel-chatserver-cpp-chatserver-h.html</file>
<file>qtwebchannel-chatserver-cpp-example.html</file>
<file>qtwebchannel-chatserver-cpp-main-cpp.html</file>
<file>qtwebchannel-examples.html</file>
<file>qtwebchannel-index.html</file>
<file>qtwebchannel-javascript.html</file>
<file>qtwebchannel-module.html</file>
<file>qtwebchannel-qmlmodule.html</file>
<file>qtwebchannel-standalone-core-h.html</file>
<file>qtwebchannel-standalone-dialog-cpp.html</file>
<file>qtwebchannel-standalone-dialog-h.html</file>
<file>qtwebchannel-standalone-dialog-ui.html</file>
<file>qtwebchannel-standalone-example.html</file>
<file>qtwebchannel-standalone-index-html.html</file>
<file>qtwebchannel-standalone-main-cpp.html</file>
<file>qtwebchannel-standalone-standalone-pro.html</file>
<file>qwebchannel-members.html</file>
<file>qwebchannel.html</file>
<file>qwebchannelabstracttransport-members.html</file>
<file>qwebchannelabstracttransport.html</file>
<file>style/offline-simple.css</file>
<file>style/offline.css</file>
</files>
</filterSection>
</QtHelpProject>
|