Qt-interest Archive, October 2007
Internal Dialog
Message 1 in thread
Hi
I have a Save function that uses QFileDialog::getSaveFileName() a static QT
dialog function. If you choose a filename that already exists an internal
dialog pops up saying "filename already exists. Do you want to replace
it ?"
The window title for this dialog is "&Save". There is a QAction further up
the chain with the text set to "&Save" as it is used in a QMenu. I'm not
quite certain how QT made the connection to it but it's not important.
Obviously I would quite like to remove the ampersand (&) from the window
title as it doesn't make sense.
My current QT is 4.3.0 (but not for any particular reason, just don't
upgrade every minor release).
Thanks in advance.
--
[ signature omitted ]