<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DateTimeDialog</class> <widget class="QDialog" name="DateTimeDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>357</width> <height>161</height> </rect> </property> <property name="windowTitle"> <string>Date and time - melonDS</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Date and time</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Current value:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="lblCustomTime"> <property name="text"> <string>[placeholder]</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string/> </property> </widget> </item> <item row="2" column="0"> <widget class="QCheckBox" name="chkChangeTime"> <property name="text"> <string>Change to:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QDateTimeEdit" name="txtNewCustomTime"> <property name="dateTime"> <datetime> <hour>0</hour> <minute>0</minute> <second>0</second> <year>2000</year> <month>1</month> <day>1</day> </datetime> </property> <property name="maximumDateTime"> <datetime> <hour>23</hour> <minute>59</minute> <second>59</second> <year>2099</year> <month>12</month> <day>31</day> </datetime> </property> <property name="minimumDateTime"> <datetime> <hour>0</hour> <minute>0</minute> <second>0</second> <year>2000</year> <month>1</month> <day>1</day> </datetime> </property> <property name="displayFormat"> <string>dd/MM/yyyy HH:mm:ss</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="chkResetTime"> <property name="text"> <string>Reset to system date and time</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>DateTimeDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>DateTimeDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>