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