[Interest] QtRO generate source classes (from .rep template file) with private members.

2017-08-21 Thread Houssem GHIAT
>The idea was simply that if you needed anything more than what was provided by SimpleSource (you have access to get/set functions in derived types), you have full control by using the Source object instead. I guess I can see use cases where you want a read-only PROP, but want to set the source di

Re: [Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
The bug is related to https://bugreports.qt.io/browse/QTBUG-61754 and I confirmed that this patch fixes the problem: https://codereview.qt-project.org/#/c/202781/ On Mon, Aug 21, 2017 at 2:42 PM Roger zanoni wrote: > https://bugreports.qt.io/browse/QTBUG-62642 > > On Mon, Aug 21, 2017 at 2:27 PM

Re: [Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
https://bugreports.qt.io/browse/QTBUG-62642 On Mon, Aug 21, 2017 at 2:27 PM Roger zanoni wrote: > Thanks for the quick replies and testing, I'll create a bug report. > > On Mon, Aug 21, 2017 at 1:44 PM Sergio Martins > wrote: > >> On 2017-08-21 11:29, Giuseppe D'Angelo wrote: >> > Il 21/08/2017

Re: [Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
Thanks for the quick replies and testing, I'll create a bug report. On Mon, Aug 21, 2017 at 1:44 PM Sergio Martins wrote: > On 2017-08-21 11:29, Giuseppe D'Angelo wrote: > > Il 21/08/2017 12:23, Roger zanoni ha scritto: > >> When I run this code, it keeps allocating memory until my laptop > >> f

Re: [Interest] QML Dialog -> onClosing

2017-08-21 Thread Andrew Ialacci
If using Qt Quick Controls 2 (TWO) Dialog inherits from Popup which has the signals you need https://doc.qt.io/qt-5/qml-qtquick-controls2-popup.html Sent from my iPhone On Aug 21, 2017, at 1:17 PM, Igor Mironchik mailto:igor.mironc...@gmail.com>> wrote: Hi, Let's say I have the next dialo

Re: [Interest] Textures memory not being released

2017-08-21 Thread Sergio Martins
On 2017-08-21 11:29, Giuseppe D'Angelo wrote: Il 21/08/2017 12:23, Roger zanoni ha scritto: When I run this code, it keeps allocating memory until my laptop freezes. I did some basic testing using valgrind and massif, and the result shows (I posted some images on the forum thread, I'm not sure

[Interest] QML Dialog -> onClosing

2017-08-21 Thread Igor Mironchik
Hi, Let's say I have the next dialog in QML: Dialog{ id:dlg title:qsTr("Dialog...") standardButtons:StandardButton.Ok Text{ anchors.centerIn:parent font.pixelSize:30 font.bold:true text:qsTr("Text") } onAccepted:{doSomething()} } This is nice. But how can I handle closing dialog, i.e

Re: [Interest] Textures memory not being released

2017-08-21 Thread Giuseppe D'Angelo
Il 21/08/2017 12:23, Roger zanoni ha scritto: When I run this code, it keeps allocating memory until my laptop freezes. I did some basic testing using valgrind and massif, and the result shows (I posted some images on the forum thread, I'm not sure if I'm allowed to post images to this list), i

[Interest] Textures memory not being released

2017-08-21 Thread Roger zanoni
Hello, I created a thread on Qt forums[1] asking for help and was told to seek help on the mailing lists. I work on an application that consists in a series of small minigames and has a QQuickView that loads a main.qml file with a Loader element. We use this Loader to swich between the minigames a

Re: [Interest] Building from source on windows

2017-08-21 Thread Konstantin Tokarev
21.08.2017, 01:59, "Scott Bloom" : > I have tried, and I cant find a decent/clean set of directions for building > Qt 5.9 under windows using visual studio 2017.  I need 32 bit, which is not > shipped for 2017. > > I also would like to find instructions for building the new Qt Webkit, which >