Improve related splitter UX

* Prevent group pane from being hidden just by dragging. Introduce new View menu setting to hide the group pane.
* Replace the preview panel "close" icon with a "collapse down" icon making the intention clearer.
* Better organize the view menu
This commit is contained in:
Jonathan White 2024-09-22 21:23:54 -04:00
parent 8acc54225d
commit feafceca57
11 changed files with 52 additions and 3 deletions

View file

@ -288,6 +288,7 @@ private slots:
// Database autoreload slots
void reloadDatabaseFile();
void restoreGroupEntryFocus(const QUuid& groupUuid, const QUuid& EntryUuid);
void onConfigChanged(Config::ConfigKey key);
private:
int addChildWidget(QWidget* w);