mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-28 23:09:32 -06:00
Button for clearing the sorting columns
A new button in the "Browse Data" toolbar for clearing the sorting columns and returning to the default table order. New icon created as a composition of icons from the Silk icon set. See issue #1761
This commit is contained in:
@@ -177,6 +177,8 @@ You can drag SQL statements from an object row and drop them into other applicat
|
||||
</property>
|
||||
<addaction name="actionRefresh"/>
|
||||
<addaction name="actionClearFilters"/>
|
||||
<addaction name="actionClearSorting"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSaveFilterAsPopup"/>
|
||||
<addaction name="actionPrintTable"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -2600,6 +2602,24 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<string>Browse Table</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionClearSorting">
|
||||
<property name="icon">
|
||||
<iconset resource="icons/icons.qrc">
|
||||
<normaloff>:/icons/clear_sorting</normaloff>:/icons/clear_sorting</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clear Sorting</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Reset the order of rows to the default</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>This button clears the sorting columns specified for the currently browsed table and returns to the default order.</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This button clears the sorting columns specified for the currently browsed table and returns to the default order.</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user