Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dmodelmenu.cpp196 QString smallText = fm.elidedText(text, Qt::ElideMiddle, m_maxWidth); in makeAction() local
197 return new QAction(icon, smallText, parent); in makeAction()