A sticky notes application written with Qt 5.12.
Creating, saving, and deleting works as designed. In the main window you can change the style, delete by series or open by series selected notes. The config.json file saves information about the size and location of windows as well as style and font size. Files are saved in 'UTF-8'. Windows have 'Qt::FramelessWindowHint' and custom borders and title bar. Color style: #AF2222 (red) and #146b70 (blue), background: #202021.
- Lato: zamykanie bez zapisu za pomocą skrótu, wybranie dżwięku, zapobieganie otwierania tej samej notatki kilka razy, instalator
- Ctrl + / Ctrl - (increase and decrease font size)
- Button with brush (switch style red->blue, blue->red)
- Checkbox 'fly' (Always on top flag)
- Slider (Opacity to the extent of 30 – 255, 30 prevents the window from disappearing)
- Ctrl S (In main window: save all opened notes, in active note: save only this note)
- Autsave with closing note (!!! but not when you closing app) if the path is known
- QDialog ask if you want to save note if the path is unknown
- The configuration can be changed manually (flynotes.json and config.json) for adding some other *.txt file
- Option to set time of notification
- Tip with instructions / help