7#ifndef TAB_DECK_STORAGE_VISUAL_H
8#define TAB_DECK_STORAGE_VISUAL_H
16class QFileSystemModel;
35 return tr(
"Visual Deck Storage");
Definition abstract_client.h:57
VisualDeckStorageWidget * visualDeckStorageWidget
Definition tab_deck_storage_visual.h:45
void actOpenLocalDeck(const QString &filePath)
Definition tab_deck_storage_visual.cpp:25
void retranslateUi() override
Definition tab_deck_storage_visual.h:30
QString getTabText() const override
Definition tab_deck_storage_visual.h:33
TabDeckStorageVisual(TabSupervisor *_tabSupervisor)
Definition tab_deck_storage_visual.cpp:9
void openDeckEditor(const LoadedDeck &deck)
Definition tab_supervisor.h:84
Tab(TabSupervisor *_tabSupervisor)
Definition tab.cpp:11
Definition commands.proto:7
Represents a deck that was loaded from somewhere. Contains the DeckList itself, as well as info about...
Definition loaded_deck.h:14
Definition response.proto:11