1
0

feat: use submenu in right click menu to reduce the height of menu panel

This commit is contained in:
2026-07-15 21:59:30 +08:00
parent 81413b51da
commit bd35a8c3e0
2 changed files with 32 additions and 17 deletions

View File

@@ -103,6 +103,8 @@ private:
NavigatorView *m_nav;
QMenu *m_menu;
QMenu *m_subMenuCopy;
QMenu *m_subMenuTransform;
QVBoxLayout * m_centralLayout = nullptr;
QFileSystemWatcher *m_fileSystemWatcher;
BottomButtonGroup *m_bottomButtonGroup;