View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#6
Originally Posted by don_falcone View Post
It still has, (qt4-webkit) but IIRC it's not API accessible.
The launcher screen, work in progress circle and various other main UI elements appear to be written in QML. When I digged through the file system I eventually located a bunch of QML files implementing custom components for all of this. Concerning imports used in the files:
Code:
import Qt 4.7
I would say it's probably QtQuick 1.0 @ Qt 4.7.0 or similar. I haven't seen any official documentation on this and anybody else using it to write QML applications so far.

Still a few days ago, A-Browser QML (test) showed in the Preware feed. It claims to be using Qt 4.8 (!), Webkit and QML. Unfortunately, I was not able to find any more info on this, not even the source code.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following User Says Thank You to MartinK For This Useful Post: