Hi, I am not sure if it is possible to use multiple inheritance with two classes which each inherit QObject. You should probably split your widget in the part that's derived from QMainWindow, and a second widget that's derived from QTableWidget. Then use QMainWindow::setCentralWidget() to put the table widget into the main window.
Ginsengelf




Reply With Quote
Bookmarks