Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 421 Bytes

QCommandPalette

This is a simple Sublime/VS-Code-like command palette for Qt Applications. You can use CTRL+P to perform a fuzzy search through your QActions your menus or you create QActions on the fly.

Have a look at the example folder for how to use it!

PS:

This repo contains submodules. So you have to clone with

git clone [email protected]:theHamsta/QCommandPalette.git --recursive