<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>planets.qrc Example File | Qt Canvas 3D 5.11</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css"); // loading style sheet breaks anchors that were jumped to before // so force jumping to anchor again setTimeout(function() { var anchor = location.hash; // need to jump to different anchor first (e.g. none) location.hash = "#"; setTimeout(function() { location.hash = anchor; }, 0); }, 0); </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/index.html">Qt 5.11</a></td><td ><a href="qtcanvas3d-index.html">Qt Canvas 3D</a></td><td ><a href="qtcanvas3d-threejs-planets-example.html">Planets Example</a></td><td >planets.qrc Example File</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.11.2 Reference Documentation</td> </tr></table> </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">planets.qrc Example File</h1> <span class="subtitle">threejs/planets/planets.qrc</span> <!-- $$$threejs/planets/planets.qrc-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <RCC> <qresource prefix="/"> <file>planets.qml</file> <file>PlanetButton.qml</file> <file>InfoSheet.qml</file> <file>StyledSlider.qml</file> <file>FpsDisplay.qml</file> <file alias="three.js">../../3rdparty/three.js</file> <file alias="ControlEventSource.qml">../controls/ControlEventSource.qml</file> <file alias="threex.planets.js">../../3rdparty/threex.planets.js</file> <file>planets.js</file> </qresource> <qresource prefix="/images"> <file alias="sunmap.jpg">images/sunmap.jpg</file> <file alias="mercurymap.jpg">images/mercurymap.jpg</file> <file alias="mercurybump.jpg">images/mercurybump.jpg</file> <file alias="venusmap.jpg">images/venusmap.jpg</file> <file alias="venusbump.jpg">images/venusbump.jpg</file> <file alias="earthmap1k.jpg">images/earthmap1k.jpg</file> <file alias="earthbump1k.jpg">images/earthbump1k.jpg</file> <file alias="earthspec1k.jpg">images/earthspec1k.jpg</file> <file alias="moonmap1k.jpg">images/moonmap1k.jpg</file> <file alias="moonbump1k.jpg">images/moonbump1k.jpg</file> <file alias="marsmap1k.jpg">images/marsmap1k.jpg</file> <file alias="marsbump1k.jpg">images/marsbump1k.jpg</file> <file alias="jupitermap.jpg">images/jupitermap.jpg</file> <file alias="saturnmap.jpg">images/saturnmap.jpg</file> <file alias="uranusmap.jpg">images/uranusmap.jpg</file> <file alias="neptunemap.jpg">images/neptunemap.jpg</file> <file alias="earth.png">images/earth.png</file> <file alias="mercury.png">images/mercury.png</file> <file alias="jupiter.png">images/jupiter.png</file> <file alias="mars.png">images/mars.png</file> <file alias="neptune.png">images/neptune.png</file> <file alias="saturn.png">images/saturn.png</file> <file alias="sun.png">images/sun.png</file> <file alias="uranus.png">images/uranus.png</file> <file alias="venus.png">images/venus.png</file> <file alias="earthcloudmapcolortrans.png">images/earthcloudmapcolortrans.png</file> <file alias="saturnringcolortrans.png">images/saturnringcolortrans.png</file> <file alias="uranusringcolortrans.png">images/uranusringcolortrans.png</file> <file alias="galaxy_starfield.png">images/galaxy_starfield.png</file> </qresource> </RCC> </pre> </div> <!-- @@@threejs/planets/planets.qrc --> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">©</acronym> 2018 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>