Exemple #1
0
void CharSelect::slot_insertSpecialChars(const QString & chars)
{
	chToIns = chars;
	slot_insertSpecialChar();
}
Exemple #2
0
void CharSelect::slot_insertSpecialChars(const QVector<uint> & chars)
{
	chToIns = QString::fromUcs4(chars.data(), chars.length());
	slot_insertSpecialChar();
}