Merge pull request #10649 from GregoryMorse:patch-3

* Fix for QT image window rectangle

* Update window_QT.h

* Update window_QT.cpp

* trailing whitespace

* highgui: fix QT getWindowImageRect()
This commit is contained in:
Gregory Morse
2018-01-21 07:26:48 +01:00
committed by Alexander Alekhin
parent c89ae6e537
commit d84c7e5143
3 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ void CV_HighGuiOnlyGuiTest::run( int /*start_from */)
waitKey(500);
ts->printf(ts->LOG, "GUI 8\n");
getWindowImageRect("Win");
Rect rc = getWindowImageRect("Win");
std::cout << "window image rect: " << rc << std::endl;
ts->printf(ts->LOG, "GUI 9\n");
destroyAllWindows();