Hi friends,
Im having a small problem with QTableView (look wise)
i set thye StyleSheet value to
selection-background-color: blue;
background-color: rgb(39, 42, 49);
font: 1em;
color: white;
}
QTableView {
selection-background-color: blue;
background-color: rgb(39, 42, 49);
font: 1em;
color: white;
}
To copy to clipboard, switch view to plain text mode
and the tableview color will be in dark blue ..
but i want the grid lines of the TableView to be in white in color ..
specifically i couldnt able to find any call for that ..
can anyone please kindly help me to set the color of the lines in QTableView
Thks in advance ..
Thanks & Regards,
Bookmarks