Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyinbar.cpp15 QHBoxLayout *phLayout = new QHBoxLayout(this); in PinyinBar() local
16 phLayout->setContentsMargins(0,0,0,0); in PinyinBar()
17 phLayout->setSpacing(0); in PinyinBar()
18 phLayout->addWidget(m_pinyinLbl = new QLabel()); in PinyinBar()
24 phLayout->addWidget(view); in PinyinBar()