File tree 2 files changed +10
-4
lines changed
python/plugins/db_manager/ui
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -151,11 +151,14 @@ columns</string>
151
151
<layout class =" QHBoxLayout" >
152
152
<item >
153
153
<widget class =" QPushButton" name =" btnExecute" >
154
+ <property name =" toolTip" >
155
+ <string >Execute query (Ctrl+R)</string >
156
+ </property >
154
157
<property name =" text" >
155
- <string >& Execute (F5) </string >
158
+ <string >Execute</string >
156
159
</property >
157
160
<property name =" shortcut" >
158
- <string >F5 </string >
161
+ <string >Ctrl+R </string >
159
162
</property >
160
163
</widget >
161
164
</item >
Original file line number Diff line number Diff line change @@ -322,11 +322,14 @@ unique values</string>
322
322
<layout class =" QHBoxLayout" >
323
323
<item >
324
324
<widget class =" QPushButton" name =" btnExecute" >
325
+ <property name =" toolTip" >
326
+ <string >Execute query (Ctrl+R)</string >
327
+ </property >
325
328
<property name =" text" >
326
- <string >& Execute (F5) </string >
329
+ <string >Execute</string >
327
330
</property >
328
331
<property name =" shortcut" >
329
- <string >F5 </string >
332
+ <string >Ctrl+R </string >
330
333
</property >
331
334
</widget >
332
335
</item >
You can’t perform that action at this time.
0 commit comments