Skip to content

Commit 430649a

Browse files
fanevanjanaharynyalldawson
authored andcommitted
[dbmanager] fix shortcut execute query
1 parent 8fa7286 commit 430649a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

python/plugins/db_manager/ui/DlgSqlLayerWindow.ui

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,14 @@ columns</string>
151151
<layout class="QHBoxLayout">
152152
<item>
153153
<widget class="QPushButton" name="btnExecute">
154+
<property name="toolTip">
155+
<string>Execute query (Ctrl+R)</string>
156+
</property>
154157
<property name="text">
155-
<string>&amp;Execute (F5)</string>
158+
<string>Execute</string>
156159
</property>
157160
<property name="shortcut">
158-
<string>F5</string>
161+
<string>Ctrl+R</string>
159162
</property>
160163
</widget>
161164
</item>

python/plugins/db_manager/ui/DlgSqlWindow.ui

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,14 @@ unique values</string>
322322
<layout class="QHBoxLayout">
323323
<item>
324324
<widget class="QPushButton" name="btnExecute">
325+
<property name="toolTip">
326+
<string>Execute query (Ctrl+R)</string>
327+
</property>
325328
<property name="text">
326-
<string>&amp;Execute (F5)</string>
329+
<string>Execute</string>
327330
</property>
328331
<property name="shortcut">
329-
<string>F5</string>
332+
<string>Ctrl+R</string>
330333
</property>
331334
</widget>
332335
</item>

0 commit comments

Comments
 (0)