Open anshuman-mathur opened 6 years ago
Ran our 'Fieldays' app from the AppStudio Desktop on Windows 10, got thousands of console messages about the same thing, something to do with layouts and anchors. I'm assuming we've coded it poorly and/or perhaps Qt 5.11.1 is a bit stricter on what it reports. Whatever the reason, our layouts on those pages aren't loading.
@paul-gpsit We were seeing similar issues as well. I basically went to those areas of code and cleaned things up. Most often I had the following on an item:
anchors.verticalCenter: parent.verticalCenter
which I changed to:
Layout.alignment: Qt.AlignVCenter
This test is to confirm that the core functionality of AppStudio and Player works as expected after upgrading the Qt version to Qt 5.11.1
Steps to follow: