try this
Qt Code:
connect(timer, SIGNAL(timeout()), this, SLOT(your_Change_Color_function())); timer->start(1000);To copy to clipboard, switch view to plain text mode
try this
Qt Code:
connect(timer, SIGNAL(timeout()), this, SLOT(your_Change_Color_function())); timer->start(1000);To copy to clipboard, switch view to plain text mode
Last edited by jpn; 22nd February 2008 at 09:19. Reason: missing [code] tags
See the link below;
http://www.qtcentre.org/forum/f-qt-p...get-11106.html
Anurag Shukla
A man who never makes mistake is the man who never does anything! Theodre Rosvelt!
Bookmarks