Add a new widget on the main tab: Pictures.

Currently this does nothing, but since "dive photos" can also mean
photos that were taken during the trip to the dive, some of them
will not be visible on the profile. this currently shows nothing,
because I didn't work out the Model bits yet.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-05-30 14:50:49 -03:00 committed by Dirk Hohndel
parent 1c34c831a4
commit 4b520a8fbc
3 changed files with 23 additions and 8 deletions

View file

@ -20,7 +20,7 @@ int DivePictureModel::rowCount(const QModelIndex &parent) const
}
DivePictureView::DivePictureView(QWidget *parent): QListView(parent)
DivePictureWidget::DivePictureWidget(QWidget *parent): QListView(parent)
{
}