Class QGridLines
Class QGridLines: Set the gridlines which have to be rendered for a QDataGrid. HTML5 no longer supports the "rules" attributes, so this is now handled in CSS by adding a particular class to the table. So the text below corresponds to class names added to the table.
string |
None
No gridlines to be rendered |
#
''
|
string |
Horizontal
Horizontal gridlines but not vertical gridlines should be renderd |
#
'horizontalRules'
|
string |
Vertical
Vertical gridlines should be rendered but not horizontal ones |
#
'verticalRules'
|
string |
Both
Both horizontal and verical gridlines have to be rendered |
#
'horizontalRules verticalRules'
|