<table border="1" cellspacing="0" cellpadding="0">
<table style="border-collapse:collapse; border:solid" border="1" cellspacing="0" cellpadding="0">
QTextLength table_width_in_percent(QTextLength::PercentageLength,table_width); QTextTableFormat table_format; table_format.setWidth(table_width_in_percent); table_format.setAlignment(Qt::AlignHCenter); table_format.setBorder(1); table_format.setBorderStyle(QTextFrameFormat::BorderStyle_Solid); table_format.setPadding(0); table_format.setCellPadding(0); table_format.setCellSpacing(0); QTextTable *table=textarea->textCursor().insertTable(table_hnum, table_vnum, table_format);
this->setStyleSheet("table {border-collapse:collapse; border:solid;}");
"QTextEdit::table {border:1px solid maroon;}"
HTML<table border="1" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" width="100%" cellspacing="0" cellpadding="4"><thead>
HTML<table border="1" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;" width="100%" cellspacing="0" cellpadding="4">
<table border="1" style="border-style:solid" cellspacing="-1" cellpadding="0">