A very simple C++ app made with Qt framework for taking Notes and saving it. The dialog boxes look this this-
and
- C++ with Qt6 framework
- created with QtCreator IDE
- windeployqt.exe was used to find the needed dlls but those delivered only the dlls pertaining to Qt. Still 3 dlls libstdc++-6.dll , libwinpthread-1.dll and libgcc_s_seh-1.dll were Manually copied for the exe inside Release folder to work.