any body can help me for thiss???
any body can help me for thiss???
install event filter on your line edit and process QKeyEvent.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
or subclass QLineEdit and then:
Qt Code:
{ if (Qt::Key_Plus == e->key()) qDebug("+ was pressed I ignore that") else }To copy to clipboard, switch view to plain text mode
Bookmarks