Re: Data recovery library in QT?
If you are talking about data recovery for disk failures or similar, I doubt there are any Qt libraries for that purpose, as you will normally be working with the raw disk reading/writing sectors, inodes, etc. You will likely have to use the host OS raw (and privileged) access methods to accessing raw disk devices.
I assume you've already googled for data recovery libraries. If you find any that are written in C and portable that will compile on multiple OS's, you could easily write a Qt library wrapper for the native C library or just use the C library functions from your Qt application.
Good luck.
I write the best type of code possible, code that I want to write, not code that someone tells me to write!
Bookmarks