<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>CZoneDstClass</class>
|
<widget class="QDialog" name="CZoneDstClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>466</width>
|
<height>390</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>CZoneDst</string>
|
</property>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>50</x>
|
<y>100</y>
|
<width>321</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QWidget" name="layoutWidget">
|
<property name="geometry">
|
<rect>
|
<x>120</x>
|
<y>40</y>
|
<width>191</width>
|
<height>61</height>
|
</rect>
|
</property>
|
<layout class="QGridLayout" name="gridLayout_4">
|
<item row="0" column="0">
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<widget class="QLabel" name="label">
|
<property name="text">
|
<string>Enable DST</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QLabel" name="label_2">
|
<property name="text">
|
<string>DST offset</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
<item row="0" column="1">
|
<layout class="QGridLayout" name="gridLayout_3">
|
<item row="0" column="0">
|
<widget class="QComboBox" name="comboEnableDST"/>
|
</item>
|
<item row="1" column="0">
|
<widget class="QComboBox" name="comboSTBias"/>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QWidget" name="layoutWidget">
|
<property name="geometry">
|
<rect>
|
<x>90</x>
|
<y>131</y>
|
<width>271</width>
|
<height>181</height>
|
</rect>
|
</property>
|
<layout class="QGridLayout" name="gridLayout_2">
|
<item row="0" column="1">
|
<widget class="QLabel" name="label_8">
|
<property name="text">
|
<string>Start</string>
|
</property>
|
</widget>
|
</item>
|
<item row="0" column="2">
|
<widget class="QLabel" name="label_9">
|
<property name="text">
|
<string>End</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="0">
|
<widget class="QLabel" name="label_3">
|
<property name="text">
|
<string>Month</string>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="1">
|
<widget class="QComboBox" name="comboMonthBegin">
|
<property name="editable">
|
<bool>false</bool>
|
</property>
|
</widget>
|
</item>
|
<item row="1" column="2">
|
<widget class="QComboBox" name="comboMonthEnd"/>
|
</item>
|
<item row="2" column="0">
|
<widget class="QLabel" name="label_4">
|
<property name="text">
|
<string>Which week</string>
|
</property>
|
</widget>
|
</item>
|
<item row="2" column="1">
|
<widget class="QComboBox" name="comboWeekNoBegin"/>
|
</item>
|
<item row="2" column="2">
|
<widget class="QComboBox" name="comboWeekNoEnd"/>
|
</item>
|
<item row="3" column="0">
|
<widget class="QLabel" name="label_5">
|
<property name="text">
|
<string>Week</string>
|
</property>
|
</widget>
|
</item>
|
<item row="3" column="1">
|
<widget class="QComboBox" name="comboWeekDateBegin"/>
|
</item>
|
<item row="3" column="2">
|
<widget class="QComboBox" name="comboWeekDateEnd"/>
|
</item>
|
<item row="4" column="0">
|
<widget class="QLabel" name="label_6">
|
<property name="text">
|
<string>Hour</string>
|
</property>
|
</widget>
|
</item>
|
<item row="4" column="1">
|
<widget class="QComboBox" name="comboHourBegin"/>
|
</item>
|
<item row="4" column="2">
|
<widget class="QComboBox" name="comboHourEnd"/>
|
</item>
|
<item row="5" column="0">
|
<widget class="QLabel" name="label_7">
|
<property name="text">
|
<string>Minute</string>
|
</property>
|
</widget>
|
</item>
|
<item row="5" column="1">
|
<widget class="QComboBox" name="comboMinuteBegin"/>
|
</item>
|
<item row="5" column="2">
|
<widget class="QComboBox" name="comboMinuteEnd"/>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QPushButton" name="btnSave">
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>350</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Confirm</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btnExit">
|
<property name="geometry">
|
<rect>
|
<x>330</x>
|
<y>350</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Cancel</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="btnRefresh">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>350</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Update</string>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|