Friday, May 25, 2007

QtPlugin and Eclipse

I am currently working on a MDI arch. using QtPlugin to provide different systems within the same application. Hopefully this will help with code reusability and allow me to release more frequent versions of my applications. So far the testing is going great!

I did have one silly oops trying to get my test plugin working. I forgot to make a function in my interface a pure virtual function.

Here is a link on QtPlugins:
http://doc.trolltech.com/4.3/plugins-howto.html


Also, they (TrollTech) just released a Tech Preview of the Eclipse QT Integration.
http://trolltech.com/company/newsroom/announcements/press.2007-05-24.8884335791

I'm downloading now :), I might start using this instead of VS2005 if things go well.