[Development] App released with windeployqt not showing UI

2022-07-15 Thread Fausto Papandrea
Good morning, I made an app with windeployqt but on some PCs I have some troubles. Sometimes the app is running normally and sometimes the app runs (I can see it from the Task Manager) but UI is not shown. These are the steps I do to release the app: rmdir /S /Q install mkdir install copy

[Development] Qt Release and bugfix

2019-09-18 Thread Fausto Papandrea
Good morning, I have to update my Qt version because of this bug https://bugreports.qt.io/browse/QTBUG-74076. The bug is marked as resolved in Qt 5.12.4, but, is it merged in Qt 5.13/5.13.1? What's the strategy of the release and bugfix merging? Thank you.

[Development] QDateTime addDays logic

2018-12-13 Thread Fausto Papandrea
Hi, I would like to understand the logic of the addDays function of QDateTime. I mean, why doesn't it modify the calling object, but returns a copy of a new object instead? Thank you. ___ Development mailing list Development@qt-project.org