mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-12 06:49:40 -05:00
Move preferences menu action to view menu
This commit is contained in:
+4
-4
@@ -431,8 +431,6 @@
|
||||
<addaction name="separator"/>
|
||||
<addaction name="editCreateIndexAction"/>
|
||||
<addaction name="editDeleteIndexAction"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="editPreferencesAction"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="viewMenu">
|
||||
<property name="title">
|
||||
@@ -440,6 +438,8 @@
|
||||
</property>
|
||||
<addaction name="sqlLogAction"/>
|
||||
<addaction name="viewDBToolbarAction"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="viewPreferencesAction"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="helpMenu">
|
||||
<property name="title">
|
||||
@@ -718,7 +718,7 @@
|
||||
<string>Open the Delete Index wizard, where you can select a database index to be dropped.</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="editPreferencesAction">
|
||||
<action name="viewPreferencesAction">
|
||||
<property name="text">
|
||||
<string>&Preferences</string>
|
||||
</property>
|
||||
@@ -1434,7 +1434,7 @@
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>editPreferencesAction</sender>
|
||||
<sender>viewPreferencesAction</sender>
|
||||
<signal>activated()</signal>
|
||||
<receiver>MainWindow</receiver>
|
||||
<slot>openPreferences()</slot>
|
||||
|
||||
Reference in New Issue
Block a user