Hello,

hope, anyone can help me:

How can I disable the behavior, that Qt creates automatically shortcuts on buttons. I create a button and use labeld it with e.g. abc.setText("Start"). When I re-read the button-label, I get: abc.text() = "S&tart".

I have an UI with many buttons, so shortcuts may not sence and I don't want to see the underlined characters. With Qt 3.0.5 my Application works fine (no shortcuts), but I have installed a new Linux-Distribution with Qt 3.4.4. that show this behavior.

Greetings from Jena/Germany

Joerg