I have found it in one of examples.
Qt Code:
if (splash->isVisible() || event->key() == Qt::Key_Return || flipped) { return; }To copy to clipboard, switch view to plain text mode
Could you tell me what is Key_Return?
I have found it in one of examples.
Qt Code:
if (splash->isVisible() || event->key() == Qt::Key_Return || flipped) { return; }To copy to clipboard, switch view to plain text mode
Could you tell me what is Key_Return?
Bookmarks