Re: [Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Mitch Curtis
evelopment@qt-project.org<mailto:development@qt-project.org> Subject: [Development] QTestLib: sending mouse move and release events outside windows https://bugreports.qt.io/browse/QTBUG-67702 explains that sending mouse move and release events outside of a window causes warnings: void

Re: [Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Gatis Paeglis
From: Development mailto:development-bounces+gatis.paeglis=qt...@qt-project.org>> on behalf of Mitch Curtis mailto:mitch.cur...@qt.io>> Sent: Monday, April 16, 2018 11:56:56 AM To: development@qt-project.org<mailto:development@qt-project.org> Subject

Re: [Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Mitch Curtis
<mailto:development@qt-project.org> Subject: [Development] QTestLib: sending mouse move and release events outside windows https://bugreports.qt.io/browse/QTBUG-67702 explains that sending mouse move and release events outside of a window causes warnings: void Test::test_case1() { Q

Re: [Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Gatis Paeglis
on behalf of Mitch Curtis mailto:mitch.cur...@qt.io>> Sent: Monday, April 16, 2018 11:56:56 AM To: development@qt-project.org<mailto:development@qt-project.org> Subject: [Development] QTestLib: sending mouse move and release events outside windows https://bugreports.qt.io/browse/QTBUG-677

Re: [Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Mitch Curtis
<mailto:development@qt-project.org> Subject: [Development] QTestLib: sending mouse move and release events outside windows https://bugreports.qt.io/browse/QTBUG-67702 explains that sending mouse move and release events outside of a window causes warnings: void Test::test_case1() { QWindow w

Re: [Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Gatis Paeglis
rtis Sent: Monday, April 16, 2018 11:56:56 AM To: development@qt-project.org Subject: [Development] QTestLib: sending mouse move and release events outside windows https://bugreports.qt.io/browse/QTBUG-67702 explains that sending mouse move and release events outside of a window causes warnings:

[Development] QTestLib: sending mouse move and release events outside windows

2018-04-16 Thread Mitch Curtis
https://bugreports.qt.io/browse/QTBUG-67702 explains that sending mouse move and release events outside of a window causes warnings: void Test::test_case1() { QWindow window; window.resize(400, 400); // Start inside and drag outside (e.g. moving a selection to the edge of a // ca