how to get selected rows in QTableView

The method selectionModel() return a QItemSelectionModel. You can use QItemSelectionModel class to check/change/other selection(s) Example: QItemSelectionModel *select = table->selectionModel(); select->hasSelection() //check if has selection select->selectedRows() // return selected row(s) select->selectedColumns() // return selected column(s) …

Linethrough/strikethrough a whole HTML table row

Oh yes, yes it is! CSS: table { border-collapse: collapse; } td { position: relative; padding: 5px 10px; } tr.strikeout td:before { content: ” “; position: absolute; top: 50%; left: 0; border-bottom: 1px solid #111; width: 100%; } HTML: <table> <tr> <td>Stuff</td> <td>Stuff</td> <td>Stuff</td> </tr> <tr class=”strikeout”> <td>Stuff</td> <td>Stuff</td> <td>Stuff</td> </tr> <tr> <td>Stuff</td> <td>Stuff</td> <td>Stuff</td> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)