mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:15:35 +00:00
Alternate row colors in directory and archive list
This commit is contained in:
parent
830a26f75e
commit
3a9e6de6fd
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
|||
<layout class="QGridLayout" name="dirTabLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QListWidget" name="directoryListWidget">
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="dragDropMode">
|
||||
<enum>QAbstractItemView::InternalMove</enum>
|
||||
</property>
|
||||
|
@ -173,6 +176,9 @@
|
|||
<layout class="QGridLayout" name="archiveTabLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QListWidget" name="archiveListWidget">
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
<enum>Qt::CustomContextMenu</enum>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue