Thanks! I've reimplemented this function:
Qt Code:
{ if(event->button()==Qt::LeftButton) { out << "test" << endl; } }To copy to clipboard, switch view to plain text mode
And it works just fine. One more question. When I've reimplemented it, it will be working all the time that way. Can I make it work this way only in my 'lock' mode? I think I can use some variable to detect that mode, but is this the only way?
thanks in advance
best regards
Tomasz
Bookmarks