Hmm, I cannot compile if Q_OBJECT is in present in VS 6.0.
I haven't figured out how to make it work with VS 6.0. Do you know how I can incorprate the qmake into VS ?
Hmm, I cannot compile if Q_OBJECT is in present in VS 6.0.
I haven't figured out how to make it work with VS 6.0. Do you know how I can incorprate the qmake into VS ?
You might want to remove the namespace ("Panel::") from the slot name. I'm not sure if the slot normaliser is able to accept that as a proper slot name. You still have to provide Q_OBJECT of course...
If you are using VS 6.0
Do you have the Qt plugins installed.
If so
Open the header file and click on the moc tool button, This will add a moc_filename.cpp to the project.
We can't solve problems by using the same kind of thinking we used when we created them
Bookmarks