Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Set the color for the cell with the widget in QWidgetTable

Set the color for the cell with the widget in QWidgetTable

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 512 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.
  • T Offline
    T Offline
    Trikrista
    wrote on last edited by
    #1

    There is a program in PyQt.
    There is an QTableWidget in which an item is added in this way:
    @
    self.pTableWidget = QtGui.QTableWidget
    #--------------------
    self.pTableWidget.setItem(i, j, QtGui.QTableWidgetItem("text"))

    and sets the color of this item

    self.pTableWidget.item(i, j).setBackground(QtGui.QBrush(QtGui.QColor("#ccc")))
    @

    also to the table added widget:

    @
    self.pTableWidget.setCellWidget(i, j, widget)
    @

    Q: how to set the color of the cell in which is placed the widget?

    I'm sorry for my bad English

    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