17#include "../../backend/keys/cswordkey.h"
18#include "../../backend/keys/cswordldkey.h"
19#include "../../util/cresmgr.h"
20#include "../keychooser/ckeychooser.h"
27 auto * actn =
new QAction(tr(
"Next entry"),
this);
29 addAction(QStringLiteral(
"nextEntry"), actn);
31 actn =
new QAction(tr(
"Previous entry"),
this);
33 addAction(QStringLiteral(
"previousEntry"), actn);
37 QList<CSwordModuleInfo *>
const &
modules,
void readShortcuts(QString const &group)
Read shortcuts from config.
void addAction(QString const &name, QAction *const action)
The base class for all display windows of BibleTime.
QAction & initAddAction(Args &&... args)
CKeyChooser * keyChooser() const noexcept
ActionCollection *const m_actionCollection
std::unique_ptr< CSwordKey > const m_swordKey
friend class CLexiconReadWindow
ActionCollection * actionCollection() const noexcept
BtModuleList const & modules() const noexcept
virtual void setKey(CSwordKey *key)=0
ActionCollection(QObject *parent=nullptr)
void initActions() override