Skip to content

Commit

Permalink
Update datetime edit format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Mar 21, 2024
1 parent 299c30f commit c6b622e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions glue_wwt/viewer/options_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tab_widget">
<property name="currentIndex">
<number>0</number>
<number>3</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
Expand Down Expand Up @@ -587,7 +587,7 @@
</property>
<property name="dateTime">
<datetime>
<hour>12</hour>
<hour>17</hour>
<minute>0</minute>
<second>0</second>
<year>2000</year>
Expand All @@ -604,7 +604,7 @@
</property>
<property name="maximumDateTime">
<datetime>
<hour>11</hour>
<hour>16</hour>
<minute>59</minute>
<second>58</second>
<year>9999</year>
Expand All @@ -614,7 +614,7 @@
</property>
<property name="minimumDateTime">
<datetime>
<hour>18</hour>
<hour>23</hour>
<minute>0</minute>
<second>0</second>
<year>1752</year>
Expand All @@ -624,21 +624,24 @@
</property>
<property name="maximumTime">
<time>
<hour>11</hour>
<hour>16</hour>
<minute>59</minute>
<second>58</second>
</time>
</property>
<property name="minimumTime">
<time>
<hour>18</hour>
<hour>23</hour>
<minute>0</minute>
<second>0</second>
</time>
</property>
<property name="currentSection">
<enum>QDateTimeEdit::MonthSection</enum>
</property>
<property name="displayFormat">
<string>M/d/yyyy h:mm AP</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
Expand All @@ -656,6 +659,9 @@
<day>14</day>
</date>
</property>
<property name="displayFormat">
<string>M/d/yyyy h:mm AP</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
Expand Down

0 comments on commit c6b622e

Please sign in to comment.