Hello everyone,
I'm using Android 4.4.3 on a nexus 5, with Qt 5.3.0, GCC 4.8. I've
noticed that the reported height of the virtual keyboard seems to be
always 0.
For instance, in the following example...
import QtQuick 2.2
import QtQuick.Controls 1.1
import QtQuick.Layouts 1.1
ApplicationWin
QQmlLoader is just a convenience wrapper for QQmlComponent.
Konstantin
2014-06-06 12:34 GMT+03:00 wim delvaux :
> HI all,
>
> I would like to use XML/XSL to generate qml code much like a browser
> accepts XML and converts it to HTML automatically (providing propper
> stylesheet of course).
>
>
Hello all,
I'd like to get QWebChannel "done" in time for Qt 5.4. If you don't know what
QWebChannel is: Please take a look at
https://qt.gitorious.org/qt-labs/qwebchannel/
I still have some review requests open since a long time. It would be cool if
someone could look at them. Most important
On Wednesday, June 04, 2014 13:48:30 Stephen Kelly wrote:
> So, I think all that is needed is to decide whether it is a mistake which
> should be fixed, and if so, should it be fixed as I suggested with a new
> major version of Enginio.
We decided on IRC that this should be fixed. How exactly th
On Fri, Jun 06, 2014 at 11:38:34AM +0200, Kurt Pattyn wrote:
> Just for clarity:
> * Is the release branch gone for developers?
>
it's gone for everyone. it has been deleted.
the next release branch will be 5.3.1, and you will push for it if you
have critical changes for that release. just as befor
Just for clarity:
* Is the release branch gone for developers?
* And is there only one dev branch? Suppose 5.4 is in the make and meanwhile a
5.3.x patch release is being worked upon,
where will the dev branch end up? Or should we just push our patches to the
5.3.x in that case?
Cheers,
Kurt
O
HI all,
I would like to use XML/XSL to generate qml code much like a browser
accepts XML and converts it to HTML automatically (providing propper
stylesheet of course).
Ideally this would be a special loader (say XMLLoader).
Any suggestions on how to do this ? Preferrably a child class of the
st