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 Project Tree Fontsize
Qt 6.11 is out! See what's new in the release blog

QTCreator Project Tree Fontsize

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

    Hi,
    how can i change the fontsize of the Project Tree in the QTCreator without changing my OS fontsize? in the Editor its easy done, but not in the File Tree, as it seem.
    I use Win7, QTCreator 3.5.1.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! I don't think there is a configuration option for that in Qt Creator but you can write your own style sheet and pass that to Qt Creator on startup. A primitive style sheet that does just what you want but that has also many ugly side effects looks like this:

      ugly.css :

      * {
          font-size: 20px;
      }
      

      With this call all Qt Creator: qtcreator -stylesheet=/path/ugly.css

      There are already some custom style sheets around. Just use Google. I liked this one: https://github.com/mervick/Qt-Creator-Darcula

      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