Giter Club home page Giter Club logo

notepad's Introduction

Notepad

Introduction

Hi everyone I created this notepad application using Qt (C++ framework for GUI). Qt has an amazing UI which lets the user build valuable project easily , its widgets are very helpful assets.

Tools

  • Qt Creator
  • Qt Designer
  • CSS Style Sheet

Fratures

  • Create new notepad file
  • Open previous file
  • Print current file
  • Copy text
  • Cut text
  • Paste text
  • Undo
  • Redo

Logic Used

void on_actionNew_triggered();

void on_actionOpen_triggered();

void on_actionSave_triggered();

void on_actionPrint_triggered();

void on_actionExit_triggered();

void on_actionCopy_triggered();

void on_actionPaste_triggered();

void on_actionCut_triggered();

void on_actionUndo_triggered();

void on_actionRedo_triggered();
  • on_actionNew_triggered() function - Creates a new file .
  • on_actionOpen_triggered() function - Open an existing file/document.
  • on_actionSave_triggered() function - Saves the current file that you are working on .
  • void on_actionPrint_triggered() function - Prints the document .
  • void on_actionExit_triggered() function - Exits the recent file .
  • void on_actionCopy_triggered() function - Copies the text that has been selected .
  • void on_actionPaste_triggered() function - Pastes the text .
  • void on_actionCut_triggered() function - Cut the text that has been selected .
  • void on_actionUndo_triggered() function - Undo the recently done task.
  • void on_actionRedo_triggered() function - Restores the actions that were undone .

notepad's People

Contributors

tech-bash avatar

Watchers

 avatar

Forkers

anurag629

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.