mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
1c34c831a4
commit
4b520a8fbc
3 changed files with 23 additions and 8 deletions
|
@ -20,7 +20,7 @@ int DivePictureModel::rowCount(const QModelIndex &parent) const
|
|||
|
||||
}
|
||||
|
||||
DivePictureView::DivePictureView(QWidget *parent): QListView(parent)
|
||||
DivePictureWidget::DivePictureWidget(QWidget *parent): QListView(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue