Re: [Development] Proposal to deprecate the amazing QApplication::globalStrut

2019-12-04 Thread Volker Hilsheimer
> On 4 Dec 2019, at 13:15, Christoph Feck wrote: > > On 12/04/19 12:56, Volker Hilsheimer wrote: >> Hi, >> >> QApplication::globalStrut is a property that has outlived its purpose. >> >> IIRC, then I added that in the early Qt 2 days, anticipating that with >> Qt/Embedded we might see our widg

[Development] [Announce] Qt 5.14.0 RC released

2019-12-04 Thread List for announcements regarding Qt releases and development
Hi everyone, Qt 5.14.0 RC is released today. As usual you can get it by using online installer (for new installations) or by using maintenance tool (existing online installation). And in addition there is also offline installers in qt account or download.qt.io for users who can't use online one

[Development] Qt 5.14.0 RC released

2019-12-04 Thread Jani Heikkinen
Hi everyone, Qt 5.14.0 RC is released today. As usual you can get it by using online installer (for new installations) or by using maintenance tool (existing online installation). And in addition there is also offline installers in qt account or download.qt.io for users who can't use online one

Re: [Development] Proposal to deprecate the amazing QApplication::globalStrut

2019-12-04 Thread Christoph Feck
On 12/04/19 12:56, Volker Hilsheimer wrote: Hi, QApplication::globalStrut is a property that has outlived its purpose. IIRC, then I added that in the early Qt 2 days, anticipating that with Qt/Embedded we might see our widgets landing on touch screens “any moment now”. The idea was to have a

[Development] Proposal to deprecate the amazing QApplication::globalStrut

2019-12-04 Thread Volker Hilsheimer
Hi, QApplication::globalStrut is a property that has outlived its purpose. IIRC, then I added that in the early Qt 2 days, anticipating that with Qt/Embedded we might see our widgets landing on touch screens “any moment now”. The idea was to have a global setting that ensured that widgets and o

[Development] Tracing for applications

2019-12-04 Thread Lukast dev
Hello, is there some Qt solution for producing traces used for performance analysis? There is on-going work for LTTNG and ETW in Qt I noticed, e.g. here https://codereview.qt-project.org/c/qt/qtbase/+/185287. Can that solution be re-used in Qt applications? If so, is there some documentation for