Skip to content

apps / winecellar / frontend / qt_kiosk / widgets / movements.py

Path: apps/winecellar/frontend/qt_kiosk/widgets/movements.py
Lane: apps
Executable: no/unknown

Purpose

Component: movements

Lane: apps

Path: apps/winecellar/frontend/qt_kiosk/widgets/movements.py

Role: Qt Widget

Purpose: - Defines 3 class(es) and 2 function(s) that implement this module's responsibilities. - Implements touch-oriented Qt kiosk UI components.

Inputs: - Python import-time context and function/class call parameters from other modules.

Outputs: - No module-scope side effects beyond symbol definitions/import wiring.

Execution: - Interactive Qt kiosk runtime (touch-first UI) within the frontend shell.

Failure modes: - Import path or dependency resolution errors at runtime. - Type/shape mismatches passed into exported functions/classes. - Unexpected runtime state propagated from upstream callers.

Entry points

  • No __main__ guard detected

Key symbols

Classes

  • MaterialBox
  • MovementDraft
  • MovementsPage

Functions

  • _clamp_int(v, default)
  • _digits_only(s)

Configuration & environment

  • (no env vars detected by regex)

Dependencies (imports)

  • PySide6.QtCore
  • PySide6.QtWidgets
  • __future__
  • dataclasses
  • pages.base
  • typing
  • ui_scale
  • widgets.common
  • workers

Operational notes (fill in)

  • Headless/interactive:
  • Systemd unit (if any):
  • Schedules/triggers:
  • Debug artifacts:
  • Failure modes: