Implement XML Writer (maybe even works!)

This commit is contained in:
Felix Geyer
2010-08-18 22:57:26 +02:00
parent 8d623f37ca
commit 2b939617bb
7 changed files with 416 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ public:
~Entry();
Uuid uuid() const;
QImage icon() const;
int iconNumber() const;
Uuid iconUuid() const;
QColor foregroundColor() const;
QColor backgroundColor() const;
QString overrideUrl() const;