TextEditor-TextFinder.mp4
Before using, add absolute path of 2input.txt inside textfinder.cpp
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.