diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 18:27:59 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | cf4d55c4702ded9d57fa7d6aeeebd0bfb2476a29 (patch) | |
tree | bd50d1e2fb20f0d2251fa6cf620149f953031d7f /qt-ui/mainwindow.ui | |
parent | c69aab04f4d548a4e640bccba1e6d91770b7811d (diff) | |
download | subsurface-cf4d55c4702ded9d57fa7d6aeeebd0bfb2476a29.tar.gz |
Remove the DiveList from the mainwindow.ui
It's now set up from the mainwindow.cpp file.
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, 1 insertions, 14 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 9140e8951..c43b9af87 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -73,15 +73,7 @@ <number>0</number> </property> <widget class="QWidget" name="page_3"> - <layout class="QVBoxLayout" name="diveListLayout"> - <item> - <widget class="DiveListView" name="ListWidget"> - <property name="selectionMode"> - <enum>QAbstractItemView::ExtendedSelection</enum> - </property> - </widget> - </item> - </layout> + <layout class="QVBoxLayout" name="diveListLayout"/> </widget> <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/> </widget> @@ -852,11 +844,6 @@ p, li { white-space: pre-wrap; } <container>1</container> </customwidget> <customwidget> - <class>DiveListView</class> - <extends>QTreeView</extends> - <header>divelistview.h</header> - </customwidget> - <customwidget> <class>GlobeGPS</class> <extends>QWidget</extends> <header>globe.h</header> |