Hi all,
QTableWidget works very fine but I saw it's not possible to hide border of QTableWidgetItem ?!
I tried using stylesheet "QTableView::item" with "border: none;" but a line with black color still painted.
I tried using "border: transparent;" and the same result, the border still there.
Maybe it's a bug of Qt ?
Thanks