Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obviouslynotraffa/qtpuppies

Useful app for dog daycares and dog breedings made with Qt
https://github.com/obviouslynotraffa/qtpuppies

cpp qt

Last synced: 14 days ago
JSON representation

Useful app for dog daycares and dog breedings made with Qt

Awesome Lists containing this project

README

        



QtPuppies

Qt Puppies is a small project done for the Object Oriented Programming course. Basically is an application that allows breeding and daycare managers to have a better overview of the dogs, since, with a greater number of dogs, it is difficult to always have an up-to-date and orderly picture of the situation. Various functions are available, such as search by name, size, breed, etc...


## How to run it   [![Ubuntu](https://github.com/obviouslynotraffa/QtPuppies/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/obviouslynotraffa/QtPuppies/actions/workflows/ubuntu.yml)
To compile the project, clone or download this repository, then run `qmake` and `make`:
```
git clone https://github.com/obviouslynotraffa/QtPuppies.git
cd QtPuppies/src
qmake
make
```

Make sure to have `Qt`, `make` and a `C++` compiler installed and available in your path.

To execute the application run:
```
./QtPuppies
```

### Preview images
![](https://github.com/obviouslynotraffa/QtPuppies/blob/main/doc/sample1.PNG)

![](https://github.com/obviouslynotraffa/QtPuppies/blob/main/doc/sample2.PNG)