How to add a linear gradient to a QTableWidget?
self.ui.tbl_temperatur.setStyleSheet("background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #fbf9e3, stop: 1 #E2FCF8);")
How to add a linear gradient to a QTableWidget?
self.ui.tbl_temperatur.setStyleSheet("background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #fbf9e3, stop: 1 #E2FCF8);")
How to add a linear gradient to a QTableWidget?
self.ui.tbl_temperatur.setStyleSheet("background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #fbf9e3, stop: 1 #E2FCF8);")