PDA

View Full Version : QTextEdit css support



wirasto
14th December 2009, 03:05
I tried stylesheet like this, but look like QTextedit not support yet.



ui->textEdit->document()->setDefaultStyleSheet(
"p {color: green;} "
"table {border-collapse:collapse; border:1px solid black;}"
);


How to the good way for set stylesheet for table in QTextEdit ?

yogeshgokul
14th December 2009, 06:27
How to the good way for set stylesheet for table in QTextEdit ?
Its not supported using style sheets.