Skip to content
Snippets Groups Projects
Commit 11c1c396 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

Update Qt and QML coding guidelines

parent 2aa84388
No related branches found
No related tags found
No related merge requests found
# Qt
# Qt/c++
## Signal and slot naming
Both signals and slots should use camelCase.
A signal should use the simple past tense or past participle of some verb, likely prefixed by a short subject. A corresponding slot should be the signal prefixed with the word "on" and not the word "slot". Here are some examples:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment