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 the color of the Qt Assistant?
Forum Updated to NodeBB v4.3 + New Features

How to change the color of the Qt Assistant?

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

    i always think that Qt Assistant is the one best of the doc,so,when i met some problem,i always open Qt Assistant and try to find answer

    And then....

    i often look Qt Assistant for a long time,but my eyes is accustomed to to look white fonts and black background.if i look black font and white background too long,my eyes will fell fatigue,even tears....for my eyes,i set Qt Creator like this
    23333333.png

    In fact,my tools like xShell,VS Code,VS and so on,they are all black background.

    How to set the color of Qt Assistant's background to black..

    Help me for my eyes....

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      It's not that simply, it seems.

      While it accepts the -stylesheet cmdline param

      C:\Qt\5.13.1\msvc2017_64\bin\assistant.exe -stylesheet e:\test.txt

      test.txt

      QWidget {
      	background-color: rgb(46, 47, 48);
      	color: rgb(255 255, 255);
      }
      

      alt text

      It didnt use the color tag for changing text color.
      I tried some other stylesheets but at no point,the color would change so not sure this
      can be useful but i felt i should mention it anyway.

      1 Reply Last reply
      2

      • Login

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