Remove the Globe from the mainwindow.ui

Now it's started from mainwindo.cpp and it's part of the
new states

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:43:41 -02:00 committed by Dirk Hohndel
parent cf4d55c470
commit c30aee1ae5
4 changed files with 15 additions and 21 deletions

View file

@ -70,7 +70,7 @@
</property>
<widget class="QStackedWidget" name="diveListPane">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="page_3">
<layout class="QVBoxLayout" name="diveListLayout"/>
@ -88,11 +88,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="globeLayout">
<item>
<widget class="GlobeGPS" name="globe" native="true"/>
</item>
</layout>
<layout class="QVBoxLayout" name="globeLayout"/>
</widget>
<widget class="QWidget" name="page_5">
<property name="sizePolicy">
@ -843,12 +839,6 @@ p, li { white-space: pre-wrap; }
<header>qt-ui/maintab.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>GlobeGPS</class>
<extends>QWidget</extends>
<header>globe.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DivePlannerWidget</class>
<extends>QWidget</extends>