https://github.com/rpfontana/QtPuppies
Useful app for dog daycares and dog breedings made with Qt
https://github.com/rpfontana/QtPuppies
cpp qt
Last synced: 9 months ago
JSON representation
Useful app for dog daycares and dog breedings made with Qt
- Host: GitHub
- URL: https://github.com/rpfontana/QtPuppies
- Owner: obviouslynotraffa
- Created: 2023-05-16T16:32:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:19:49.000Z (over 2 years ago)
- Last Synced: 2024-12-14T19:19:42.470Z (over 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 [](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

