diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 18:43:41 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | c30aee1ae5463cd5708c809aaa1f36b6e419ec8f (patch) | |
tree | 6e5fa175de6fd19a5bb7d23c1016bd88176931bc /qt-ui/mainwindow.ui | |
parent | cf4d55c4702ded9d57fa7d6aeeebd0bfb2476a29 (diff) | |
download | subsurface-c30aee1ae5463cd5708c809aaa1f36b6e419ec8f.tar.gz |
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>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index c43b9af87..44b9a0b06 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -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"> @@ -844,12 +840,6 @@ p, li { white-space: pre-wrap; } <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> <header>diveplanner.h</header> |