Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » QT » Projects » Bike Parking

C++ GUI Project on Tourist Management using QT & Database

Features: Add Packages, Register Tourists
Database used: Yes
Number of Screens: 5 screens (Main, Add Package, Register Tourist, Find Package & Find Tourist)

UI of the Project

This UI contains four buttons, 'Add Package', 'Register Tourist', 'Find Package' & 'Find Tourist'. When user clicks on these buttons a new UI opens.

C++ GUI Project on Tourist Management

Add Package

This UI contains three text boxes, Package Name, Description & Amount. Two buttons Reset & Save.

C++ GUI Project on Tourist Management

Find Package

This UI is used to find packaged available in the system.

C++ GUI Project on Tourist Management

Find Tourist

This UI is used to find Tourists available in the system.

C++ GUI Project on Tourist Management

Register Tourist

This UI is used to register any tourist.

C++ GUI Project on Tourist Management

Database Tables

Tourist Management Database

Execution of the Project