Skip to content

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

License

Notifications You must be signed in to change notification settings

Ola-jed/QNotePad

Repository files navigation

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