get the bulk of the RTC functionality going

This commit is contained in:
Arisotura
2023-10-28 00:55:45 +02:00
parent e822dfbd4f
commit 40b4692ee0
9 changed files with 236 additions and 14 deletions

View File

@ -65,7 +65,7 @@
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="cbChangeTime">
<widget class="QCheckBox" name="chkChangeTime">
<property name="text">
<string>Change</string>
</property>
@ -86,7 +86,7 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QDateTimeEdit" name="txtNewCustomDate">
<widget class="QDateTimeEdit" name="txtNewCustomTime">
<property name="dateTime">
<datetime>
<hour>0</hour>
@ -117,6 +117,9 @@
<day>1</day>
</datetime>
</property>
<property name="displayFormat">
<string>dd/MM/yyyy HH:mm:ss</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>