Qt "Copy/Paste/Cut" -



Qt "Copy/Paste/Cut" -

well, i'm doing text editor, write text "qplaintextedit" i'm having issues, i'm trying in "edit" menu, alternative copy/paste/cut.

with re-create meant, select text in editor, open edit menu, click re-create , sends clipboard. paste, pastes copied? cut, cuts selected text.

qtextedit has slots copy, paste , cut. so, need connect signals these slots , have c-c\c-v functionality. can in qdesigner without coding.

qt copy paste cut

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -