mouse click worked in central widget ,but not working in buttons??
Qt Code:
{ if(e->button()==Qt::LeftButton) { } }To copy to clipboard, switch view to plain text mode
mouse click worked in central widget ,but not working in buttons??
Qt Code:
{ if(e->button()==Qt::LeftButton) { } }To copy to clipboard, switch view to plain text mode
Last edited by wysota; 22nd August 2011 at 10:40. Reason: missing [code] tags
Are you sure this belongs to what I assume is the code for your buttons?ui->centralWidget->setCursor(QCursor (*pixmaptw,0,0));
Are you sure it is not working?
Don't write a post just to thank someone, use "Thanks" button.
Bookmarks