This project is a Car Rental Database Management System developed using C++ and the Qt framework. It allows users to manage rental car information, including:
- Cars (model, make, year, availability, etc.)
- Customers (name, contact details, etc.)
- Rentals (customer, car, rental period, price, etc.)
Features:
- User-friendly Qt GUI interface
- Add, edit, and delete cars, customers, and rentals
- Search for cars and customers
- View rental history
- Generate reports
Dependencies:
- Qt framework (https://download.qt.io/)
- SQLite
Getting Started:
- Install Qt: Download and install the Qt framework from the official website.
- Compile and run: Open the project in Qt Creator and build it.
Usage:
- Run the executable file.
- The application will open the main window.
- Use the menus and buttons to perform various operations on the car rental data.
Note:
- This project is a basic example and can be extended with additional functionalities and features.
- The code includes comments and documentation to help understand the implementation.
Contributing:
We welcome contributions to this project. Feel free to fork the repository and submit pull requests with your improvements.
License:
This project is licensed under the MIT License. See the LICENSE file for details.
Disclaimer:
This project is for educational purposes only and is not intended for commercial use.