Skip to content

Naming conventions

Heikki Johannes Hildén edited this page Oct 19, 2017 · 5 revisions
  1. Be consistent with Qt naming conventions and API design style.
  2. In properties and method names, name the various design elements what Google's official Material guidelines calls them (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.