Skip to content

Naming conventions

Heikki Johannes Hildén edited this page Oct 5, 2017 · 5 revisions
  1. Be consistent with Qt naming conventions and API design style.
  2. In properties and method names, call the various design elements what Google calls them in their official guidelines (https://material.io). For example, "slider thumb" is consistent with their terminology. The exception here would be if there is an existing Qt API which has its own naming. Then Qt's naming should be used.
  3. Look at Material-UI (or similar implementations) when considering naming of methods or classes, and the official Material spec. doesn't give a clear answer.
Clone this wiki locally