Commit
Ctrl+H invokes the Copy with Headersers action in the Extended Table Widget as suggested in #1058. The following options in context menu display now their shortcuts: Set to Null, Copy, Copy with Headers and Paste. Some other shortcuts are now displayed in the corresponding tooltips.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<item> | ||
<widget class="QTabWidget" name="mainTab"> | ||
<property name="currentIndex"> | ||
<number>0</number> | ||
<number>1</number> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mgrojo
Author
Member
|
||
</property> | ||
<widget class="QWidget" name="structure"> | ||
<attribute name="title"> | ||
|
@@ -130,7 +130,7 @@ | |
<item> | ||
<widget class="QToolButton" name="buttonRefresh"> | ||
<property name="toolTip"> | ||
<string>Refresh the data in the selected table.</string> | ||
<string>Refresh the data in the selected table [F5, Ctrl+R]</string> | ||
</property> | ||
<property name="whatsThis"> | ||
<string>This button refreshes the data in the currently selected table.</string> | ||
|
Just noted that the default tab was changed here 😉