Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.0
-
None
Description
When a QTableWidget has QTextEdits as persistent editors, then it will not get the actual size hint of the QTextEdit until it has been clicked inside it. Then it will actually use the textedit's size hint and not a smaller default one. It should stick with using one or the other.