An open API service indexing awesome lists of open source software.

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

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.