Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.cpp49 int textX = rect.width()/3; in paintEvent() local
53 QRectF textRect(textX, textY, textX, rect.height()); in paintEvent()
62 m_leftRect= QRect(rect.x(), rect.y(), textX, rect.height()); in paintEvent()
63 m_rightRect = QRect(rect.x() +textX*2, rect.y(), textX, rect.height()); in paintEvent()