I\'d like to format a string for Qt label, I\'m programming in C++ on Qt.
In ObjC I would write something like:
NSString *format=[NSString stringWithFor
Use QString::arg() for the same effect.