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

https://github.com/ola-jed/qnotepad

A simple notepad app written in C++ with the Qt framework
https://github.com/ola-jed/qnotepad

qt-framework qt5 text-editor

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# QNotePad

[![CodeFactor](https://www.codefactor.io/repository/github/ola-jed/qnotepad/badge)](https://www.codefactor.io/repository/github/ola-jed/qnotepad)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c795bf59211b4d6ba9d656644b9bb241)](https://www.codacy.com/gh/Ola-jed/QNotePad/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Ola-jed/QNotePad&utm_campaign=Badge_Grade)

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

## How to build?

You need to have [qt](https://www.qt.io/download-qt-installer) installed to build the app.

```bash
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](https://user-images.githubusercontent.com/66482155/147573002-a7936e8f-f381-4051-9b0b-dda2e4929a46.png)