add Copy to clipboard functional to imshow wnd with Qt#16677
add Copy to clipboard functional to imshow wnd with Qt#16677opencv-pushbot merged 1 commit intoopencv:3.4from Bleach665:Qt_imshow_clipbrd
Conversation
|
@Bleach665 interesting function, thanks! Could you add notes to the project documentation to promote the feature. Users do not know about that and cannot get it without documentation. |
|
You can extend this page that is generated for this header file preambule. In addition you can extend cv::imshow documentation and add note about backend specific functionality like it's done for cv::imread. |
|
Thank you for contribution! There is no documentation for any of other Qt U/I buttons. So my suggestion is to avoid adding them (perhaps separate page/tutorial would be better). Please fix "Docs" whitespace warnings and rebase onto 3.4 branch. So, please:
Note: no needs to re-open PR, apply changes "inplace". |
|
Repair branch: and try again. |
|
Ok. thanks |

Adds "copy to clipboard" button to
imshowwindow if opencv was built with Qt.Tested on Windows 10, MACOS 10.14.6, Xubuntu 18.04.2, Qt 5.11.xx.