This QML application provides a simple yet functional shopping list for the AsteroidOS smartwatch platform. It reads items from a text file and allows users to manage their shopping needs directly from their wrist.
- Loads shopping items from file:///home/ceres/shopper.txt
- Displays items in a vertically scrolling list with checkboxes
- Sorts unchecked items to the top and checked items to the bottom, both alphabetically
- Fades item background to grey when checked, transparent when unchecked
- Persists checked/unchecked state to the text file using +/- prefixes
- Includes an "Uncheck All" button at the list bottom
- Maintains scroll position when checking items
- Left-aligned item names for clear readability