-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
4.7.4, 5.2.1, 5.4.2
-
None
-
Windows XP, MSVC 2008, MSVC 2010, MinGW
after calling setVisible(false) or hide() for the QTableWidget's cell widget, it becomes visible again when the table is repained.
i.e. (table is QTableWidget*):
QWidget* widget = table->cellWidget(r, c);
widget->hide();
will hide the widget only till the next repaint of the table.