aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-01 09:49:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-01 09:49:12 -0700
commit55ec4bf397b643edc364c6e2781520e092a64fe1 (patch)
tree94ab69c9cc225160d3e8805b2dae2f45868e1bac /qt-ui/diveplanner.ui
parentb1869c619a25162934bb67e6b0930635c636837a (diff)
downloadsubsurface-55ec4bf397b643edc364c6e2781520e092a64fe1.tar.gz
Planner: use the traditional date widget
Much as I love the calendar, that meeds a little more tuning, so switch back as we did for the maintab. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r--qt-ui/diveplanner.ui18
1 files changed, 3 insertions, 15 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui
index ce9b56ec7..a538be338 100644
--- a/qt-ui/diveplanner.ui
+++ b/qt-ui/diveplanner.ui
@@ -114,15 +114,9 @@
<item row="1" column="0">
<layout class="QHBoxLayout" name="dateAndTime">
<item>
- <widget class="DateWidget" name="dateEdit" native="true">
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="focusPolicy">
- <enum>Qt::StrongFocus</enum>
+ <widget class="QDateEdit" name="dateEdit">
+ <property name="calendarPopup">
+ <bool>true</bool>
</property>
</widget>
</item>
@@ -181,12 +175,6 @@
<header>tableview.h</header>
<container>1</container>
</customwidget>
- <customwidget>
- <class>DateWidget</class>
- <extends>QWidget</extends>
- <header>simplewidgets.h</header>
- <container>1</container>
- </customwidget>
</customwidgets>
<tabstops>
<tabstop>startTime</tabstop>