Home
last modified time | relevance | path

Searched refs:m_pinyinLbl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyinbar.cpp18 phLayout->addWidget(m_pinyinLbl = new QLabel()); in PinyinBar()
19 m_pinyinLbl->setStyleSheet("color: blue"); in PinyinBar()
41 m_pinyinLbl->setText(spellingBuf); in setStringList()
H A Dpinyinbar.h20 QLabel *m_pinyinLbl; variable