Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.cpp63 m_rightRect = QRect(rect.x() +textX*2, rect.y(), textX, rect.height()); in paintEvent()
87 center = QPointF(m_rightRect.x() + m_rightRect.width()/2, in paintEvent()
88 m_rightRect.y() + m_rightRect.height()/2); in paintEvent()
97 painter.drawLine(QPointF(0,0), getPoint(m_rightRect, 150)); in paintEvent()
98 painter.drawLine(QPointF(0,0), getPoint(m_rightRect, -150)); in paintEvent()
108 }else if(m_rightRect.contains(e->pos())) in mousePressEvent()
H A Drollswitchwidget.h26 QRect m_rightRect; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dboxwidget.cpp33 if(m_rightRect.contains(e->pos())) in mouseReleaseEvent()
64 qDebug()<<"release:"<< e->pos() << m_rightRect; in mouseReleaseEvent()
138 painter.drawRect(m_rightRect); in paintEvent()
139 painter.drawText(painter.boundingRect(m_rightRect, ">", QTextOption(Qt::AlignCenter)), ">"); in paintEvent()
150 m_rightRect =QRect (w-30, h-20, 30, 20); in resizeEvent()
151 qDebug()<< m_rightRect; in resizeEvent()
H A Dboxwidget.h27 QRect m_rightRect; variable