Re: [Interest] QFuture, QAsync? Coroutines, Generators, Promises, Futures...

2017-03-24 Thread Ben Lau
On 22 March 2017 at 16:25, Elvis Stansvik wrote: > 2017-03-22 8:54 GMT+01:00 Ben Lau : > > > > > > On 31 December 2016 at 21:10, Ben Lau wrote: > >> > >> > >> > >> On 28 December 2016 at 16:36, Petar Koretić > >> wrote: > >>> > >>> > >>> > >>> On Wed, Dec 28, 2016 at 4:51 AM, Ben Lau wrote: >

Re: [Interest] where can I find newest import versions (QML)

2017-03-24 Thread Elvis Stansvik
2017-03-24 17:30 GMT+01:00 ekke : > updating to a new Qt version I'm also updating my imports in .qml > > Who knows where to find the newest import versions ? > > import QtQuick 2.8 > import QtQuick.Layouts 1.3 > import QtQuick.Controls 2.1 > import QtQuick.Controls.Material 2.1 > > QtCreator doesn

[Interest] where can I find newest import versions (QML)

2017-03-24 Thread ekke
updating to a new Qt version I'm also updating my imports in .qml Who knows where to find the newest import versions ? import QtQuick 2.8 import QtQuick.Layouts 1.3 import QtQuick.Controls 2.1 import QtQuick.Controls.Material 2.1 QtCreator doesn't help always - per ex. only lists QtQuick up to 2

Re: [Interest] Anti-Aliased line drawing.

2017-03-24 Thread Andy
Bill: I really think it depends on your use-case. In my application I need to draw a bunch of lines (on the order of hundreds) in a viewer-like tool and I use a QGraphicsView with anitaliasing. Works and looks great - even when zooming in and out dramatically. I did spend some time profiling my c

Re: [Interest] Missing libEGL in 5.9 beta snapshot?

2017-03-24 Thread Thomas Sevaldrud
Thanks! That solved the compilation issues :) I still have OpenGL rendering problems though. Something changed between 5.7 and 5.8 that causes some of my OpenGL vertex buffer rendering to simply disappear. It may well be a bug in my code, but it works in all Qt versions up to and including 5.7. Do

Re: [Interest] Missing libEGL in 5.9 beta snapshot?

2017-03-24 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > On Behalf Of Thomas Sevaldrud > Sent: Friday, March 24, 2017 9:04 AM > To: Interest@qt-project.org > Subject: Re: [Interest] Missing libEGL in 5.9 beta snapshot? > > Hi, > > I'm trying to bui

Re: [Interest] Anti-Aliased line drawing.

2017-03-24 Thread william.croc...@analog.com
Hello: I am still hoping for some insight. What does it take to efficiently draw a good looking, anti-aliased line? Do I have to buy in to the use of OpenGL? I am just drawing lines. Thanks. Bill (The man who *is* who he appears to be. Apparently that is not as easy as you might think.) On

Re: [Interest] Requesting QObject::bind() method

2017-03-24 Thread alexander golks
Am Fri, 24 Mar 2017 10:52:47 +0100 schrieb Jean-Michaël Celerier : > On Fri, Mar 24, 2017 at 12:50 AM, Thiago Macieira > wrote: > > > > > The new value is already carried by the signal. We don't need the getter: > > my > > code examples already compile. > > > > I really think that we do. >

Re: [Interest] Requesting QObject::bind() method

2017-03-24 Thread Sean Harmer
On 23/03/2017 23:57, Thiago Macieira wrote: On quarta-feira, 22 de março de 2017 16:09:25 PDT Alejandro Exojo wrote: The challenge is executing a lambda or a slot when any of the depending properties changes. That's what the QML engine has, and what Olivier blogged about in 2013: https://wobo

Re: [Interest] Requesting QObject::bind() method

2017-03-24 Thread Jean-Michaël Celerier
On Fri, Mar 24, 2017 at 12:50 AM, Thiago Macieira wrote: > > The new value is already carried by the signal. We don't need the getter: > my > code examples already compile. > I really think that we do. For instance in the following code: #include #include #include #include int main(int arg

Re: [Interest] Missing libEGL in 5.9 beta snapshot?

2017-03-24 Thread Thomas Sevaldrud
Hi, I'm trying to build with the 5.9 beta snapshot on windows, but I can't find the libEGL.lib or dll files. Has something changed? - Thomas On Fri, Mar 24, 2017 at 9:03 AM, Thomas Sevaldrud wrote: > > ___ Interest mailing list Interest@qt-project.or

[Interest] Missing libEGL in 5.9 beta snapshot?

2017-03-24 Thread Thomas Sevaldrud
___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest