diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-29 15:02:15 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-29 15:02:15 +0100 |
| commit | 979889edfe61cd12de3764cd31868cef748b52c4 (patch) | |
| tree | bf1b651e95df2e1659b8a82465d6ed2bb0293fce /src/mainwindow.ui | |
| parent | 99ac2c0e9a5f7e5707beb894f3c2933a1d803b7b (diff) | |
Made all lists uniform row heights for performance and alternate row color
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 83aba71a..466bd7bd 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1224,6 +1224,9 @@ p, li { white-space: pre-wrap; } <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> + <property name="uniformItemSizes"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -1316,6 +1319,9 @@ p, li { white-space: pre-wrap; } <property name="indentation"> <number>0</number> </property> + <property name="uniformRowHeights"> + <bool>true</bool> + </property> <property name="itemsExpandable"> <bool>false</bool> </property> @@ -1538,6 +1544,9 @@ p, li { white-space: pre-wrap; } <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> <property name="rootIsDecorated"> <bool>false</bool> </property> |
