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. QtCreator restyle and customize
Qt 6.11 is out! See what's new in the release blog

QtCreator restyle and customize

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
5 Posts 3 Posters 2.3k Views 1 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.
  • Q Offline
    Q Offline
    qioalice
    wrote on last edited by
    #1

    Hello there!
    I wanna change look QtCreator and restyle it. Just for me. And I read about restyle QtCreator through qss (some stylesheet file and load it to QtCreator using argument '-stylesheet=file' at starting). But Idk some qss selectors that are used in QtCreator. For example left bar with buttons welcome, edit, etc. I wanna restyle it, but Idk how cause Idk selectors. I tried 'QTabBar', 'QToolBox', 'QToolBar', but it leftbar isn't none of these selectors. Also, welcome page contains buttons ('new project', open project', etc) that isn't QPush(Abstract)Button apparently. At least it didn't react when I changed QPush(Abstract)Button properties.

    Please, tell me, what selectors I should use for to do what I want.
    Ty and sry for my eng.

    K 1 Reply Last reply
    0
    • Q qioalice

      Hello there!
      I wanna change look QtCreator and restyle it. Just for me. And I read about restyle QtCreator through qss (some stylesheet file and load it to QtCreator using argument '-stylesheet=file' at starting). But Idk some qss selectors that are used in QtCreator. For example left bar with buttons welcome, edit, etc. I wanna restyle it, but Idk how cause Idk selectors. I tried 'QTabBar', 'QToolBox', 'QToolBar', but it leftbar isn't none of these selectors. Also, welcome page contains buttons ('new project', open project', etc) that isn't QPush(Abstract)Button apparently. At least it didn't react when I changed QPush(Abstract)Button properties.

      Please, tell me, what selectors I should use for to do what I want.
      Ty and sry for my eng.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @qioalice said in QtCreator restyle and customize:

      Did you see this in Qt creator manual?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qioalice
        wrote on last edited by
        #3

        @koahnig sry but may be u misunderstood me. I wanna change and restyle whole appearance of Qt Creator, not only code highlighting. Preinstalled themes in Qt Creator (like for example flat, dark flat, etc) can do it, but I don't like this themes.

        Look this: https://habrahabr.ru/post/152367/
        This article about what I want, but it's old and author didn't restyle some elements of Qt Creator ui, for example left bar or something else.

        K 1 Reply Last reply
        0
        • Q qioalice

          @koahnig sry but may be u misunderstood me. I wanna change and restyle whole appearance of Qt Creator, not only code highlighting. Preinstalled themes in Qt Creator (like for example flat, dark flat, etc) can do it, but I don't like this themes.

          Look this: https://habrahabr.ru/post/152367/
          This article about what I want, but it's old and author didn't restyle some elements of Qt Creator ui, for example left bar or something else.

          K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @qioalice

          Looks like an interesting article. Since I cannot read Russian I had to use Google translate which is still a bit awkward.

          This is a user forum, not sure if there people around digging as deep. Eventually you may have to try the developers mail list or to dig into creator's source code.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • hungerH Offline
            hungerH Offline
            hunger
            wrote on last edited by
            #5

            https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/share/qtcreator/themes has the themes that ship with creator. Those are the easiest way to change the colors used in the UI. I am not sure you can change icons via the .theme-files, but at the very least you can tint the existing icons.

            Work to make the themeing more powerful is ongoing, help is appreciated. We are always happy to get patches via codereview.qt.io!

            1 Reply Last reply
            3

            • Login

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