7#include <QtCore/QXmlStreamReader>
8#include <QtCore/QPersistentModelIndex>
10QT_FORWARD_DECLARE_CLASS(QIODevice)
11QT_FORWARD_DECLARE_CLASS(QModelIndex)
24 void writeData(
const QModelIndex &index);
40 void readUnknownElement();
44 QList<QPersistentModelIndex> parents;
void setItemsEditable(bool editable)
bool readFromFile(QIODevice *device)
XbelReader(BookmarkModel *model)
void writeToFile(QIODevice *device)
XbelWriter(BookmarkModel *model)
Combined button and popup list for selecting options.