qDebug
qDebug("%s", "hell0");
qDebug() << "hello" << string("world") << QString("!");
qDebug("%s", qPrintable( QString("hehe") ));
qDebug("%s", "hell0");
qDebug() << "hello" << string("world") << QString("!");
qDebug("%s", qPrintable( QString("hehe") ));