Searched refs:m_rightRect (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | rollswitchwidget.cpp | 63 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 D | rollswitchwidget.h | 26 QRect m_rightRect; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | boxwidget.cpp | 33 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 D | boxwidget.h | 27 QRect m_rightRect; variable
|