Hello,
I am new to QT and trying to find a way to manage multiple QTextEdits with the same functions ...
To be more specific I do have 12 QTextEdits inside the same QFrame, and would like to use my same own set of functions listed in a pop-up menu, to manage the 12 QtextEdits instead of writing twleve times this set of functions.
In order to be able to do so I "just" need a mean to get a QtextEdit * to the QtextEdit I left click in, but I can't find a way to do it.
Any help would be welcomed
Bookmarks