Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.08 KB

qt.nvim

Qt helper functions for nvim.

image

Getting Started

Dependencies

Optional

Installation

Using vim-plug

Plug 'vonpb/qt.nvim'

Using packer.nvim

use { 'vonpb/qt.nvim' }

Configuration

require('qt').setup()
require('qt').keymaps()

Usage

Command Keybind Description
Qt CreateUIClass <Leader>Qu Creates a .h, .cpp and .ui file in current directory with class name and parent class set

Support

ToDo

  • add hotkey
  • check for path in class names (must exist)
  • add function to open ui files in Qt Designer