Hi,
there is my problem:
I heve a :
analog.h/.cpp with example analog code
main.h/.cpp main window
and main.h/.cpp

When i have:
AnalogClock *clock = new AnalogClock;
CalCen.setMainWidget( clock );
clock->show();

it's greate but the Clock is in another window.
So, how can i get the clock to for example to QLabel as QPixmap or smtls.

Thanks, Lodhart.