> 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
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
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
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
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
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