I am currently working on a MFC document-view application on VC++ 2010. It is 
used as a development framework, with a client specific dialog as needed 
(hiding the framework application).
We have started a gradual port to Qt 4.7.4, using QMfcApp. Our client specific 
dialog is a QMainWindow derivative.
Things are working good except for Ctrl keys accelerators. The problem is that 
all of the ctrl key bindings of the hidden development framework get called 
even if they originate from the QMainWindow client dialog. Even Ctrl-C and 
Ctrl-V commands from text edits get to the MFC frame window.
Not sure where to start about that, any help appreciated                        
                  
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to