theHamsta / QCommandPalette

Sublime/VS-Code-like command palette for Qt Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:theHamsta/QCommandPalette.git --recursive

About

Sublime/VS-Code-like command palette for Qt Applications

License:MIT License


Languages

Language:C++ 93.9%Language:CMake 6.1%