Qt Mode for Emacs

What do you use to develop Qt code in Emacs so that it is correctly highlighted / indented?

This page explains the extension for CC mode, but it seems a bit dated. Since Qt is constantly evolving, is there a more modern Qt mode?

+3
source share
1 answer

This page clearly shows that the standard cc mode, packaged with GNU Emacs, now supports Qt extensions; just make sure your cc mode is up to date and you need to be configured.

+6
source

All Articles