Initial implementation of theming

This commit is contained in:
luisangelsm
2026-02-19 17:39:22 +01:00
parent ed28c94f66
commit 044176d6b7
303 changed files with 4634 additions and 2119 deletions

View File

@ -16,6 +16,7 @@ class YACReaderFoldersView;
class YACReaderOptionsDialog;
class ServerConfigDialog;
class RecentVisibilityCoordinator;
struct Theme;
class LibraryWindowActions
{
@ -48,7 +49,6 @@ public:
QAction *optionsAction;
QAction *serverConfigAction;
QAction *toggleComicsViewAction;
// QAction * socialAction;
// tree actions
QAction *addFolderAction;
@ -139,6 +139,7 @@ public:
void disableFoldersActions(bool disabled);
void disableAllActions();
void setUpShortcutsManagement(EditShortcutsDialog *editShortcutsDialog);
void updateTheme(const Theme &theme);
};
#endif // LIBRARY_WINDOW_ACTIONS_H