How do I assign a border to a specific QTableWidgetItem or a row in a QTableWidget?
问题 I am trying to make certain cells in my QTableWidget have different colored borders based on the information contained in an item(cell). I do not want to select those cells and use the selection-color styles because different cells need to be selected/highlighted. for ex. I have a table with 3 columns and 3 rows. All the cells have simple text in each of them. [] [Name] [Value] [Units] [1] [one] [1] [cm] [2] [two] [2] [in] [3] [three][3] [m] The 1st row is selected by the user and is