Hello everybody,

I have installed qt-eclipse integration 1.4.3, Qt 4.4.3 and qwt 5.1.1 in xp and I have followed all the instructions in order to get the plugins and libraries in the correct places (adding also LIBS += -lqwt and INCLUDEPATH in .pro).

I´m trying to run simple_plot that comes in examples of qwt but I´m having several problems here:

1. After building the project I get 0 errors and 0 warnings but when I run the .exe nothing seems to happen, nothing appears on the screen. I have already run the addresbook (only qt) example that comes in the qt-eclipse-integration tutorial and everything works fine here.

2. In the widget box doesn´t appear the widget box corresponding to qwt. I have an empty .ui file so maybe this is the problem but I really do not know how to solve this. What should I do with this empty .ui?

Summarizing, I have not been able to combine qt and qwt in qt-eclipse integration. Can anybody give me a hand here?

Thank you very much.