Thanks for ur reply
Hai
In my Project, I have a Main Widget in that QWT Plot Widget and some other widgets [QList ..].
I can get the MouseMoveEvent of my MainWidget but not able to get QWTPlot MouseMoveEvent.
suggestion please
void MainPlot
::mousePressEvent(QMouseEvent *event
) // this is my MainWidget called MainPlot {
------
------
}
void MainPlot::mousePressEvent(QMouseEvent *event) // this is my MainWidget called MainPlot
{
------
------
}
To copy to clipboard, switch view to plain text mode
and
my QWTPLOT Mouse Event is
void MainPlot
::ui->uPlot
->mouseMoveEvent
(QMouseEvent *) // Uplot is my QWTPLOT widget {
// some code
------------------
-------------------
}
void MainPlot::ui->uPlot->mouseMoveEvent(QMouseEvent *) // Uplot is my QWTPLOT widget
{
// some code
------------------
-------------------
}
To copy to clipboard, switch view to plain text mode
suree
India
Bookmarks