hi wysota,
ok iv just tryed pointing to Ui::mywidget but doing so just gives me a conversion error
cannot convert from 'Ui::mywidget *' to 'QWidget *'
thats using,
QWidget *testwidget;
testwidget = &Ui::mywidget;
any ideas?
cheers
hi wysota,
ok iv just tryed pointing to Ui::mywidget but doing so just gives me a conversion error
cannot convert from 'Ui::mywidget *' to 'QWidget *'
thats using,
QWidget *testwidget;
testwidget = &Ui::mywidget;
any ideas?
cheers
Hi. Read http://doc.trolltech.com/4.3/designe...component.html, please. Pay special attention to either single or multiple inheritance approach.
J-P Nurmi
Bookmarks