mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
[dbmanager] fix shortcut execute query
This commit is contained in:
parent
a7ca742d30
commit
78c79a9243
@ -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>&Execute (F5)</string>
|
||||
<string>Execute</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F5</string>
|
||||
<string>Ctrl+R</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -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>&Execute (F5)</string>
|
||||
<string>Execute</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F5</string>
|
||||
<string>Ctrl+R</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user