Qt helper functions for nvim.
Using vim-plug
Plug 'vonpb/qt.nvim'
Using packer.nvim
use { 'vonpb/qt.nvim' }
require('qt').setup()
require('qt').keymaps()
Command | Keybind | Description |
---|---|---|
Qt CreateUIClass |
<Leader>Qu |
Creates a .h, .cpp and .ui file in current directory with class name and parent class set |
- add hotkey
- check for path in class names (must exist)
- add function to open ui files in Qt Designer