Asroyx / notepad

Notepad with QT C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt Notepad Application

Overview

This is a simple notepad application developed using Qt and C++. It provides basic text editing functionalities and is designed for ease of use.

Features

  • Create, open, and save text files.
  • Cut, copy, and paste text.
  • Undo and redo actions.
  • Find and replace text within the document.
  • Change text font and size.

Requirements

  • Qt Framework (version X.X.X)
  • C++ Compiler (e.g., GCC, MSVC)

Getting Started

  1. Clone the repository:

    git clone https://github.com/Asroyx/notepad.git

About

Notepad with QT C++


Languages

Language:C++ 54.8%Language:QMake 45.2%