Can u help me with another problem:
I must extract char* out of QVariant. I set it with
action->setData("text");
action is type QAction.

Tnx