https://github.com/berkbavas/mobilephonesimulator
LCD screen implementation in QML
https://github.com/berkbavas/mobilephonesimulator
gui led-display qml qt qt5 simulator
Last synced: about 2 months ago
JSON representation
LCD screen implementation in QML
- Host: GitHub
- URL: https://github.com/berkbavas/mobilephonesimulator
- Owner: berkbavas
- Created: 2022-01-17T16:47:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T21:26:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T13:11:03.663Z (over 1 year ago)
- Topics: gui, led-display, qml, qt, qt5, simulator
- Language: C++
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Phone Simulator
A retro mobile phone simulator built with C++ and QML, designed to mimic the look and feel of classic mobile phones.
The project features a custom UI, menu navigation, contact management, and more.
## Project Structure
- `Source/` — C++ source code (controllers, models, logic)
- `Qml/` — QML UI components
- `Resources/` — Images, fonts, and data files
- `MobilePhoneSimulator.pro` — Qt project file
## Getting Started
1. **Requirements:**
- Qt 5 or 6 (with QML and QtQuick modules)
- C++17 compatible compiler
2. **Build:**
- Open `MobilePhoneSimulator.pro` in Qt Creator
- Build and run the project
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.