You are not logged in.

Search results

Search results 1-1 of 1.

Sunday, January 20th 2008, 1:16am

Author: Valheru

Generating thumbnails problem

I am writing a program to render NFO files, and I want to write a thumbnail viewer so that you can select or mouse over NFO files in Konqueror and see them rendered correctly. To this end, I wrote a text codec for Qt3 for the CP/IBM 437 encoding. It works in the program. I copied the code for the HTML file preview in Konqueror. It works as is for NFO files, but the moment I try to add code to open and decode the file it doesn't work. Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20...