PDA

View Full Version : Please Help



sanfordpaul
22nd February 2009, 04:16
I am trying to inherit from the ui form with the statememt private Ui::WidgetClass tacked onto the regular class declaration. the compiler doesnt seem to recognize the Ui::WidgetClass. so i then add an #include "ui_widget.h statement at the top of the header and it will run. but if i try to connect signals to slots it compiles but wont run.

i am using qt 4.4.3 on windows vista with qt creator.

i would really appreciate any help you could give.

thanks

talk2amulya
22nd February 2009, 06:25
check if the connect() is working by catching the bool value it returns..if u could share relevant code, it would help solving the problem