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:
committed by
Alexander Alekhin
parent
c89ae6e537
commit
d84c7e5143
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user