1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Enable alternateRowColors in Html5PermissionDialog

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2022-08-27 13:58:53 +02:00
parent 5b473b6866
commit e6a6a64d68
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -50,6 +50,9 @@
</item>
<item row="1" column="0">
<widget class="QTreeWidget" name="treeWidget">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="indentation">
<number>0</number>
</property>
@ -147,7 +150,11 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="listWidgetDefaults"/>
<widget class="QListWidget" name="listWidgetDefaults">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>