qtquick: Port more tests
This commit is contained in:
@@ -210,6 +210,11 @@ void QWidgetAdapter::resize(QSize sz)
|
||||
setHeight(sz.height());
|
||||
}
|
||||
|
||||
void QWidgetAdapter::resize(int w, int h)
|
||||
{
|
||||
resize({w, h});
|
||||
}
|
||||
|
||||
bool QWidgetAdapter::isMaximized() const
|
||||
{
|
||||
if (QWindow *w = windowHandle())
|
||||
|
||||
Reference in New Issue
Block a user