opencv/modules/highgui/src
Patrick Whalen b2005ccaef Fix broken build for Qt6 with options: WITH_QT=ON and WITH_OPENGL=ON
- QGLWidget changed to QOpenGLWidget in window_QT.h for Qt6 using
  typedef OpenCVQtWidgetBase for handling Qt version

- Implement Qt6/OpenGL functionality in window_QT.cpp

- Swap QGLWidget:: function calls for OpenCVQtWidgetBase:: function calls

- QGLWidget::updateGL deprecated, swap to QOpenGLWidget::update for Qt6

- Add preprocessor definition to detect Qt6 -- HAVE_QT6

- Add OpenGLWidgets to qdeps list in highgui CMakeLists.txt

- find_package CMake command added for locating Qt module OpenGLWidgets

- Added check that Qt6::OpenGLWidgets component is found. Shut off Qt-openGL functionality if not found.
2021-12-09 13:22:20 -08:00
..
files_Qt
backend.cpp highgui: update error messages if no builtin backend 2021-06-09 08:39:50 +00:00
backend.hpp highgui: win32ui plugin 2021-06-19 13:15:46 +00:00
factory.hpp highgui: backends and plugins 2021-05-24 16:12:02 +00:00
plugin_api.hpp highgui: backends and plugins 2021-05-24 16:12:02 +00:00
plugin_wrapper.impl.hpp plugins: reverse candidates order to fetch higher versions first 2021-10-08 20:34:07 +00:00
precomp.hpp Merge pull request #21107 from take1014:remove_assert_21038 2021-11-27 18:34:52 +00:00
registry.hpp highgui: backends and plugins 2021-05-24 16:12:02 +00:00
registry.impl.hpp highgui: win32ui plugin 2021-06-19 13:15:46 +00:00
roiSelector.cpp Fix cv::selectROI rectangle rendering issue 2019-08-05 17:18:30 +03:00
window_cocoa.mm Merge pull request #21147 from mjmdavis:4.x 2021-12-03 16:40:49 +00:00
window_gtk.cpp Merge pull request #21107 from take1014:remove_assert_21038 2021-11-27 18:34:52 +00:00
window_QT.cpp Fix broken build for Qt6 with options: WITH_QT=ON and WITH_OPENGL=ON 2021-12-09 13:22:20 -08:00
window_QT.h Fix broken build for Qt6 with options: WITH_QT=ON and WITH_OPENGL=ON 2021-12-09 13:22:20 -08:00
window_QT.qrc add "Copy to clipboard functional" to imshow wnd with Qt 2020-02-28 00:03:38 +02:00
window_w32.cpp Merge pull request #21107 from take1014:remove_assert_21038 2021-11-27 18:34:52 +00:00
window_winrt_bridge.cpp highgui: fix trackbar value pointer handling 2021-05-28 01:58:58 +00:00
window_winrt_bridge.hpp
window_winrt.cpp Merge pull request #21107 from take1014:remove_assert_21038 2021-11-27 18:34:52 +00:00
window.cpp highgui: drop invalid cvGetWindowImageRect 2021-10-30 12:47:07 +00:00