Results 1 to 4 of 4

Thread: how to add a image to table column header

  1. #1
    Join Date
    Oct 2010
    Posts
    18
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default how to add a image to table column header

    hi

    I need to add a image to the table column header. When user sorts data based on particular column...i want to show a image on the sorted column.

    And also want to know how to increase the cell size in a table.

    Regards
    Nagesh

  2. #2
    Join Date
    Nov 2010
    Posts
    48
    Thanks
    5
    Thanked 4 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: how to add a image to table column header

    to display image you can simply use Label

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: how to add a image to table column header

    You also can style the sort indicator using a style sheet and the QHeaderView ::up-arrow, and ::down-arrow sub-controls.

  4. #4
    Join Date
    Dec 2010
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    Symbian S60

    Default Re: how to add a image to table column header

    tableWidget1->setStyleSheet(QString::fromUtf8("QHeaderView::sec tion\n"
    "{\n"
    "border-image: url(:/new/prefix1/timebar11.PNG);\n"
    "}"));
    //tableWidget1->setHorizontalHeaderItem(0, new QTableWidgetItem("Text", QTableWidgetItem::UserType));

Similar Threads

  1. How to fix width of the Table Header
    By rk0747 in forum Qt Programming
    Replies: 0
    Last Post: 27th September 2010, 09:46
  2. QTableView column header is invisible
    By grsandeep85 in forum Qt Programming
    Replies: 2
    Last Post: 20th October 2009, 12:04
  3. QSql Column-Header
    By reinki0013 in forum Qt Programming
    Replies: 5
    Last Post: 19th May 2009, 13:36
  4. Rename a QTreeView->header() column??
    By killerwookie99 in forum Newbie
    Replies: 1
    Last Post: 15th August 2008, 20:19
  5. Editable table header
    By cmaxb in forum Qt Programming
    Replies: 1
    Last Post: 9th December 2006, 12:12

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.