Skip to content

A CSV data structure compatible desktop application made with the Qt Framework using C++ and QML.

Notifications You must be signed in to change notification settings

slmksav/Qt6-Management-App

Repository files navigation

How to Run

  1. Set up the path for your local working directory for the .csv to be loaded first. data.csv comes with the repository. You load another one (testdata.csv) from the directory files directly without defining the base data. image
  2. Run the program in whatever debug or release mode. qDebug logs can be helpful in debugging. You can scroll the employee list and press on employees to open their detailed informations. image
  3. You can write to add an employee (SET) to the currently loaded .csv, all fields have to be filled, it will immediately show at the bottom of the employees list.

image image image

  1. Press the Load CSV and you can load a .csv file from anywhere in your file system. Use the testdata.csv. image

About

A CSV data structure compatible desktop application made with the Qt Framework using C++ and QML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published