mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-10 08:24:32 +00:00
Qt: Disable column sorting indicator and adjust labels in memcard editor (#3528)
This commit is contained in:
committed by
GitHub
parent
f0c0ca3e09
commit
2bd7fe8786
@@ -30,14 +30,14 @@
|
||||
<enum>QAbstractItemView::SelectionBehavior::SelectRows</enum>
|
||||
</property>
|
||||
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<attribute name="verticalHeaderVisible">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string/>
|
||||
<string>Icon</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
@@ -62,7 +62,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Memory Card:</string>
|
||||
<string>Memory Card 2:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -138,7 +138,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Memory Card:</string>
|
||||
<string>Memory Card 1:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -181,14 +181,14 @@
|
||||
<enum>QAbstractItemView::SelectionBehavior::SelectRows</enum>
|
||||
</property>
|
||||
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<attribute name="verticalHeaderVisible">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string/>
|
||||
<string>Icon</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
|
||||
Reference in New Issue
Block a user