/QNotePad

A simple notepad app written in C++ with the Qt framework

Primary LanguageC++GNU General Public License v3.0GPL-3.0

QNotePad

CodeFactor Codacy Badge

QNotePad is a lightweight text editor written in c++ with the qt framework

How to build?

You need to have qt installed to build the app.

git clone https://github.com/Ola-jed/QNotePad.git
cd QNotePad
cmake .
make
./QNotePad # You can pass the path to the file to open as a param

You can import the project if you use an ide.

Example

image