Wysota,
Thanks for your reply. I thought i had included <QScrollBar>.
I will have a look later as i am back in work today![]()
I wish i was a professional developer. its so interesting.
Wysota,
Thanks for your reply. I thought i had included <QScrollBar>.
I will have a look later as i am back in work today![]()
I wish i was a professional developer. its so interesting.
SUCCESS !!!!
it was just missing a <QScrollBar> include.
I cant thank you guys enough for the help.
I have now drawn the timebar over the guide and it works beautifully!!
Thanks,
Dubstar_04
I don't understand something, dubstar_04 said that he couldn't compile my example with Qt 4.7, and that #include <QScrollBar> helped. But doesn't #include <QtGui> including all QtGui module classes definitions ? That's what documentation states:
It works without including separate header for QScrollBar on my side (Qt 4.5.2 on windows xp and Qt 4.7.2 on Ubuntu 9.02).To include the definitions of both modules' classes, use the following directive:
#include <QtGui>
Bookmarks