Simple Notepad made with qt
Go to file
Piyush मिश्रः 9c47d379e9 Remove useless padding in textarea and Add screenshot 2024-09-20 22:05:47 +05:30
.gitignore Remove useless padding in textarea and Add screenshot 2024-09-20 22:05:47 +05:30
LICENSE Initial commit 2019-08-13 11:22:42 +05:30
Notepad.pro init 2019-08-13 11:23:43 +05:30
README.md Remove useless padding in textarea and Add screenshot 2024-09-20 22:05:47 +05:30
main.cpp init 2019-08-13 11:23:43 +05:30
mainwindow.cpp init 2019-08-13 11:23:43 +05:30
mainwindow.h init 2019-08-13 11:23:43 +05:30
mainwindow.ui Remove useless padding in textarea and Add screenshot 2024-09-20 22:05:47 +05:30
screenshot.old.png Remove useless padding in textarea and Add screenshot 2024-09-20 22:05:47 +05:30
screenshot.png Remove useless padding in textarea and Add screenshot 2024-09-20 22:05:47 +05:30

README.md

Notepad

Simple Notepad made with Qt 4

Screenshot

Build

# mkdir build
# cd build
# qmake ..
# make