https://github.com/caiofov/notepad-qt-cpp
A notepad application developed in C++ with Qt
https://github.com/caiofov/notepad-qt-cpp
cpp notepad qt
Last synced: 2 months ago
JSON representation
A notepad application developed in C++ with Qt
- Host: GitHub
- URL: https://github.com/caiofov/notepad-qt-cpp
- Owner: caiofov
- Created: 2024-12-08T21:17:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T14:31:27.000Z (over 1 year ago)
- Last Synced: 2025-03-31T08:19:32.805Z (over 1 year ago)
- Topics: cpp, notepad, qt
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notepad with Qt
A notepad application developed in C++ with Qt, based on [Derek Banas's tutorial on YouTube](https://www.youtube.com/watch?v=I96uPDifZ1w).

## Features
### File management

- Create new files
- Open existing files
- Save current file
- Save as...

- Exit confirmation dialog if file was not saved
> **Future updates**: Add "open recent files" functionality
### File editing

- Copy
- Paste
- Cut
- Undo
- Redo.