Remove the DiveList from the mainwindow.ui

It's now set up from the mainwindow.cpp file.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-09 18:27:59 -02:00 committed by Dirk Hohndel
parent c69aab04f4
commit cf4d55c470
15 changed files with 32 additions and 29 deletions

View file

@ -73,15 +73,7 @@
<number>0</number>
</property>
<widget class="QWidget" name="page_3">
<layout class="QVBoxLayout" name="diveListLayout">
<item>
<widget class="DiveListView" name="ListWidget">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
</layout>
<layout class="QVBoxLayout" name="diveListLayout"/>
</widget>
<widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/>
</widget>
@ -851,11 +843,6 @@ p, li { white-space: pre-wrap; }
<header>qt-ui/maintab.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DiveListView</class>
<extends>QTreeView</extends>
<header>divelistview.h</header>
</customwidget>
<customwidget>
<class>GlobeGPS</class>
<extends>QWidget</extends>