# Trench Coat Shop (Qt/C++)
Qt desktop application for browsing trench coats, managing a shopping cart, and maintaining a watchlist.
## Features
- Browse items (list/table)
- Add / remove trench coats
- Shopping cart management
- Watchlist using **QTableView**
- Custom **QAbstractTableModel**
- Layered architecture: UI / Service / Repository
## Tech Stack
- C++
- Qt (Widgets)
- Model/View architecture
## Screenshots
(Add screenshots in screenshots/ and link them here)
## Build & Run
### Requirements
- Qt (5 or 6)
- CMake or Qt Creator
### Build (example CMake)
mkdir build
cd build
cmake ..
cmake --build .