Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT Creator: hotkeys to set active project in the workspace
Forum Updated to NodeBB v4.3 + New Features

QT Creator: hotkeys to set active project in the workspace

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
4 Posts 3 Posters 2.4k Views
  • 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.
  • D Offline
    D Offline
    danilabagroff
    wrote on last edited by
    #1

    I have 2 projects in the workspace and I need to switch between them for build and run operations to debug simultaneously both projects(they are front/back-ends). The one method I know is changing active project by mouse click in a context menu.

    Not critical indeed but quite annoying and I strongly believe that there is another way to achieve the same: quick way to build(and run a debug ) non-active project via hotkeys or locator(cmd+k).

    Thank you in advance.

    J.HilkJ 1 Reply Last reply
    1
    • D danilabagroff

      I have 2 projects in the workspace and I need to switch between them for build and run operations to debug simultaneously both projects(they are front/back-ends). The one method I know is changing active project by mouse click in a context menu.

      Not critical indeed but quite annoying and I strongly believe that there is another way to achieve the same: quick way to build(and run a debug ) non-active project via hotkeys or locator(cmd+k).

      Thank you in advance.

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by J.Hilk
      #2

      hi @danilabagroff and welcome
      well,
      the only way I know of, is using strg + t (cmd + t on Mac) to open the selection, and you can than select with the arrow keys your target project


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2
      • D Offline
        D Offline
        danilabagroff
        wrote on last edited by
        #3

        Thank you very much!
        This is pretty close to... but still required mouseclicks. If one is already running(and under debug) after changing deploy profile (via cmd+t I) still need to change Debugger preset, otherwise I'm only allowed to pause the current debug rather than run a new one.

        At least this is something better than before, thank you again ;)

        1 Reply Last reply
        0
        • C Offline
          C Offline
          chaucer888
          wrote last edited by chaucer888
          #4

          I know this is an old thread, but someone might find this helpful:
          (Qt Creator 17 on Mac)

          • Press Cmd+T for the selection dialog.
          • Once it pops up, hold Cmd and press T to cycle through your open projects.
          • Release Cmd and the selected project is activated and the dialog disappears.

          Note: The dialog has three columns Project, Deploy, Run. For the above to work the column Project has to be active (dark selection field there). It looks like that each time you start Qt Creator the active column will be Deploy.
          In that case just click once a project name or use arrow keys to activate the Project column, and from that time it should work again (until you quit Qt Creator).

          1 Reply Last reply
          1

          • Login

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