anyone know how to paste from clipboard?
i am making a qt gui app so when they click paste it will dump the clipboard contents into a textbox
This is a discussion on c++ paste from clipboard within the C++ Programming forums, part of the General Programming Boards category; anyone know how to paste from clipboard? i am making a qt gui app so when they click paste it ...
anyone know how to paste from clipboard?
i am making a qt gui app so when they click paste it will dump the clipboard contents into a textbox
Read up on QClipboard
Qt 4.7: QClipboard Class Reference