Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Ctrl key accelerator issues in Qt/MFC integration
Forum Updated to NodeBB v4.3 + New Features

Ctrl key accelerator issues in Qt/MFC integration

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    atomas999
    wrote on last edited by
    #1

    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, 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 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

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi, and welcome to the Qt Dev Net!

      Which version of Qt are you using?

      I don't have experience with QMfcApp myself, but I know this:

      • QMfcApp is not part of Qt. Rather, it's part of "Qt Solutions" which isn't maintained anymore.
      • Apparently, QMfcApp worked well with Qt 4.8.3, but users have had trouble with it in Qt 5: http://comments.gmane.org/gmane.comp.lib.qt.user/4198

      If you don't get an answer on this forum within the next few days, try asking at the "Interest mailing list":http://lists.qt-project.org/mailman/listinfo/interest (you need to subscribe first)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • A Offline
        A Offline
        atomas999
        wrote on last edited by
        #3

        Thanks, will have a look at the interest mailing list.

        I am using Qt 4.7.4

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved