Suppose you have an AUT that has a QStackedWidget and you want to verify how many widgets are in the stack.
Unfortunately, this doesn't work: Python will throw an error "'int' object is not callable" at the line marked Error.
This problem arises because QStackedWidgets have both a count() function and a count property, and when Squish is faced with a function and a property with the same name it always chooses the property.
The solution is simple — we just use the count property, replacing the Error line with:
We would like to use Google Analytics to get a better understanding of how
you use the website.
By agreeing to this, your usage data will be stored in the USA and processed
by Google LLC. Both Google as well as federal US agencies can access this data
and combine it with any other data about you, such as your search history,
personal accounts or any other data known to Google.