QCahr可以标识一个图标,比如
btn 是个Qpushbutton
btn->setProperty("class", "IconFontButton");
btn->setFont(font);
btn->setText(QChar(0xe647));
btn->setFixedHeight(size);
btn->setToolTip(tooltip);
btn->setCursor(Qt::PointingHandCursor);
就会显示成这样,请问这个对应的表在哪呢,我需要用其他的图标。