|
|
Andrà Somers wrote:
> Hi,
>
> I am trying to display some data using a HTML document. I am having some
> problems with the formatting though. The documentation of QTextEdit
> states:
>
>> Note that we do not intend to add a full-featured web browser widget to
>> Qt (because that would easily double Qt's size and only a few
>> applications
>> would benefit from it). [...] QTextEdit can display a large HTML subset,
>> including tables and images.
>
> OK. So not all of HTML is supported. Is there an overview somewhere of
> what features are supported and what features are not?
>
> AndrÃ
In qt3 you could read the documentation of the class QStyleSheet
(http://doc.trolltech.com/3.3/qstylesheet.html) but in qt4 I dont know
where that information is.
Regards Micke
|
|