tests: More tests are now building with QtQuick
56 to go
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user