• Pavel Rojtberg's avatar
    highgui: add property WND_PROP_VISIBLE · 358ec044
    Pavel Rojtberg authored
    checks whether the window exists and is visible. On QT closing a window
    merley hides it, so the common hack for checking whether a window exists
    
    exists = cv2.getWindowProperty(.., 0) >= 0
    
    does not work.
    358ec044
Name
Last commit
Last update
..
files_Qt Loading commit data...
precomp.hpp Loading commit data...
window.cpp Loading commit data...
window_QT.cpp Loading commit data...
window_QT.h Loading commit data...
window_QT.qrc Loading commit data...
window_carbon.cpp Loading commit data...
window_cocoa.mm Loading commit data...
window_gtk.cpp Loading commit data...
window_w32.cpp Loading commit data...
window_winrt.cpp Loading commit data...
window_winrt_bridge.cpp Loading commit data...
window_winrt_bridge.hpp Loading commit data...