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

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

XMLWordPrintable

    • 918e976d398365f49a8de871a680ecd7a6614e70

      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);
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes