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>
This commit is contained in:
Dirk Hohndel 2014-07-01 09:49:12 -07:00
parent b1869c619a
commit 55ec4bf397

View file

@ -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>