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. How to change terminal color and icon
Forum Update on Monday, May 27th 2025

How to change terminal color and icon

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 4 Posters 737 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.
  • J Offline
    J Offline
    JacobNovitsky
    wrote on last edited by
    #1

    Need to change terminal called Qt Creator to make my program more visible

    jsulmJ 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • J JacobNovitsky

      Need to change terminal called Qt Creator to make my program more visible

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @JacobNovitsky Simply configure the terminal started by QtCreator once. How to do that depends on terminal used.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      J 1 Reply Last reply
      1
      • jsulmJ jsulm

        @JacobNovitsky Simply configure the terminal started by QtCreator once. How to do that depends on terminal used.

        J Offline
        J Offline
        JacobNovitsky
        wrote on last edited by
        #3

        @jsulm how to do that?

        J jsulmJ 2 Replies Last reply
        0
        • J JacobNovitsky

          @jsulm how to do that?

          J Offline
          J Offline
          JacobNovitsky
          wrote on last edited by
          #4

          @JacobNovitsky also, I need to change terminal color only for one particual app, other must be in the same but different from that app color

          1 Reply Last reply
          0
          • J JacobNovitsky

            @jsulm how to do that?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @JacobNovitsky said in How to change terminal color and icon:

            how to do that?

            Depends on the terminal used. Why don't you simply look in the terminal (menu, context menu, documentation, ...)?

            Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            JonBJ 1 Reply Last reply
            0
            • jsulmJ jsulm

              @JacobNovitsky said in How to change terminal color and icon:

              how to do that?

              Depends on the terminal used. Why don't you simply look in the terminal (menu, context menu, documentation, ...)?

              Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by
              #6

              @jsulm said in How to change terminal color and icon:

              Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.

              The only thing I can think of is that the "terminals" which an application might create (if that is what is meant) may accept control code sequences to change the color of further text, so that you can make all the output from one program in its terminal be in blue and another all in yellow. You can probably change background colors too. See e.g. How-to: Use ANSI colors in the terminal. ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar.

              S 1 Reply Last reply
              3
              • JonBJ JonB

                @jsulm said in How to change terminal color and icon:

                Regarding specific terminal colors for a specific application: I don't know. I'm also wondering about such a requirement.

                The only thing I can think of is that the "terminals" which an application might create (if that is what is meant) may accept control code sequences to change the color of further text, so that you can make all the output from one program in its terminal be in blue and another all in yellow. You can probably change background colors too. See e.g. How-to: Use ANSI colors in the terminal. ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar.

                S Offline
                S Offline
                SimonSchroeder
                wrote on last edited by
                #7

                @JonB said in How to change terminal color and icon:

                ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar.

                You could simplify this by using a library like https://github.com/termcolor/termcolor

                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