[Qt-qml] qml +Qt programming for HTML5 Web site

Jason H scorp1us at yahoo.com
Thu Feb 3 18:42:47 CET 2011


The problem with this is you need a custom binary on every system for every 
application, and you still need a server! A plug-in is a generic binary. And I 
use the term "plug-in loosely". It could  be a stand alone EXE (load a DLL into 
wrapper) or integrated into a browser (just a DLL). 



Once you can standardize on a plugin, you can also have it signed by a central 
authority, so you know someone didn't compile a raw file system access access or 
network back doors into it.




----- Original Message ----
From: Pankaj Chawla <pankaj013 at gmail.com>
To: QtNext <qtnext at gmail.com>
Cc: Jason H <scorp1us at yahoo.com>; "Qt-qml at qt.nokia.com" <Qt-qml at qt.nokia.com>
Sent: Thu, February 3, 2011 10:37:35 AM
Subject: Re: [Qt-qml] qml +Qt programming for HTML5 Web site

Not sure on the details but won't you be able to achieve the same with qt 
webkit. Create a qt webkit based client which can render your html5 client app 
that can talk to server like a normal web app. Benefit of that is that you can 
create a html5/css3 front end ajaxified with jquery etc. 


Cheers
Pankaj
-----------------------------------
Short and quick message sent from an iPad

On Feb 3, 2011, at 8:52 PM, QtNext <qtnext at gmail.com> wrote:

> The best for me ... in my dream :) ... is a pure server application with qml 
>compiled to HTML5 :
>    - On the server side you can develop your app in C++ with the power of Qt,
>    - And the client side translate to HTML5 : so you can have a WebApp working 
>for example on any tablet : ipad, android, windows mobile ... and  Meego ... one 
>day 
>
> Le 3 févr. 2011 à 15:31, Jason H a écrit :
> 
>> Well,rontend what I think should  be done, is someone makes a browser plugin to 
>>run 
>>
>> QML. This would inherently be a completely open source replacement for flash 
>>and 
>>
>> would not be subject to the criticisms of proprietary flash. In order to gain 

>> acceptance though, it would take a formal QML specification publishing process, 
>>
>> which I don't think Nokia is ready to do. However its complete LGPL openness 
>>may 
>>
>> be enough to get its foot in the door.
>> 
>> It wouldn't be "hard" but I don't know the first thing about writing browser 
>> plugins, or supporting OSX.
>> 
>> Wile QGraphicsView could be used as a HTML canvas with a little work, I think 

>> the work to make a plugin is much easier.
>> 
>> The only technical challenge I see is the flash video part. WebM can stand in, 
>
>> and maybe you can get H.264 bundled... but Flash also has a facility for it to 
>
>> gauge bandwidth to the server and select an appropriate stream quality. You 
>> can't ship a plugin without that feature. Not hard to implement, but is a must 
>
>> have, and must work well.
>> 
>> 
>> 
>> 
>> 
>> ----- Original Message ----
>> From: QtNext <qtnext at gmail.com>
>> To: Qt-qml at qt.nokia.com
>> Sent: Thu, February 3, 2011 2:12:24 AM
>> Subject: [Qt-qml] qml +Qt programming for HTML5 Web site
>> 
>> Hi,
>> 
>> what's about programming a webSite with the power of Qt, and  Qml rendering as 
>
>> HTML5 .... For embedded device control, HTML web page is a good way ... But it 
>
>> will be very good to be able to do that in Qt ... and have a smooth interface 
>>in 
>>
>> HTML5 done in QML (Qml is just javascript ... and rectangle ...) Json + Ajax to 
>>
>> communicate between client and server 
>> 
>> 
>> 
>> _______________________________________________
>> Qt-qml mailing list
>> Qt-qml at qt.nokia.com
>> http://lists.qt.nokia.com/mailman/listinfo/qt-qml
>> 
>> 
>> 
>> 
> 
> _______________________________________________
> Qt-qml mailing list
> Qt-qml at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-qml



      


More information about the Qt-qml mailing list