So I have a form with some text fields(with text inside..) and a "Copy" button,which currently works as QLineEdit1 > text > copy.
The program itself is a kind of shortcut,I mean instead of having a notepad with notes and hover each line then copy it,I made some fields to hold these notes and I want to make it as simple(very few steps)as possible to use(the text: copy,insert...).

So,I don't want to make 10 btns for each text box and use the sender() function...
What are some better ways to do it?For example double-click the text in any lineedit and it copies?Or something like that.
Thanks