Add special context menu for entries

* Fixes #2813

Added special context menu for entries to move the most-used actions to the top.

Re-ordered actions in the entry menu to be more user friendly.
This commit is contained in:
Jonathan White
2019-10-19 10:07:09 -04:00
parent 56a3e4d680
commit 936bda8f71
3 changed files with 21 additions and 5 deletions

View File

@@ -146,6 +146,7 @@ private:
SignalMultiplexer m_actionMultiplexer;
QAction* m_clearHistoryAction;
QAction* m_searchWidgetAction;
QMenu* m_entryContextMenu;
QActionGroup* m_lastDatabasesActions;
QActionGroup* m_copyAdditionalAttributeActions;
InactivityTimer* m_inactivityTimer;