Searched refs:phLayout (Results 1 – 1 of 1) sorted by relevance
15 QHBoxLayout *phLayout = new QHBoxLayout(this); in PinyinBar() local16 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()