Qt: Disable column sorting indicator and adjust labels in memcard editor (#3528)

This commit is contained in:
Ariel Nogueira Kovaljski
2025-08-25 08:29:11 -03:00
committed by GitHub
parent f0c0ca3e09
commit 2bd7fe8786

View File

@@ -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>