qt5base-lts/tests/auto/qwindow
Samuel Rødal 0bc19b4997 Implemented QWidget's move() vs setGeometry() distinction in QWindow.
QWidget's move() sets the position of the window including the window
frame, unlike setGeometry(). There was no equivalent for this in
QWindow, so several QWidget auto-tests were failing. Now we add
setFramePos() to achieve the same purpose in QWindow.

This fixes tst_QWidget::windowState(), which uses move().

Change-Id: I9a3e558bd615a8f0234cc3dd94fbb2bf5ecbc148
Reviewed-on: http://codereview.qt-project.org/5405
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2011-09-23 11:31:21 +02:00
..
qwindow.pro QWindow::mapToGlobal/mapFromGlobal and move() 2011-08-29 08:30:00 +02:00
tst_qwindow.cpp Implemented QWidget's move() vs setGeometry() distinction in QWindow. 2011-09-23 11:31:21 +02:00