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. How to add QShortcut to QWindow?

How to add QShortcut to QWindow?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 281 Views 2 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
    Asperamanca
    wrote on last edited by
    #1

    QShortcut only takes a QWidget as parent. But QQuickView, for example, is a QWindow. I know I can wrap it using createWindowContainer, but that makes automatic window resizing depending on the root item more difficult (and I expect to find more difficulties caused by this intermediate layer).

    Is there any way to use QShortcut with QWindow directly?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you consider QQuickWidget ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Did you consider QQuickWidget ?

        A Offline
        A Offline
        Asperamanca
        wrote on last edited by Asperamanca
        #3

        @SGaist
        Whops, I completely missed that. It's still a wrapper, I see, but at least the ugly details are hidden from my eyes.

        EDIT: It still is unclear to me why a QWindow shouldn't also have shortcuts (I certainly don't see technical reasons), but for my purposes, the answer is quite sufficient.

        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