Searched refs:sysDict (Results 1 – 1 of 1) sorted by relevance
82 QString sysDict = qApp->applicationDirPath() +"/pinyin/dict_pinyin.dat"; in init() local85 if (QFileInfo::exists(sysDict) == false) in init()87 qDebug() << qApp->applicationDirPath() +"/pinyin/dict_pinyin.dat not found" << sysDict; in init()97 …initDone = im_open_decoder(sysDict.toUtf8().constData(), usrDictInfo.absoluteFilePath().toUtf8().c… in init()99 …qDebug() << "Could not initialize pinyin engine. sys_dict:" << sysDict << "usr_dict:" << usrDictIn… in init()