Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klappdev/notiz
Qt widgets application for notes
https://github.com/klappdev/notiz
cpp cpp17 qt qt5 qt5-widgets
Last synced: 5 days ago
JSON representation
Qt widgets application for notes
- Host: GitHub
- URL: https://github.com/klappdev/notiz
- Owner: klappdev
- License: mit
- Created: 2023-09-02T11:12:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T15:18:01.000Z (9 months ago)
- Last Synced: 2024-02-10T16:29:06.308Z (9 months ago)
- Topics: cpp, cpp17, qt, qt5, qt5-widgets
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# notiz
Qt widgets application for manage notices.
![List of notices](files/notiz_1.png "Notiz")
## Building
Perform the following actions for building project:```bash
qmake -project
qmake
make
```## Requirements
C++17
Qt 5