Results 1 to 2 of 2

Thread: Text Color display in Table

  1. #1
    Join Date
    Jul 2009
    Posts
    36
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Text Color display in Table

    Hi All,

    I am Using QTableWidget to display the data in the Table

    QTableWidget *table = new QTableWidget;
    table->setItem(0, 0, newItemName);
    For Inserting data in Table I use QStringList SList;
    Like

    SList << Data;
    By Using Stylesheet I can fixed the color by using
    color: cyan;

    I want to use different color when data is insert in the Table sometimes it RED, when new data enter Text color is Yellow.
    I want to change the text color when data insert in the table


    Can anyone tell me how is it possible. It would be very helpful for me.

  2. #2
    Join Date
    Jul 2009
    Posts
    36
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Text Color display in Table

    Can anyone tell me that How can I change Text color in Qt apart from using stylesheet?

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. highlightation of table cell only upto the text area
    By sam_er83 in forum Qt Programming
    Replies: 0
    Last Post: 15th September 2009, 15:03
  3. Rich text in table view
    By tulsi in forum Qt Programming
    Replies: 4
    Last Post: 29th April 2009, 14:28
  4. how to add text edit in the table
    By realrichard in forum Qt Programming
    Replies: 1
    Last Post: 18th January 2008, 20:36
  5. Editable text in QGraphicsView
    By wysota in forum Qt Programming
    Replies: 8
    Last Post: 24th February 2007, 15:30

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.