Hai all,
I don't know why the following lines of code isn't working. My aim is to change color of the text when the link is hovered..
self.syncFolderSelection_addFileTypesTextBrowserInTable.setStyleSheet("QTextBrowser:hover{color:#00ff00;background-color:#ff0000;}")
The BG color chages without any error but the foreground color is not. Can anybody correct me..