https://github.com/uxlabspk/qnotepad
A typical notepad app used on any os
https://github.com/uxlabspk/qnotepad
cplusplus cross-platform open-source qt5
Last synced: 9 months ago
JSON representation
A typical notepad app used on any os
- Host: GitHub
- URL: https://github.com/uxlabspk/qnotepad
- Owner: uxlabspk
- Created: 2021-06-16T05:31:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T14:28:15.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:47:40.997Z (11 months ago)
- Topics: cplusplus, cross-platform, open-source, qt5
- Language: C++
- Homepage:
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QNotePad
A typicall notepad to be run on any operating system




## Features:
* print pages.
* print preview.
* Export to html.
* Syntax highlight for(Java Script, Html, C++, Python).
* Convert to html escape.
* Insert comments.
* Insert time.
* Word count.
* Run html files.
* Run spyder files.
* Search on google.
* Provide styles Kvantum, breeze, Windows, Fusion.
### Build on windows:
* Open qt creator, open project and build.
### Build on Linux:
* Open terminal at project folder, write the followings:
* qmake
* make
* This will generate the binary file.