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
QtWS25 Last Chance

How to change terminal color and icon

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 4 Posters 715 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 24 Oct 2023, 22:24 last edited by
    #1

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

    J 1 Reply Last reply 25 Oct 2023, 05:33
    0
    • C Christian Ehrlicher moved this topic from General and Desktop on 25 Oct 2023, 04:32
    • J JacobNovitsky
      24 Oct 2023, 22:24

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

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 25 Oct 2023, 05:33 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 23 Nov 2023, 19:19
      1
      • J jsulm
        25 Oct 2023, 05:33

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

        J Offline
        J Offline
        JacobNovitsky
        wrote on 23 Nov 2023, 19:19 last edited by
        #3

        @jsulm how to do that?

        J J 2 Replies Last reply 23 Nov 2023, 19:35
        0
        • J JacobNovitsky
          23 Nov 2023, 19:19

          @jsulm how to do that?

          J Offline
          J Offline
          JacobNovitsky
          wrote on 23 Nov 2023, 19:35 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
            23 Nov 2023, 19:19

            @jsulm how to do that?

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 24 Nov 2023, 06:56 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

            J 1 Reply Last reply 24 Nov 2023, 08:52
            0
            • J jsulm
              24 Nov 2023, 06:56

              @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.

              J Offline
              J Offline
              JonB
              wrote on 24 Nov 2023, 08:52 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 30 Nov 2023, 08:09
              3
              • J JonB
                24 Nov 2023, 08:52

                @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 30 Nov 2023, 08:09 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