You are right. QSignalMapper cannot help you here.
There is a simple solution to your problem: QMetaObject::invokeMethod(). No more indices, just do something like
Qt Code:
To copy to clipboard, switch view to plain text mode
You are right. QSignalMapper cannot help you here.
There is a simple solution to your problem: QMetaObject::invokeMethod(). No more indices, just do something like
Qt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks