And how do you connect ? Can we see the connect code ?
Also did you try rebuilding the whole application ?
And how do you connect ? Can we see the connect code ?
Also did you try rebuilding the whole application ?
Qt Code:
QuarterWidget* viewer = new QuarterWidget(); b->setGeometry(0,0,80,40);To copy to clipboard, switch view to plain text mode
also i have rebuild the whole SOLUTION.
you first posted this error. so how many classes this class is inheriting?Object::connect: No such slot SIM::Coin3D::Quarter::QuarterWidget::home().
if all other slots of the class are working then try to rename the slot(wild guess i know). can u call this slot directly?
no your advice is not "wild guess" because simply you solved my problem.
thank you very much, as i tried to call this slot the compiler showed "unresolved external"
though i was writing its implementation, then i discovered that there is an old version
of dll that visual studio is still binding to it, i simply deleted it and re-bind with the
new dll and everything is ok.
Thank You Very Much.
Bookmarks