diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 20:37:17 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:46 -0800 |
commit | 194dd8bd976fc7599b429d31e0b6100e3f9a416f (patch) | |
tree | c29dda61f0636a42d772bb10ab0edc3417aff2e7 /qt-ui/mainwindow.ui | |
parent | 4867ee8ad87399f34a399f30def700b2fc045309 (diff) | |
download | subsurface-194dd8bd976fc7599b429d31e0b6100e3f9a416f.tar.gz |
Finish the cleanup of mainwindow.ui
This is the last patch in the series of clearing up the
mainwindo.ui. Now to bugfixing.
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 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index b4be5b7d9..ac0e92d94 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -32,15 +32,6 @@ <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <widget class="QStackedWidget" name="diveListPane"> - <property name="currentIndex"> - <number>1</number> - </property> - <widget class="QWidget" name="page_3"> - <layout class="QVBoxLayout" name="diveListLayout"/> - </widget> - <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/> - </widget> </widget> </widget> </item> @@ -706,12 +697,6 @@ <container>1</container> </customwidget> <customwidget> - <class>PlannerSettingsWidget</class> - <extends>QWidget</extends> - <header>diveplanner.h</header> - <container>1</container> - </customwidget> - <customwidget> <class>MultiFilter</class> <extends>QWidget</extends> <header>simplewidgets.h</header> |