June 2019
Intermediate to advanced
348 pages
8h 28m
English
As we mentioned in the chapter, we can refer to the official document pertaining to the function. If the document stipulates that it supports in-place operations, then it does, otherwise, it doesn't.
We can add a new method to the plugin interface class that returns a QList<QKeySequence> instance and implement it in the concrete plugin class. When we load the plugin, we call that method to get the shortcut key sequence and set it as the hotkey of the action for that plugin.
Read now
Unlock full access