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. Is there a way to change QtCreator window title based on run configurations?
Qt 6.11 is out! See what's new in the release blog

Is there a way to change QtCreator window title based on run configurations?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.8k 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.
  • M Offline
    M Offline
    Mike Fidel
    wrote on last edited by
    #1

    Hello!

    I need to run multiple instances of QtCreator with different run settings. Is there a way to label the title of the Qt Creator windows based on the name of the run configuration, to be able to tell the creator instances apart more easily?

    Currently the QtCreator window title is changed to the file that is actively open in the editor. It would be very useful if this could change to the run configuration name.

    aha_1980A 1 Reply Last reply
    0
    • M Mike Fidel

      Hello!

      I need to run multiple instances of QtCreator with different run settings. Is there a way to label the title of the Qt Creator windows based on the name of the run configuration, to be able to tell the creator instances apart more easily?

      Currently the QtCreator window title is changed to the file that is actively open in the editor. It would be very useful if this could change to the run configuration name.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Mike-Fidel

      Hello!

      Hi!

      I need to run multiple instances of QtCreator with different run settings. Is there a way to label the title of the Qt Creator windows based on the name of the run configuration, to be able to tell the creator instances apart more easily?

      You mean, you have open the same project open in multiple Creator instances and run different executables from them?

      Currently the QtCreator window title is changed to the file that is actively open in the editor. It would be very useful if this could change to the run configuration name.

      I don't think this is possible at the moment (without editing Creators source code). I think it could be done in a generic way as we have variables for a lot of internal things, but honestly you're the first one I'm aware of asking for that.

      One problem with a generic implementation could be, that the title must be updated whenever the variable changes. I'm not sure this is easily possible.

      Qt has to stay free or it will die.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Mike Fidel
        wrote on last edited by
        #3

        @aha_1980 said in Is there a way to change QtCreator window title based on run configurations?:

        You mean, you have open the same project open in multiple Creator instances and run different executables from them?

        Yes. This is exactly what I mean. I want to be able to tell the creator instances apart by the window title(Or by some other way, other than going to the project settings and looking what run configuration is enabled.

        aha_1980A 1 Reply Last reply
        0
        • M Mike Fidel

          @aha_1980 said in Is there a way to change QtCreator window title based on run configurations?:

          You mean, you have open the same project open in multiple Creator instances and run different executables from them?

          Yes. This is exactly what I mean. I want to be able to tell the creator instances apart by the window title(Or by some other way, other than going to the project settings and looking what run configuration is enabled.

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi @Mike-Fidel,

          as said, there is nothing ready for now. You can modify Creator yourself or file a suggestion at bugreports.qt.io (please provide a link here). But don't expect it to get high priority.

          Regards

          Qt has to stay free or it will die.

          1 Reply Last reply
          2
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi
            If you have multiple Creators running, you could change the theme in one of them
            So you have one light and one dark. or flat and classic or whatever suits your taste.

            M 1 Reply Last reply
            3
            • mrjjM mrjj

              Hi
              If you have multiple Creators running, you could change the theme in one of them
              So you have one light and one dark. or flat and classic or whatever suits your taste.

              M Offline
              M Offline
              Mike Fidel
              wrote on last edited by
              #6

              @mrjj Thanks! What I'm doing now is open a different file in each one of them, so that the title of each one is different.

              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