Ola-jed / QNotePad

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 97.2%Language:CMake 2.8%