Qudi
|
The Qudi suite of tools should have a unified interface concept. It is important for conceptually different interface elements to be visually separated, and for similar elements to appear in the same (ie the expected) place across all Qudi modules.
Many of the initial users of Qudi will be familiar with similar tools from DiQo, and may expect the new tools to be laid out in a similar "familiar" fashion. However, not all of the interfaces for the old software were carefully and intentionally designed. The argument of precedence ("but that's the way it was in the old software...") is therefore not a strong one.
Technically all GUI elements (such as QSpinBox
, QPushButton
, etc) are classes. That's why they have those CamelCase names! However, for readability we want fairly long and clear names for all our GUI elements. We will therefore adopt a naming convention which has a lower-case description with underscores, finishing in the CammelCaps element type.
The trailing ElementType also increases readability when using functions of these classes, for example: