Skip to content

linton-dawson/qnotepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qnotepad

Notepad created in Qt with basic functionalities

Steps to run the code :

  • cd qnotepad/
  • Run qmake in the terminal in the project repository qmake qnotepad.pro
  • A Makefile will be generated. Run make
  • Run the executable ./qnotepad

About qnotepad :

The notepad contains basic file access and storage methods like

  • New (Creates a new file)
  • Save (Saves current file)
  • Save As (Saves the current file with given name)

The notepad contain basic text editing features like

  • Cut
  • Copy
  • Paste
  • Bold
  • Unbold

Issue :

Different buttons for Bold/Unbold. Need to integrate it into a single button.

About

Notepad created in Qt with basic functionalities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published