View Single Post
Posts: 9 | Thanked: 2 times | Joined on Apr 2010 @ Brno, Czech republic
#12
Thanks for the kind. It works . You can use for get the callnumber:

QList<QVariant> lst = msg.arguments();
QVAriant var;
foreach(var, lst)
{
SetText(var.toString());
}
 

The Following User Says Thank You to prklic For This Useful Post: