36 mCharSelectLabelFont->setText( QStringLiteral(
"%1 %2" ).arg( font.family(), style ) );
40 mCharSelectScrollArea->viewport()->update();
44 QApplication::setOverrideCursor( Qt::ArrowCursor );
45 const int res = exec();
46 QApplication::restoreOverrideCursor();
48 if ( res == QDialog::Accepted )
50 if ( !
mChar.isNull() && gotChar )