<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ControlPowerSchedule</class> <widget class="QWidget" name="ControlPowerSchedule"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>422</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QFrame" name="frame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Edit area</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="spacing"> <number>10</number> </property> <property name="topMargin"> <number>0</number> </property> <item> <widget class="QPushButton" name="pushButtonAdd"> <property name="minimumSize"> <size> <width>60</width> <height>30</height> </size> </property> <property name="text"> <string>Add</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonDelete"> <property name="minimumSize"> <size> <width>60</width> <height>30</height> </size> </property> <property name="text"> <string>Delete</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonClear"> <property name="minimumSize"> <size> <width>60</width> <height>30</height> </size> </property> <property name="text"> <string>Clear</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonImport"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="text"> <string>Import</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonExport"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="text"> <string>Export</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="labelPowerScheduleTip"> <property name="text"> <string>It is power off state outside the schedule time period</string> </property> </widget> </item> <item> <widget class="QTableView" name="tableView"> <property name="styleSheet"> <string notr="true">background-color: #FFFFFF;</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Send command</string> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="topMargin"> <number>0</number> </property> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonApply"> <property name="minimumSize"> <size> <width>60</width> <height>30</height> </size> </property> <property name="text"> <string>Apply</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonClearSchedule"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="text"> <string>Clear Schedule</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonReadback"> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="text"> <string>Readback</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>