- Qt 5.1
- use snake_case for variables
- use camelCase for operations
- use PascalCase for class name
- tab width : 4 (with spaces)
- encoding : UTF-8
- line separator(newline character) : LF(\n)
- use
#pragma once
instead of#if~#endif
#pragma once
instead of #if~#endif