Thank you for the link.
And no, I don’t have a commercial license for Qt. Qt LGLP licensed part is
enough for my needs.
I will have to deal with JavaScript then.
Regards
Fabrice
Von: Jason H
Gesendet: Dienstag, 16. April 2019 16:28
An: Fabrice Mousset | GEOCEPT GmbH
Cc: inter...@lists.qt-pro
THX for 5.13 Beta2
just tested
https://bugreports.qt.io/browse/QTBUG-74394
works well - now I can deliver App using BLE Devices on Windows 10 :)
ekke
Am 16.04.19 um 07:34 schrieb Jani Heikkinen:
> Hi,
>
> We are targeting to get the beta2 out as soon as possible. All blockers are
> fixed but
Check out: https://blog.qt.io/blog/2018/11/19/getting-started-qt-webassembly/#comment-1206267
You can always license it commercially. Commercial licesensees are not boung by GPL in Qt. Since you have a "boss" you're probably using Qt commercially. IANAL.
Sent: Tuesday, April 16, 2019 at 7:5
The new doesn't allow you to set the parent of your new object, you cannot
assign initial property (they are not exactly the same as setting value after).
You cannot set binding upon creation of the object, you don't have previously
declared context/import like the Component into which binding m
On 04/16/2019 07:56 AM, Fabrice Mousset | GEOCEPT GmbH wrote:
[External]
Hello,
before starting QtWebAssembly evaluation, I would like to know what are the
“limitation” of the GPL Version?
Does it mean that everything I will develop using QtWebAssembly must be GPL?
At this time, we have devel
Hello,
before starting QtWebAssembly evaluation, I would like to know what are the
"limitation" of the GPL Version?
Does it mean that everything I will develop using QtWebAssembly must be GPL?
At this time, we have developed our Web frontend using JavaScript base kits,
but I am not a JavaScript
> You can also generate an object from Qml code directly:
> Qt.createQmlObject()
I know, but I wanted to use operator new in order to achieve a better look &
feel. Please note that this is/was easily possible in Qt Script. See the
code snippets at
https://doc.qt.io/qt-5/qtscript-index.html#making