Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-44772

QAction::setShortcut(QKeySequence::Quit) doesn't map to Control-Q on Linux

    XMLWordPrintable

Details

    • 918e976d398365f49a8de871a680ecd7a6614e70

    Description

      It's been visible for a long time in Assistant that control-Q doesn't quit the application. In qttools/src/assistant/assistant/mainwindow.cpp it does this

          tmp = menu->addAction(appExitIcon, tr("&Quit"), this, SLOT(close()));
          tmp->setShortcut(QKeySequence::Quit);
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srutledg Shawn Rutledge
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes