Add initial UI for entry editing.

This commit is contained in:
Felix Geyer 2010-10-06 19:40:50 +02:00
parent e3da80fcc6
commit 0c91be8eac
10 changed files with 334 additions and 10 deletions

View file

@ -27,6 +27,8 @@ EntryView::EntryView(QWidget* parent)
setUniformRowHeights(true);
setRootIsDecorated(false);
connect(this, SIGNAL(activated(const QModelIndex&)), SLOT(emitEntryActivated(const QModelIndex&)));
}
void EntryView::setGroup(Group* group)