Add a small dialog to show some info about a library

This commit is contained in:
Luis Ángel San Martín
2024-11-26 17:44:24 +01:00
parent 60af741593
commit 1c9f2133f6
10 changed files with 92 additions and 1 deletions

View File

@ -39,6 +39,9 @@ public:
QAction *removeLibraryAction;
QAction *helpAboutAction;
QAction *renameLibraryAction;
QAction *showLibraryInfo;
#ifndef Q_OS_MACOS
QAction *toggleFullScreenAction;
#endif