#include <QAbstractItemModel>
#include <QModelIndex>
#include <QList>
#include <KDebug>
#include <KDE/KLocale>
#include <KIcon>
#include <KStandardDirs>
#include <KConfigGroup>
#include "accountlist.h"
#include "account.h"
#include "accountviewitem.h"
Go to the source code of this file.
Classes | |
class | AccountViewModel |
Model for the account view. More... | |
Defines | |
#define | NUMBER_ACCOUNTVIEW_COLUMNS 6 |
#define NUMBER_ACCOUNTVIEW_COLUMNS 6 |
Definition at line 41 of file accountviewmodel.h.
Referenced by AccountViewModel::columnCount(), and AccountViewModel::data().