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. Changing fonts in Qt Creator [Linux Mint 17 x86_64]
Qt 6.11 is out! See what's new in the release blog

Changing fonts in Qt Creator [Linux Mint 17 x86_64]

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 1 Posters 2.6k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    After installing the latest version of Qt Creator, I have a problem: all fonts in Qt Creator have become bold.

    Now I have: Qt Creator 3.2.1 (opensource) and Qt 5.3.2 (GCC 4.6.1, 64-bit).

    If I run the following command, nothing changes:

    ./qtcreator -style gtk

    I read this thread: http://qt-project.org/forums/viewthread/34148 and decided to change the font, using a custom style sheet.

    I create a custom style sheet and put in it the following content:

    @ * {
    font: 10pt "Tahoma";
    }

    QMainWindow {
    background: # 656565;
    }@

    Now the text on some widgets and panels looks better, but it's still bold in the tabs Home, Design and Help.

    "Screenshot 1":http://s017.radikal.ru/i426/1410/f8/7fdb0e9c318d.png

    "Screenshot 2":http://s019.radikal.ru/i644/1410/05/3ce2c8ce7ba0.png

    Please tell me how to change the other bold fonts?

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

      I managed to solve my problem. The fact that earlier I manually added fonts from Windows to the Linux Mint . Qt5 processes these fonts incorrectly (I don't know why). After removing the added Windows fonts problem is solved.

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

        I managed to solve my problem. The fact that earlier I manually added fonts from Windows to the Linux Mint . Qt5 processes these fonts incorrectly (I don't know why). After removing the added Windows fonts problem is solved.

        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