You are putting a character in the cell that does not have a glyph in the current font. How is the data sourced? What exactly is going in the cell?
You are putting a character in the cell that does not have a glyph in the current font. How is the data sourced? What exactly is going in the cell?
qstring... get data from socket... using setitem i insert in cell... when i run the same code using qtable(qt3) it works fine..when i use qtablewidget the cell content shows the box like character...and if i use qtabe(qt3) the cell shows null or empty which is correct...because it should show empty for that column..
I will ask again: What exactly is going in the cell? What bytes are you getting in the socket that you are mangling into a QString and then stuffing into a QVariant? This is the problem, not the table widget.
Bookmarks