aashrafh / QtNotepad

A Notepad that simulates the main functions of Windows Notepad using C++/Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad

A Notepad that simulates the main functions of Windows Notepad using C++/Qt. It simulates the main functions such as: Cut, Copy, Paste, Save as, Open existing file and make a new file.

Demo

Demo

Technologies

  • Qt 5.12

Setup

  • You can download the source code and run it on your Qt IDE
  • Or you can download the exe file and just run it! EXE

Features

  • Cut
  • Copy
  • Paste
  • Save As
  • Open
  • New

About

A Notepad that simulates the main functions of Windows Notepad using C++/Qt

License:MIT License


Languages

Language:C++ 72.6%Language:QMake 27.4%