99% of the time, I write code like:
Rectangle {
width: parent.width // In the form of P: O.P
}
I'm wondering if QML parser could be enhanced to look for and use the parent's
width property automatically.
Rectangle {
width: parent // Expands to width: parent.width - Assignment of Item to
On sexta-feira, 4 de novembro de 2016 16:25:42 PDT Eric Lemanisser wrote:
> Hello,
>
> How is it possible to register free enum types with the meta-object system ?
The meta *object* system requires objects, derived from QObject. So, no.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Soft
Hello,
I'm trying to get VNC plugin that is in 5.8.0 Beta to work with 5.6.1, and I'm
running into issues during compile regarding cursors. QT_NO_CURSOR is defined
during build, and I'll get errors in plugins/platforms/vnc/qvnc.cpp.
QVncClientCursor constructor attempts to call QWindow::cursor(
Hello,
How is it possible to register free enum types with the meta-object system ?
I always get QMetaProperty.isEnumType() false and
QMetaProperty.enumerator().isValid() false, and as a consequence
QMetaProperty.read() returns a variant without a value.
Here is a sample test code:
#include
e
On sexta-feira, 4 de novembro de 2016 14:43:58 PDT Jason H wrote:
> I am interested in this as well, but more to know how it is implemented. It
> sounds to me like it's a Qt-compile-time thing, rather than a more general
> approach. I'm wondering if it wouldn't be possible to compile only those
> c
We have made screen and audio recordings of the session held by The Qt Company
employees from the summit including sessions by Lars Knoll and Nils C.
Roscher-Nielsen . After we are done editing they will be made available – most
likely through Qt Account. Stay tuned.
Carl Engh
From: Jason H [m
> On Nov 4, 2016, at 8:43 AM, Jason H wrote:
>
> >I don't know where I saw it, but I saw a rather impressive bar chart
> >comaring executable sizes and Qt light really delivered.
I’d like to see that. Can anyone can share a link ?
> >I am interested in this as well, but more to know how it
I don't know where I saw it, but I saw a rather impressive bar chart comaring executable sizes and Qt light really delivered.
I am interested in this as well, but more to know how it is implemented. It sounds to me like it's a Qt-compile-time thing, rather than a more general approach. I'm won
Are any videos available online from last month's "Qt World Summit 2016" that
talk about Qt Lite?
I would like to know how granular the configuration options are for both Qt
Core and Qt Network? Any screenshots or documentation on Qt Lite configuration?
http://blog.qt.io/blog/2016/08/18/introd