I'm writing an ebook viewer in C++ using Qt 4.5, using the QWebView object to render html files.
Some of the html files need a high window width, otherwise an horizontal scroll bar will appear, which is very annoying, thus I would like to implement an option to fit the content to the window width.
Please, do you have any idea how to make it possible using Qt ?
This is not about hiding the horizontal scrollbar, but about a "fit-to-width" feature.