Hi,

i`m using qt4 and have defined my gui interface with the designer. the already existent qtablewidget wasn`t good enough for me and i have created subclass of this. i add this in the with the uic generated header. now i need to access other - defined in the ui header file - gui elements.

when i subclass my tablewidget from the ui-header to i get an error. i think because of the added subclassed table.

how can i handle this?

should i rewrite my program without using the autom. generated ui_xxx file or is there any other solution?