Skip to content

Commit

Permalink
[dbmanager] fix shortcut execute query
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanevanjanahary committed Feb 19, 2018
1 parent a7ca742 commit 78c79a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions python/plugins/db_manager/ui/DlgSqlLayerWindow.ui
Expand Up @@ -151,11 +151,14 @@ columns</string>
<layout class="QHBoxLayout">
<item>
<widget class="QPushButton" name="btnExecute">
<property name="toolTip">
<string>Execute query (Ctrl+R)</string>
</property>
<property name="text">
<string>&amp;Execute (F5)</string>
<string>Execute</string>
</property>
<property name="shortcut">
<string>F5</string>
<string>Ctrl+R</string>
</property>
</widget>
</item>
Expand Down
7 changes: 5 additions & 2 deletions python/plugins/db_manager/ui/DlgSqlWindow.ui
Expand Up @@ -322,11 +322,14 @@ unique values</string>
<layout class="QHBoxLayout">
<item>
<widget class="QPushButton" name="btnExecute">
<property name="toolTip">
<string>Execute query (Ctrl+R)</string>
</property>
<property name="text">
<string>&amp;Execute (F5)</string>
<string>Execute</string>
</property>
<property name="shortcut">
<string>F5</string>
<string>Ctrl+R</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 78c79a9

Please sign in to comment.