Searched refs:textChose (Results 1 – 4 of 4) sorted by relevance
16 void textChose(const QString &text, int index);
32 void textChose(const QString &text, int index);
32 emit textChose(index.data().toString(), index.row()); in PinyinBar() local
93 connect(m_bar, &PinyinBar::textChose, this, &Keyboard::textChose); in createKeys()376 void Keyboard::textChose(const QString &text, int index) in textChose() function in Keyboard