Results 1 to 11 of 11

Thread: Unreadable colours for Documentation

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    May 2010
    Posts
    23
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Unreadable colours for Documentation

    That is very smart way to say that it simply sucks. If you (of course not you personally) don't use system theme and use css instead - allow user to subsitute his own css on the fly.

    Having said that you can change the stylesheet of your whole application using qss

    assistant -stylesheet=fullpath/ass.qss

    and simplest ass.qss would contain
    QTextEdit{ background-color: white; }

    That of course will make background white, so it is only a quick and dirty half-solution. I am lazy to look for how to change text color at the moment, but would not mind knowing that myself.
    Last edited by Onanymous; 3rd October 2012 at 21:28.

Similar Threads

  1. Make Config files unreadable
    By mrandreas in forum Qt Programming
    Replies: 2
    Last Post: 15th October 2011, 00:53
  2. Unreadable font in QT4.7.1 (Windows)
    By i3th in forum Qt Programming
    Replies: 2
    Last Post: 11th March 2011, 15:00
  3. program crashes on unreadable characters. SOLVED
    By JeanC in forum Qt Programming
    Replies: 7
    Last Post: 1st March 2008, 19:53
  4. Adding Qt's documentation to Xcode documentation browser
    By fabietto in forum Qt Programming
    Replies: 0
    Last Post: 10th June 2007, 15:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.