Qt 6.11 is out! See what's new in the release
blog
How to align slashes, equals etc. in Qt Creator?
-
You can use the beautifier menu. which will use an external program to format your code. I use uncrustify, which can be long to configure but produces highly customisable output.
-
@Ibrahim said:
Thanks, but I don't understand that. Can you give me information?
What don't you understand?
What's your platform? I guess linux since you're mentioning emacs. Then install one of the code formatting tools from the aforementioned link, tell QtCreator about it and edit your coding style. This last step highly depends on the chosen formatter.