Skip to content

Commit

Permalink
Fix shortcut keys in attribute table dialog (fix #12272)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 19, 2015
1 parent 9443a1a commit 44a3fed
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -14,16 +14,7 @@
<string>Attribute Table</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
Expand Down Expand Up @@ -97,7 +88,7 @@
</size>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
<string>Ctrl+S</string>
</property>
<property name="checkable">
<bool>false</bool>
Expand Down Expand Up @@ -263,7 +254,7 @@
</size>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
<string>Ctrl+R</string>
</property>
<property name="autoRaise">
<bool>true</bool>
Expand Down Expand Up @@ -729,6 +720,11 @@
</action>
</widget>
<customwidgets>
<customwidget>
<class>QgsFieldExpressionWidget</class>
<extends>QWidget</extends>
<header>qgsfieldexpressionwidget.h</header>
</customwidget>
<customwidget>
<class>QgsFilterLineEdit</class>
<extends>QLineEdit</extends>
Expand All @@ -740,11 +736,6 @@
<header>qgsdualview.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsFieldExpressionWidget</class>
<extends>QWidget</extends>
<header location="global">qgsfieldexpressionwidget.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mRemoveSelectionButton</tabstop>
Expand Down

0 comments on commit 44a3fed

Please sign in to comment.