📷 QT Based ScreenShot Application Features of Application Screenshot window is Top-window. able to take a screenshot by pressing prnt shortcut key. save the screenshot to clipboard by pressing ctrl+shift+s. save the screenshot to any desination by pressing ctrl+s. 🌱 Getting Started install Latest QT framework. Clone the git repository. after installing QT open as new project And open QT Project file by selecting ScreenshotTool. You can build for Release. select release mode from build placed in left bar. default is Debug. run the application. For getting all the DLL and Required files. add path of bin folder of QT installation path '***\QT\6.8.3\mingw_64\bin' to ENVIRONMENT PATH. selct terminal from status bar numbered with 5. navigate to *\build\Desktop_Qt_6_8_3_MinGW_64_bit-Release\release use command windeploy app.exe, it will collect all the DLL and required files inside Release folder.