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
- Host: GitHub
- URL: https://github.com/ola-jed/qnotepad
- Owner: Ola-jed
- License: gpl-3.0
- Created: 2020-12-23T15:50:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T20:21:51.000Z (over 4 years ago)
- Last Synced: 2025-02-02T01:51:18.364Z (over 1 year ago)
- Topics: qt-framework, qt5, text-editor
- Language: C++
- Homepage:
- Size: 1.8 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QNotePad
[](https://www.codefactor.io/repository/github/ola-jed/qnotepad)
[](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
