This file is indexed.

/usr/share/qt5/doc/qtwebkitexamples/qtwebkitexamples-webkitqml-youtubeview-example.html is in qtwebkit5-examples-doc-html 5.5.1+dfsg-2build1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- youtubeview.qdoc -->
  <title>YouTube View Example | Qt WebKit Examples 5.5</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.5</li>
<li><a href="qtwebkitexamples-index.html">Qt WebKit Examples</a></li>
<li>YouTube View Example</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">YouTube View Example</h1>
<span class="subtitle"></span>
<!-- $$$webkitqml/youtubeview-description -->
<div class="descr"> <a name="details"></a>
<p>The YouTube View <a href="../qtqml/qtqml-index.html">QML</a> example uses a <a href="../qtwebkit/qml-qtwebkit-webview.html">WebView</a> to play <a href="http://www.youtube.com/html5">HTML5 video clips from YouTube</a>.</p>
<p class="centerAlign"><img src="images/youtubeview-example.png" alt="" /></p><p>The application makes use of an <a href="../qtquick/qtquick-modelviewsdata-modelview.html#xmllistmodel">XmlListModel</a> to query the <a href="https://developers.google.com/youtube">YouTube API</a> for HTML5 video clips and lists thumbnails of the clips in a <a href="../qtquick/qml-qtquick-listview.html">ListView</a> at the top. The <a href="../qtwebkit/qml-qtwebkit-webview.html">WebView</a> loads a local <code>player.html</code> file that embeds a YouTube HTML5 video player using the <a href="https://developers.google.com/youtube/iframe_api_reference">IFrame player API</a>, which allows to control the YouTube player using JavaScript.</p>
<p>When clicking on a thumbnail, the corresponding clip is loaded in the <a href="../qtwebkit/qml-qtwebkit-webview.html">WebView</a> by passing the video ID as a query string to <code>player.html</code>. When the video is started, the thumbnail list is hidden with an animated fade-out, when the video is stopped the list is showed again. The specific states of the player change the title of the <a href="../qtwebkit/qml-qtwebkit-webview.html">WebView</a> using <i>document.title</i> in JavaScript. The application is acting on these title changes in the <code>onTitleChanged</code> slot of the <a href="../qtwebkit/qml-qtwebkit-webview.html">WebView</a> item and thus switches between specific states. By default the application loads a list of movie trailers.</p>
<p>When clicking on the button below the thumbnail list, the application switches to search mode, which allows to search for videos using keywords. Additionally it is also possible to choose from a number of preset movie trailer streams.</p>
<p class="centerAlign"><img src="images/youtubeview-example-preset.png" alt="" /></p><p>This example uses the <a href="../qtwebkit/qtwebkit-qmlmodule.html">QtWebKit</a> QML API that utilizes the WebKit2 split-process architecture.</p>
<p>Files:</p>
<ul>
<li><a href="qtwebkitexamples-webkitqml-youtubeview-youtubeview-qml.html">webkitqml/youtubeview/youtubeview.qml</a></li>
<li><a href="qtwebkitexamples-webkitqml-youtubeview-content-youtubedialog-qml.html">webkitqml/youtubeview/content/YouTubeDialog.qml</a></li>
<li><a href="qtwebkitexamples-webkitqml-youtubeview-content-player-html.html">webkitqml/youtubeview/content/player.html</a></li>
<li><a href="qtwebkitexamples-webkitqml-youtubeview-youtubeview-pro.html">webkitqml/youtubeview/youtubeview.pro</a></li>
<li><a href="qtwebkitexamples-webkitqml-youtubeview-youtubeview-qrc.html">webkitqml/youtubeview/youtubeview.qrc</a></li>
</ul>
</div>
<!-- @@@webkitqml/youtubeview -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>