PDA

View Full Version : StatusBar Message



chethana
2nd June 2009, 05:55
Hi All,

I have created a statusBar through code.

I have 4 PushButtons for that each pushButtons i have setted the statusTipText .

when i move the mouse over those pushbuttons text message is coming in statusBar.

My problem is when i click that pushButton StatusBar message has to show for 5 sec irrespective of showing the statusTipText of other pushButtons when i move the mouse over other pushButtons...

Regards

Chethana

Lykurg
2nd June 2009, 15:44
set a permanent message using QStatusBar::addPermanentWidget() in conjunction with a QTimer for deleting it after 5 sec.