BibleTime
Namespaces | Functions
btbookshelfworkspage.cpp File Reference
#include "btbookshelfworkspage.h"
#include <algorithm>
#include <QAbstractItemView>
#include <QApplication>
#include <QByteArray>
#include <QComboBox>
#include <QDir>
#include <QFileInfo>
#include <QHBoxLayout>
#include <QHeaderView>
#include <QLabel>
#include <QLineEdit>
#include <QMenu>
#include <QNonConstOverload>
#include <QSet>
#include <QSizePolicy>
#include <QStringList>
#include <QStringLiteral>
#include <Qt>
#include <QToolButton>
#include <QVBoxLayout>
#include <QWizard>
#include <utility>
#include "../../backend/btinstallbackend.h"
#include "../../backend/bookshelfmodel/btbookshelfmodel.h"
#include "../../backend/bookshelfmodel/btbookshelffiltermodel.h"
#include "../../backend/bookshelfmodel/btbookshelftreemodel.h"
#include "../../backend/config/btconfig.h"
#include "../../backend/drivers/btmoduleset.h"
#include "../../backend/drivers/cswordmoduleinfo.h"
#include "../../backend/language.h"
#include "../../backend/managers/cswordbackend.h"
#include "../../util/btassert.h"
#include "../../util/btconnect.h"
#include "../btbookshelfgroupingmenu.h"
#include "../btbookshelfview.h"
#include "btbookshelfwizard.h"
#include "btinstallpagemodel.h"
#include <installmgr.h>
#include <swbuf.h>
#include <swversion.h>

Go to the source code of this file.

Namespaces

 anonymous_namespace{btbookshelfworkspage.cpp}
 

Functions

bool anonymous_namespace{btbookshelfworkspage.cpp}::filter (WizardTaskType const taskType, QStringList const &languages, CSwordModuleInfo const *const mInfo)
 
QString const anonymous_namespace{btbookshelfworkspage.cpp}::groupingOrderKey ("GUI/BookshelfWizard/InstallPage/grouping")
 
static bool installPathIsUsable (QString const &path)
 
QString const anonymous_namespace{btbookshelfworkspage.cpp}::installPathKey ("GUI/BookshelfWizard/InstallPage/installPathIndex")
 

Function Documentation

◆ installPathIsUsable()

static bool installPathIsUsable ( QString const &  path)
static

Definition at line 335 of file btbookshelfworkspage.cpp.

Referenced by BtBookshelfWorksPage::slotInitPathCombo().