QLineEdit uses QKeyEvent::text() for inserting text.
Qt Code:
Qt::Key_A, Qt::NoModifier, "a")); // <-QKeyEvent::textTo copy to clipboard, switch view to plain text mode
QLineEdit uses QKeyEvent::text() for inserting text.
Qt Code:
Qt::Key_A, Qt::NoModifier, "a")); // <-QKeyEvent::textTo copy to clipboard, switch view to plain text mode
J-P Nurmi
cocheci (31st May 2006)
Bookmarks