index.html Example File
webenginewidgets/videoplayer/data/index.html<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <style type="text/css"> #ytplayer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style> </head> <body> <iframe id="ytplayer" src="https://www.youtube.com/embed/CjyjEUFn_FI" frameborder="0" allowfullscreen> </iframe> </body> </html>
© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. 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.