PDA

View Full Version : Setting statusBar ignoring action tooltips



maverick_pol
10th October 2007, 14:43
Hi gusy,

I am using some informations and send them to statusBar. Everything work fine, but when I choose any action from my menus the status message changes to nothing. It is simply cleared. I have read that when I hover on action its' tooltip is send to the statusBar. As I have empty tooltips so I get nothing.
Howto set my status bar to ignore hovering on actions? I show coordinates from the scene on the statusBar, and that's all. But when I move to the menu the status bar message is cleared.

Any ideas? Thank you.

Maverick

QCasper
10th October 2007, 15:00
You can add permanent widget to status bar (QLabel for example) and show your information there.

maverick_pol
10th October 2007, 15:23
Hi,

Thanks. I have added QLabel to the statusBar and it works as you have said.

Maverick

jpn
11th October 2007, 13:04
http://trolltech.com/developer/task-tracker/index_html?id=182819&method=entry ;)

maverick_pol
11th October 2007, 13:07
Hi,

Thanks for the link.