Skip to content

Simple desktop application built using the Qt framework that allows users to manage a list of books.

Notifications You must be signed in to change notification settings

EmileGreyling/qt-reading-list-manager

Repository files navigation

Qt Reading List Manager

Overview

The Qt Reading List Manager is a simple desktop application built using the Qt framework. It allows users to manage a list of books, including adding new books, viewing the list, and deleting books from the list. The application stores the book information in a CSV file.

Features

  • Add new books with details such as title, author, publisher, and ISBN.
  • View the list of books in a table format.
  • Delete selected books from the list.
  • Data is stored in a CSV file for persistence.

Screenshots

!Main Window

Installation

Prerequisites

  • Qt framework (version 5.15 or later recommended)
  • C++ compiler (e.g., GCC, MSVC)
  • Qt Creator (optional, for easier development)

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/qt-reading-list-manager.git
    cd qt-reading-list-manager
  2. Open the project in Qt Creator

  3. Build and run the project

About

Simple desktop application built using the Qt framework that allows users to manage a list of books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published