index.html #2

  • //
  • guest/
  • david_george/
  • ClientKit/
  • resources/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (409 B)
<html>
    <head>
        <script type="text/javascript" src="qrc:/js/ClientKitMethods.js"></script>
        <style type="text/css">
            body
            {
                background:rgba(0,0,0,0);
            }
        </style>
    </head>
    <body>
        <h1>ohai there</h1>
        <button>yo</button>
        <div style="background:green;width:200px;height:200px;">bro</div>
    </body>
</html>
# Change User Description Committed
#2 8115 David George a bunch of changes to the GuiApi - probably bound to change, though, so use at your own risk!

beginnings of migrating to an "all windows are created equal" model. (as opposed to a MainWindow)

removing the unreliable Qt execution of the .js methods - please include in your HTML (<script type="text/javascript" src="qrc:/js/ClientKitMethods.js"></script>)
#1 8101 David George beginning of _massive_ re-factoring

your current build settings will fail

create a new project from newly added .pro file (but change its p4api paths to match your old one)

look for updated README as soon as Dave agrees that changes are _indeed_ for the best

(Changes by Jaimen)