An open API service indexing awesome lists of open source software.

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

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).

![Main Window](https://github.com/user-attachments/assets/1c051aef-f85b-427a-84a8-49435eb69b7b)

## Features

### File management
![File management features](https://github.com/user-attachments/assets/12aff203-37a5-4e38-a082-abb0f3cb7c23)
- Create new files
- Open existing files
- Save current file
- Save as...

![image](https://github.com/user-attachments/assets/8ade4916-babd-4d54-b121-5fb44e469ce4)

- Exit confirmation dialog if file was not saved

> **Future updates**: Add "open recent files" functionality

### File editing

![File editing features](https://github.com/user-attachments/assets/fed6bdeb-156c-43a2-87bb-9e811cccf6ec)
- Copy
- Paste
- Cut
- Undo
- Redo.