Skip to content

Commit 54a58b9

Browse files
committed
Fix shortcut keys in attribute table dialog (fix #12272)
1 parent 44f7930 commit 54a58b9

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

src/ui/qgsattributetabledialog.ui

+8-17
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@
1414
<string>Attribute Table</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
17-
<property name="leftMargin">
18-
<number>0</number>
19-
</property>
20-
<property name="topMargin">
21-
<number>0</number>
22-
</property>
23-
<property name="rightMargin">
24-
<number>0</number>
25-
</property>
26-
<property name="bottomMargin">
17+
<property name="margin">
2718
<number>0</number>
2819
</property>
2920
<property name="spacing">
@@ -97,7 +88,7 @@
9788
</size>
9889
</property>
9990
<property name="shortcut">
100-
<string>Ctrl+E</string>
91+
<string>Ctrl+S</string>
10192
</property>
10293
<property name="checkable">
10394
<bool>false</bool>
@@ -263,7 +254,7 @@
263254
</size>
264255
</property>
265256
<property name="shortcut">
266-
<string>Ctrl+S</string>
257+
<string>Ctrl+R</string>
267258
</property>
268259
<property name="autoRaise">
269260
<bool>true</bool>
@@ -729,6 +720,11 @@
729720
</action>
730721
</widget>
731722
<customwidgets>
723+
<customwidget>
724+
<class>QgsFieldExpressionWidget</class>
725+
<extends>QWidget</extends>
726+
<header>qgsfieldexpressionwidget.h</header>
727+
</customwidget>
732728
<customwidget>
733729
<class>QgsFilterLineEdit</class>
734730
<extends>QLineEdit</extends>
@@ -740,11 +736,6 @@
740736
<header>qgsdualview.h</header>
741737
<container>1</container>
742738
</customwidget>
743-
<customwidget>
744-
<class>QgsFieldExpressionWidget</class>
745-
<extends>QWidget</extends>
746-
<header location="global">qgsfieldexpressionwidget.h</header>
747-
</customwidget>
748739
</customwidgets>
749740
<tabstops>
750741
<tabstop>mRemoveSelectionButton</tabstop>

0 commit comments

Comments
 (0)