diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 19:19:10 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | 2992d78f83ce121b5a34a566026c6068416c2557 (patch) | |
tree | 932719db93b8765c7f662441c959f3f79e73738c /qt-ui/mainwindow.ui | |
parent | 238c0573da906bec51d10dce59665c7442641fd8 (diff) | |
download | subsurface-2992d78f83ce121b5a34a566026c6068416c2557.tar.gz |
Remove the PlannerWidget from mainwindow.ui
Now it uses the states on the mainwindow.cpp and it's finally
starting to be worth the hassle of reworking the UI.
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 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index dfb58129b..aa9ca314c 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -27,32 +27,6 @@ <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <widget class="QStackedWidget" name="infoPane"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="page"> - <layout class="QHBoxLayout" name="mainTabOuterLayout"> - <property name="spacing"> - <number>0</number> - </property> - </layout> - </widget> - <widget class="QWidget" name="page_2"> - <property name="enabled"> - <bool>true</bool> - </property> - <layout class="QHBoxLayout" name="divePlannerLayout"> - <item> - <widget class="DivePlannerWidget" name="divePlannerWidget" native="true"> - <property name="enabled"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </widget> <widget class="QWidget" name="ProfileWidget"> <layout class="QGridLayout" name="profileInnerLayout"> <item row="0" column="0" rowspan="3"> @@ -831,12 +805,6 @@ p, li { white-space: pre-wrap; } <container>1</container> </customwidget> <customwidget> - <class>DivePlannerWidget</class> - <extends>QWidget</extends> - <header>diveplanner.h</header> - <container>1</container> - </customwidget> - <customwidget> <class>ProfileWidget2</class> <extends>QGraphicsView</extends> <header>qt-ui/profile/profilewidget2.h</header> |