Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/obviouslynotraffa/qtpuppies
- Owner: obviouslynotraffa
- Created: 2023-05-16T16:32:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:19:49.000Z (about 1 year ago)
- Last Synced: 2023-10-12T04:25:05.315Z (about 1 year ago)
- Topics: cpp, qt
- Language: C++
- Homepage:
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)