cvGetWindowHandle with QT windows don't work (Bug #2530)
Description
This method should return an HWND in case of Win32 and GtkWidget in case of GTK+.
But when using QT windows, the method return a CvWindow* which is not usefull as this class is not available for end-users...
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4450