[Interest] QStringView implementation for Qt 5.9?

2019-07-19 Thread René J . V . Bertin
Hi, I've been coming across code that uses QStringView but that I'd like to be able to build against Qt 5.9 . I have thus been thinking of ways to achieve this and am hoping on some constructive feedback (= not of the kind "just use Qt 5.1x already ;) ) I haven't seen a clear, succinct descrip

Re: [Interest] QtLocation plugin - geoservices

2019-07-19 Thread Christophe Thomas
Hello, So I've created my own plugin, it is working fine when using tcp communication. Now I want to move forward and try to have a different type of communication. My tile server is on the same computer (same application in fact), so I have implemented the server side in C++ in the app and using

[Interest] Automatically resize widget based on a child table's size

2019-07-19 Thread Murphy, Sean
I'm trying to create a widget with the following setup (this is related to my popup window question last week): Widget hierarchy popupWindow - unparented, top level window - QVBoxLayout - genericWidget (in my case it's a QGroupBox, but it could be any type of widget in theory) - QTableVie