Sorry that is basically what I had tried before. I tried it again to make sure. The compiler gives me an error message that points at the end of
class MyDialog : public QDialog, public Ui::MyDialogBase
in mydialog,h and says :
mydialg.h:2: error: expected class-name before '{' token
There could be something else wrong since I can not get the makefile generated by qmake to run uic or moc and I have been doing this by hand (what a pain the the rear). But I was able to get the app to build and run using uic3 before I converted the ui files.




Reply With Quote

Bookmarks