Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adityanms/Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

================== Basic-Notepad

This is a simple notepad written in C++ using Qt. This application can open, close and save files. There is one class used in this application. It is called notepad.

The notepad class has the following private members. QTextEdit *tEditor; QPushButton *quitButton;

  QAction *openAction;
  QAction *saveAction;
  QAction *quitAction;

The notepad class has the following slots. void open(); void save(); void Quit();

M.S.Adityan www.msadityan.com

About

A simple notepad application written in C++ and Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages