pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
46 stars 12 forks source link

html viewer #430

Closed pjrinaldi closed 2 years ago

pjrinaldi commented 2 years ago

while it's great to switch the reporting and other things to the simplified viewer that isn't qtwebengine...

i can't display html pages natively. need to decide if i want to bring back the webengine htmlviewer to do this or push it out to the web browser or even something else entirely.

pjrinaldi commented 2 years ago

so far textbrowser works as the html viewer for my files, i'll need to implement the webengineview htmlviewer for content probably.. have to see whether that is the case or not based on other things. it might have been the signature analysis that was off

pjrinaldi commented 2 years ago

it was a sig check error, html lite viewer is working, so i'm not gonna use webengine cause it is heavy and does more than i want or care about.