QTableWidgetItem shrinking
问题 I have an issue usign QTableWidgetItem. I normally use the QTableWidget like this this->setItem(i, j, new QTableWidgetItem()); this->item(i, j)->setText(string); The column I'm writing to is narrow, only about 20px. I need to write 2 digits in there and from the definition I cannot resize the column. The problem is that once the text overlaps the column width, it totally disappears and only three dots (or even nothing) appear instead. Can I suppress this behavior? I dont mind if there will be