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

2016-12-27 Thread Ben Lau
On 28 December 2016 at 05:50, Petar Koretić wrote: > Hi all! > > In the wild people are doing all kinds of different things with Qt on the > network side. And there are some obvious issues with that given the > "callback" nature of Qt networking code. > > One can see different examples of people

[Interest] Generic Table's row to 2 columns property/value tree

2016-12-27 Thread Ch'Gans
Hi there, In my application i'm dealing a lot with displaying a list of property value based on user's selection, the selection can be made either from a table view (a row) or a graphicsview item (both selections are synchronised). My application is laid out with dock widgets on the left (several

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

2016-12-27 Thread Petar Koretić
Hi all! In the wild people are doing all kinds of different things with Qt on the network side. And there are some obvious issues with that given the "callback" nature of Qt networking code. One can see different examples of people over the years dealing with that: http://cukic.co/2016/01/17/asy

[Interest] QFileIconProvider - icon resolutions only 16x16 and 32x32 on Windows

2016-12-27 Thread mail
Hi, I want to access file icons of the OS, I need them in "good quality", but the available sizes are apparently only available in 16x16 and 32x32 px. My system is Windows 10 64bit, Qt 5.7.1, MinGw 5.3.0 Please find a minimal compileable example attached. FYC the relevant part is pasted her