Hi,
Can anyone shared with me the minimal set of commands to enable Pro Guard on a
Qt Android Release app?
Or a good resource to learn about Pro Guard configuration?
Thanks!
Regards,
Nuno
___
Interest mailing list
Interest@qt-project.org
http://li
Il 22/11/2017 16:40, Luca Beldi ha scritto:
I noticed a bug affecting QDataStream operators for QStandardItemData
that makes it not portable across systems with different sizeof(int)
(more details on the bug report https://bugreports.qt.io/browse/QTBUG-63765)
Just a side note (haven't look in
Hi Everyone,
I noticed a bug affecting QDataStream operators for QStandardItemData that
makes it not portable across systems with different sizeof(int) (more details
on the bug report https://bugreports.qt.io/browse/QTBUG-63765)
I also submitted a patch (just a few lines), attached to the bug rep
22.11.2017, 12:29, "neel patel" :
> Yes. you are right. There was no delete of QWebPage while closing the tab and
> once i implemented memory free - now signal is coming. Thanks for your input.
>
> But in QWebEngine also we are getting "createWindow" callback. I have tried
> same by deleting QW
Hi Konstantin,
On Tue, Nov 21, 2017 at 2:52 PM, neel patel wrote:
> Hi,
>
> Yes. By using "_blank" - "createWindow" callback is getting called every
> time we click on link.
> You are right - We should use "_blank" instead of "_new" target attribute
> as didn't find any reference document.
>
>