diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-25 00:51:05 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 21:11:55 -0700 |
commit | b88e6dc5fa44049e56c80e02fc6778c0f18c670b (patch) | |
tree | 3b6590d19ca6bf8253185bd880158a7a34539b07 /qt-ui/mainwindow.ui | |
parent | 2359bd3c2c9e173f97ca19537b79c6d2c65cf32f (diff) | |
download | subsurface-b88e6dc5fa44049e56c80e02fc6778c0f18c670b.tar.gz |
Remove leftovers from the planner.
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 | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 5885baf30..1fd0fa775 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -85,15 +85,8 @@ </layout> </widget> </widget> - <widget class="QTabWidget" name="stackedWidget"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="page_5"> - <attribute name="title"> - <string>Profile Visualization</string> - </attribute> - <layout class="QGridLayout" name="gridLayout"> + <widget class="QWidget" name="ProfileWidget"> + <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> @@ -496,32 +489,6 @@ </spacer> </item> </layout> - </widget> - <widget class="QWidget" name="page_6"> - <attribute name="title"> - <string>Old Planner Visualization</string> - </attribute> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <property name="spacing"> - <number>0</number> - </property> - <property name="leftMargin"> - <number>0</number> - </property> - <property name="topMargin"> - <number>0</number> - </property> - <property name="rightMargin"> - <number>0</number> - </property> - <property name="bottomMargin"> - <number>0</number> - </property> - <item> - <widget class="DivePlannerGraphics" name="divePlanner"/> - </item> - </layout> - </widget> </widget> </widget> <widget class="QSplitter" name="listGlobeSplitter"> |