tests: More tests are now building with QtQuick

56 to go
This commit is contained in:
Sergio Martins
2020-10-29 18:11:24 +00:00
parent f72e8e6a1c
commit b84e0f3605
4 changed files with 387 additions and 382 deletions

View File

@@ -159,6 +159,11 @@ QRect QWidgetAdapter::rect() const
return QRectF(0, 0, width(), height()).toRect();
}
QPoint QWidgetAdapter::pos() const
{
return geometry().topLeft();
}
void QWidgetAdapter::show()
{
setVisible(true);