|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>MainWindow</class>
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>824</width>
|
|
|
<height>717</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>JRO BACKUP MANAGER</string>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
<item>
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
<property name="enabled">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="currentIndex">
|
|
|
<number>0</number>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="tabParameters">
|
|
|
<property name="enabled">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<attribute name="title">
|
|
|
<string>Parameters</string>
|
|
|
</attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
<property name="sizeConstraint">
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
</property>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtDpath">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnDpath">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Data Path</string>
|
|
|
</property>
|
|
|
<property name="checkable">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtRpath"/>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnRpath">
|
|
|
<property name="text">
|
|
|
<string>Resource Path</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDtype">
|
|
|
<property name="text">
|
|
|
<string>Data Type</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
<item>
|
|
|
<widget class="QComboBox" name="lstDtype">
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>Raw Data</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>Process Data</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>BLTR Data</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>Other</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtDtype">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>r</string>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblElabel">
|
|
|
<property name="text">
|
|
|
<string>Exp. Label at device</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblCopys">
|
|
|
<property name="text">
|
|
|
<string>Copys</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtElabel"/>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QSpinBox" name="txtCopys">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="minimum">
|
|
|
<number>1</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblStartDay">
|
|
|
<property name="text">
|
|
|
<string>Start Day:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblStopDay">
|
|
|
<property name="text">
|
|
|
<string>Stop Day:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
|
<item>
|
|
|
<widget class="QComboBox" name="lstStartDay"/>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QComboBox" name="lstStopDay"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="tabDconfig">
|
|
|
<property name="enabled">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<attribute name="title">
|
|
|
<string>Device Config.</string>
|
|
|
</attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="chkDevA">
|
|
|
<property name="text">
|
|
|
<string>Dev A</string>
|
|
|
</property>
|
|
|
<property name="checked">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QWidget" name="grpDevA" native="true">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtDeviceA">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QSpinBox" name="txtBspeedA">
|
|
|
<property name="minimum">
|
|
|
<number>1</number>
|
|
|
</property>
|
|
|
<property name="value">
|
|
|
<number>16</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBmodeA">
|
|
|
<property name="text">
|
|
|
<string>-sao</string>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnTdevA">
|
|
|
<property name="text">
|
|
|
<string>Test DevA</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="chkDevB">
|
|
|
<property name="text">
|
|
|
<string>Dev B</string>
|
|
|
</property>
|
|
|
<property name="checked">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QWidget" name="grpDevB" native="true">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtDeviceB">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QSpinBox" name="txtBspeedB">
|
|
|
<property name="minimum">
|
|
|
<number>1</number>
|
|
|
</property>
|
|
|
<property name="value">
|
|
|
<number>16</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBmodeB">
|
|
|
<property name="text">
|
|
|
<string>-sao</string>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnTdevB">
|
|
|
<property name="text">
|
|
|
<string>Test DevB</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="chkDevC">
|
|
|
<property name="text">
|
|
|
<string>Dev C</string>
|
|
|
</property>
|
|
|
<property name="checked">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QWidget" name="grpDevC" native="true">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtDeviceC">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QSpinBox" name="txtBspeedC">
|
|
|
<property name="minimum">
|
|
|
<number>1</number>
|
|
|
</property>
|
|
|
<property name="value">
|
|
|
<number>16</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBmodeC">
|
|
|
<property name="text">
|
|
|
<string>-sao</string>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnTdevC">
|
|
|
<property name="text">
|
|
|
<string>Test DevC</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_18">
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="chkDevD">
|
|
|
<property name="text">
|
|
|
<string>Dev D</string>
|
|
|
</property>
|
|
|
<property name="checked">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QWidget" name="grpDevD" native="true">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtDeviceD">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QSpinBox" name="txtBspeedD">
|
|
|
<property name="minimum">
|
|
|
<number>1</number>
|
|
|
</property>
|
|
|
<property name="value">
|
|
|
<number>16</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBmodeD">
|
|
|
<property name="text">
|
|
|
<string>-sao</string>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnTdevD">
|
|
|
<property name="text">
|
|
|
<string>Test DevD</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_19">
|
|
|
<item>
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>20</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QWidget" name="grpDevD_2" native="true">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_20">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevice">
|
|
|
<property name="text">
|
|
|
<string>Device</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblBspeed">
|
|
|
<property name="text">
|
|
|
<string>Burn Speed</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblBmode">
|
|
|
<property name="text">
|
|
|
<string>Burn Mode</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>20</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>20</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
<property name="spacing">
|
|
|
<number>6</number>
|
|
|
</property>
|
|
|
<property name="sizeConstraint">
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
</property>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDcapacity">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Device Capacity</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>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
<property name="sizeConstraint">
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
</property>
|
|
|
<item>
|
|
|
<widget class="QComboBox" name="lstDcapacity">
|
|
|
<property name="currentIndex">
|
|
|
<number>2</number>
|
|
|
</property>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>BluRay [25.0 GB]</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>DVD2 [8.5 GB]</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>DVD1 [4.7 GB]</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>CD [0.7 GB]</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
<item>
|
|
|
<property name="text">
|
|
|
<string>Other [? MB]</string>
|
|
|
</property>
|
|
|
</item>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QDoubleSpinBox" name="txtDcapacity">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<property name="minimum">
|
|
|
<double>100.000000000000000</double>
|
|
|
</property>
|
|
|
<property name="maximum">
|
|
|
<double>99999.990000000005239</double>
|
|
|
</property>
|
|
|
<property name="value">
|
|
|
<double>4482.270000000000437</double>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<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="QLabel" name="lblPSgraphic">
|
|
|
<property name="text">
|
|
|
<string>PS Graphic</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QSpinBox" name="txtPSgraphic">
|
|
|
<property name="minimum">
|
|
|
<number>1</number>
|
|
|
</property>
|
|
|
<property name="maximum">
|
|
|
<number>33</number>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QWidget" name="tabStatus">
|
|
|
<attribute name="title">
|
|
|
<string>Status Burn</string>
|
|
|
</attribute>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_18">
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_21">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="text">
|
|
|
<string>BURN</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_9">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblSTATUS">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>STATUS</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblINFO">
|
|
|
<property name="text">
|
|
|
<string>DISC</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblSET">
|
|
|
<property name="text">
|
|
|
<string>COPY</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_22">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevA">
|
|
|
<property name="text">
|
|
|
<string>DEV A</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBstatusA">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBdiscA">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBcopyA">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_23">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevB">
|
|
|
<property name="text">
|
|
|
<string>DEV B</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBstatusB">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBdiscB">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBcopyB">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_24">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_7">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevC">
|
|
|
<property name="text">
|
|
|
<string>DEV C</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBstatusC">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBdiscC">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBcopyC">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_25">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevD">
|
|
|
<property name="text">
|
|
|
<string>DEV D</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBstatusD">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBdiscD">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtBcopyD">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="verticalSpacer">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>20</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_16">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="text">
|
|
|
<string>CHECK</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_14">
|
|
|
<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>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_13">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>50</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtTDpath">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnTDpath">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Temp Data Path</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_19">
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_26">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_10">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>40</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblSTATUS_2">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>STATUS</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_27">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevA_2">
|
|
|
<property name="text">
|
|
|
<string>DEV A</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtCHstatusA">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_28">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevB_2">
|
|
|
<property name="text">
|
|
|
<string>DEV B</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtCHstatusB">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_29">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevC_2">
|
|
|
<property name="text">
|
|
|
<string>DEV C</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtCHstatusC">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_30">
|
|
|
<item>
|
|
|
<widget class="QLabel" name="lblDevD_2">
|
|
|
<property name="text">
|
|
|
<string>DEV D</string>
|
|
|
</property>
|
|
|
<property name="alignment">
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QLineEdit" name="txtCHstatusD">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_20">
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_12">
|
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
<property name="sizeType">
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
</property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
|
<width>50</width>
|
|
|
<height>20</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
</spacer>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QCheckBox" name="chkCheck">
|
|
|
<property name="enabled">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>MANUAL</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<spacer name="horizontalSpacer_15">
|
|
|
<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="btnCHstart">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>START</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
|
<property name="sizePolicy">
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>500</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_2"/>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QTextEdit" name="txtInfo">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
<property name="sizeConstraint">
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
</property>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnGbkp">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Generate Bkp</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnRestart">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Restart</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnStartburn">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Start Burn</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QPushButton" name="btnStopburn">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Stop Burn</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>824</width>
|
|
|
<height>25</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
<property name="title">
|
|
|
<string>File</string>
|
|
|
</property>
|
|
|
<addaction name="actionQuit"/>
|
|
|
</widget>
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
<property name="title">
|
|
|
<string>Help</string>
|
|
|
</property>
|
|
|
<addaction name="actionAbout"/>
|
|
|
</widget>
|
|
|
<widget class="QMenu" name="menuParameters">
|
|
|
<property name="title">
|
|
|
<string>Parameters</string>
|
|
|
</property>
|
|
|
<addaction name="actionChange_Parameters"/>
|
|
|
</widget>
|
|
|
<addaction name="menuFile"/>
|
|
|
<addaction name="menuParameters"/>
|
|
|
<addaction name="menuHelp"/>
|
|
|
</widget>
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
<action name="actionChange_Parameters">
|
|
|
<property name="enabled">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Change Parameters</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
<action name="actionQuit">
|
|
|
<property name="text">
|
|
|
<string>Quit</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
<action name="actionAbout">
|
|
|
<property name="text">
|
|
|
<string>About</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
</widget>
|
|
|
<tabstops>
|
|
|
<tabstop>txtDpath</tabstop>
|
|
|
<tabstop>btnDpath</tabstop>
|
|
|
<tabstop>txtRpath</tabstop>
|
|
|
<tabstop>btnRpath</tabstop>
|
|
|
<tabstop>lstDtype</tabstop>
|
|
|
<tabstop>txtDtype</tabstop>
|
|
|
<tabstop>txtElabel</tabstop>
|
|
|
<tabstop>lstStartDay</tabstop>
|
|
|
<tabstop>lstStopDay</tabstop>
|
|
|
<tabstop>lstDcapacity</tabstop>
|
|
|
<tabstop>tabWidget</tabstop>
|
|
|
<tabstop>btnGbkp</tabstop>
|
|
|
<tabstop>btnRestart</tabstop>
|
|
|
<tabstop>btnStartburn</tabstop>
|
|
|
<tabstop>btnStopburn</tabstop>
|
|
|
</tabstops>
|
|
|
<resources/>
|
|
|
<connections>
|
|
|
<connection>
|
|
|
<sender>actionQuit</sender>
|
|
|
<signal>triggered()</signal>
|
|
|
<receiver>MainWindow</receiver>
|
|
|
<slot>close()</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>-1</x>
|
|
|
<y>-1</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>306</x>
|
|
|
<y>358</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkCheck</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>txtTDpath</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>160</x>
|
|
|
<y>378</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>231</x>
|
|
|
<y>306</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkCheck</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>btnTDpath</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>160</x>
|
|
|
<y>387</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>802</x>
|
|
|
<y>305</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkCheck</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>btnCHstart</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>160</x>
|
|
|
<y>383</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>802</x>
|
|
|
<y>389</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkDevD</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>grpDevD</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>701</x>
|
|
|
<y>98</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>701</x>
|
|
|
<y>251</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkDevB</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>grpDevB</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>263</x>
|
|
|
<y>79</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>251</x>
|
|
|
<y>167</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkDevC</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>grpDevC</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>391</x>
|
|
|
<y>79</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>391</x>
|
|
|
<y>202</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
<connection>
|
|
|
<sender>chkDevA</sender>
|
|
|
<signal>toggled(bool)</signal>
|
|
|
<receiver>grpDevA</receiver>
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
<hints>
|
|
|
<hint type="sourcelabel">
|
|
|
<x>105</x>
|
|
|
<y>79</y>
|
|
|
</hint>
|
|
|
<hint type="destinationlabel">
|
|
|
<x>95</x>
|
|
|
<y>167</y>
|
|
|
</hint>
|
|
|
</hints>
|
|
|
</connection>
|
|
|
</connections>
|
|
|
</ui>
|
|
|
|