Promote name for QTableWidget

Hi, please, Which is the Promote class name for QTableWidget and header file in Qt designer?. I need add a tablewidget to the window. Name the widget as “tableWidget”.

Hey Hugh. QTableWidget is a standard widget, is it not available in Qt Designer? The simplest promote widget is always QWidget. This will mean you can’t connect signals/etc. in Qt Designer, but it will not affect your code.