qt: peertableview alternating row colors

This commit is contained in:
randymcmillan 2021-04-25 19:03:12 -04:00
parent c4571a0c39
commit e94920a0bb
No known key found for this signature in database
GPG Key ID: 97966C06BB06757B

View File

@ -923,6 +923,9 @@
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="textElideMode">
<enum>Qt::ElideMiddle</enum>
</property>
@ -984,6 +987,9 @@
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>