Skip to content

A simple Application to find and edit text contents of a file made using QT (C++)

Notifications You must be signed in to change notification settings

dhruvkjain/QT_TextEditor_TextFinder

Repository files navigation

Video showing app running

TextEditor-TextFinder.mp4

Note :

Before using, add absolute path of 2input.txt inside textfinder.cpp

Important Takeaway :

Also, In Qt, when you attempt to open a resource file (indicated by the :/ prefix), you cannot open it for writing (QIODevice::ReadWrite). Resource files are typically compiled into your application's binary and are read-only by default.

About

A simple Application to find and edit text contents of a file made using QT (C++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published