Home
last modified time | relevance | path

Searched refs:textChose (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyinbar.h16 void textChose(const QString &text, int index);
H A Dkeyboard.h32 void textChose(const QString &text, int index);
H A Dpinyinbar.cpp32 emit textChose(index.data().toString(), index.row()); in PinyinBar() local
H A Dkeyboard.cpp93 connect(m_bar, &PinyinBar::textChose, this, &Keyboard::textChose); in createKeys()
376 void Keyboard::textChose(const QString &text, int index) in textChose() function in Keyboard