mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
b1869c619a
commit
55ec4bf397
1 changed files with 3 additions and 15 deletions
|
@ -114,15 +114,9 @@
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<layout class="QHBoxLayout" name="dateAndTime">
|
<layout class="QHBoxLayout" name="dateAndTime">
|
||||||
<item>
|
<item>
|
||||||
<widget class="DateWidget" name="dateEdit" native="true">
|
<widget class="QDateEdit" name="dateEdit">
|
||||||
<property name="maximumSize">
|
<property name="calendarPopup">
|
||||||
<size>
|
<bool>true</bool>
|
||||||
<width>100</width>
|
|
||||||
<height>16777215</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="focusPolicy">
|
|
||||||
<enum>Qt::StrongFocus</enum>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -181,12 +175,6 @@
|
||||||
<header>tableview.h</header>
|
<header>tableview.h</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
|
||||||
<class>DateWidget</class>
|
|
||||||
<extends>QWidget</extends>
|
|
||||||
<header>simplewidgets.h</header>
|
|
||||||
<container>1</container>
|
|
||||||
</customwidget>
|
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>startTime</tabstop>
|
<tabstop>startTime</tabstop>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue