1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>DateTimeWidget</class> 4 <widget class="QWidget" name="DateTimeWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>688</width> 10 <height>504</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Form</string> 15 </property> 16 <property name="styleSheet"> 17 <string notr="true">QLabel#systimeDataeLbl,#rtctimeLbl,#label_2,#label_3,#label_6,#zoneLbl{ 18 font-size: 16px; 19}</string> 20 </property> 21 <layout class="QGridLayout" name="gridLayout"> 22 <item row="0" column="1" rowspan="2"> 23 <widget class="QFrame" name="frame"> 24 <property name="minimumSize"> 25 <size> 26 <width>300</width> 27 <height>0</height> 28 </size> 29 </property> 30 <property name="maximumSize"> 31 <size> 32 <width>300</width> 33 <height>16777215</height> 34 </size> 35 </property> 36 <property name="styleSheet"> 37 <string notr="true"/> 38 </property> 39 <property name="frameShape"> 40 <enum>QFrame::StyledPanel</enum> 41 </property> 42 <property name="frameShadow"> 43 <enum>QFrame::Raised</enum> 44 </property> 45 <layout class="QVBoxLayout" name="verticalLayout_2"> 46 <item> 47 <widget class="QRadioButton" name="manualRaidoBtn"> 48 <property name="text"> 49 <string>Manaual</string> 50 </property> 51 </widget> 52 </item> 53 <item> 54 <widget class="QRadioButton" name="ntpRadioBtn"> 55 <property name="text"> 56 <string>Auto (NTP network)</string> 57 </property> 58 </widget> 59 </item> 60 <item> 61 <layout class="QGridLayout" name="gridLayout_2"> 62 <item row="1" column="1"> 63 <widget class="QComboBox" name="monthComBox"> 64 <property name="sizePolicy"> 65 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 66 <horstretch>0</horstretch> 67 <verstretch>0</verstretch> 68 </sizepolicy> 69 </property> 70 <property name="maximumSize"> 71 <size> 72 <width>16777215</width> 73 <height>16777215</height> 74 </size> 75 </property> 76 </widget> 77 </item> 78 <item row="6" column="1"> 79 <widget class="QComboBox" name="minutuComBo"> 80 <property name="sizePolicy"> 81 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 82 <horstretch>0</horstretch> 83 <verstretch>0</verstretch> 84 </sizepolicy> 85 </property> 86 <property name="maximumSize"> 87 <size> 88 <width>16777215</width> 89 <height>16777215</height> 90 </size> 91 </property> 92 </widget> 93 </item> 94 <item row="6" column="0"> 95 <widget class="QComboBox" name="hourComBox"> 96 <property name="sizePolicy"> 97 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 98 <horstretch>0</horstretch> 99 <verstretch>0</verstretch> 100 </sizepolicy> 101 </property> 102 <property name="maximumSize"> 103 <size> 104 <width>16777215</width> 105 <height>16777215</height> 106 </size> 107 </property> 108 </widget> 109 </item> 110 <item row="0" column="0"> 111 <widget class="QLabel" name="label"> 112 <property name="sizePolicy"> 113 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 114 <horstretch>0</horstretch> 115 <verstretch>0</verstretch> 116 </sizepolicy> 117 </property> 118 <property name="maximumSize"> 119 <size> 120 <width>16777215</width> 121 <height>50</height> 122 </size> 123 </property> 124 <property name="text"> 125 <string>date</string> 126 </property> 127 <property name="alignment"> 128 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> 129 </property> 130 </widget> 131 </item> 132 <item row="1" column="0"> 133 <widget class="QComboBox" name="yearCombox"> 134 <property name="sizePolicy"> 135 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 136 <horstretch>0</horstretch> 137 <verstretch>0</verstretch> 138 </sizepolicy> 139 </property> 140 <property name="maximumSize"> 141 <size> 142 <width>16777215</width> 143 <height>16777215</height> 144 </size> 145 </property> 146 </widget> 147 </item> 148 <item row="4" column="0"> 149 <widget class="QLabel" name="label_4"> 150 <property name="maximumSize"> 151 <size> 152 <width>16777215</width> 153 <height>50</height> 154 </size> 155 </property> 156 <property name="text"> 157 <string>time</string> 158 </property> 159 <property name="alignment"> 160 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> 161 </property> 162 </widget> 163 </item> 164 <item row="4" column="1"> 165 <widget class="QComboBox" name="dayComBox"> 166 <property name="sizePolicy"> 167 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 168 <horstretch>0</horstretch> 169 <verstretch>0</verstretch> 170 </sizepolicy> 171 </property> 172 <property name="maximumSize"> 173 <size> 174 <width>16777215</width> 175 <height>16777215</height> 176 </size> 177 </property> 178 </widget> 179 </item> 180 </layout> 181 </item> 182 <item> 183 <widget class="QLabel" name="label_5"> 184 <property name="text"> 185 <string/> 186 </property> 187 </widget> 188 </item> 189 <item> 190 <widget class="QPushButton" name="applyBtn"> 191 <property name="sizePolicy"> 192 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 193 <horstretch>0</horstretch> 194 <verstretch>0</verstretch> 195 </sizepolicy> 196 </property> 197 <property name="text"> 198 <string>apply</string> 199 </property> 200 </widget> 201 </item> 202 <item> 203 <spacer name="verticalSpacer"> 204 <property name="orientation"> 205 <enum>Qt::Vertical</enum> 206 </property> 207 <property name="sizeType"> 208 <enum>QSizePolicy::Preferred</enum> 209 </property> 210 <property name="sizeHint" stdset="0"> 211 <size> 212 <width>20</width> 213 <height>200</height> 214 </size> 215 </property> 216 </spacer> 217 </item> 218 </layout> 219 </widget> 220 </item> 221 <item row="0" column="0" rowspan="2"> 222 <widget class="QFrame" name="frame_2"> 223 <property name="styleSheet"> 224 <string notr="true"/> 225 </property> 226 <property name="frameShape"> 227 <enum>QFrame::StyledPanel</enum> 228 </property> 229 <property name="frameShadow"> 230 <enum>QFrame::Raised</enum> 231 </property> 232 <layout class="QVBoxLayout" name="verticalLayout"> 233 <item> 234 <spacer name="verticalSpacer_2"> 235 <property name="orientation"> 236 <enum>Qt::Vertical</enum> 237 </property> 238 <property name="sizeType"> 239 <enum>QSizePolicy::Fixed</enum> 240 </property> 241 <property name="sizeHint" stdset="0"> 242 <size> 243 <width>20</width> 244 <height>50</height> 245 </size> 246 </property> 247 </spacer> 248 </item> 249 <item> 250 <layout class="QFormLayout" name="formLayout"> 251 <property name="horizontalSpacing"> 252 <number>20</number> 253 </property> 254 <property name="verticalSpacing"> 255 <number>20</number> 256 </property> 257 <property name="leftMargin"> 258 <number>20</number> 259 </property> 260 <item row="0" column="0"> 261 <widget class="QLabel" name="label_6"> 262 <property name="minimumSize"> 263 <size> 264 <width>0</width> 265 <height>25</height> 266 </size> 267 </property> 268 <property name="text"> 269 <string>TiemZone ID</string> 270 </property> 271 </widget> 272 </item> 273 <item row="0" column="1"> 274 <widget class="QLabel" name="zoneLbl"> 275 <property name="text"> 276 <string>utc</string> 277 </property> 278 </widget> 279 </item> 280 <item row="1" column="0"> 281 <widget class="QLabel" name="label_2"> 282 <property name="minimumSize"> 283 <size> 284 <width>0</width> 285 <height>25</height> 286 </size> 287 </property> 288 <property name="text"> 289 <string>System Time:</string> 290 </property> 291 </widget> 292 </item> 293 <item row="1" column="1"> 294 <widget class="QLabel" name="systimeDataeLbl"> 295 <property name="text"> 296 <string>2021-9-25 12:24:35</string> 297 </property> 298 <property name="alignment"> 299 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> 300 </property> 301 <property name="margin"> 302 <number>0</number> 303 </property> 304 </widget> 305 </item> 306 <item row="2" column="0"> 307 <widget class="QLabel" name="label_3"> 308 <property name="minimumSize"> 309 <size> 310 <width>0</width> 311 <height>25</height> 312 </size> 313 </property> 314 <property name="text"> 315 <string>Hardware Time:</string> 316 </property> 317 <property name="alignment"> 318 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> 319 </property> 320 </widget> 321 </item> 322 <item row="2" column="1"> 323 <widget class="QLabel" name="rtctimeLbl"> 324 <property name="text"> 325 <string>2021-9-25 12:24:35</string> 326 </property> 327 <property name="alignment"> 328 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> 329 </property> 330 <property name="margin"> 331 <number>0</number> 332 </property> 333 </widget> 334 </item> 335 </layout> 336 </item> 337 <item> 338 <spacer name="verticalSpacer_3"> 339 <property name="orientation"> 340 <enum>Qt::Vertical</enum> 341 </property> 342 <property name="sizeHint" stdset="0"> 343 <size> 344 <width>20</width> 345 <height>278</height> 346 </size> 347 </property> 348 </spacer> 349 </item> 350 </layout> 351 </widget> 352 </item> 353 </layout> 354 </widget> 355 <resources/> 356 <connections/> 357</ui> 358