I wanted to fix the behaviour, that ESC does not work in dialogs produced by 
QueryUser(). Then I noticed that we are using an obsoleted 
QMessageBox::question() call to generate the dialog... The current Qt 
officialy only defines question() as taking an enum of standard buttons that 
the dialog should contain. Should we move to this new behaviour? That makes 
the rephrasing of several dialogs necessary, but makes the GUI more 
standard-conformant. Or should we write our own small QMessageBox-derived 
function, that adds custom buttons via addButton?

Arne

-- 
Dipl.-Inform. Arne Schmitz              Phone   +49 (0)241 80-21817
Computer Graphics Group                 Fax     +49 (0)241 80-22899
RWTH Aachen University                  http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to