Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a library that allows a command palette for a Qt application? GTK+ has a similar equivalent as Plotinus.
Qt has a built-in functionality for this - see QCompleter.
I don't think that is the same - QCompleter would require a lot of work before it can be used as a command palette. Nonetheless, it's a start...