##// END OF EJS Templates
Avance domingo
Avance domingo

File last commit:

r44:45
r45:46
Show More
MainWindow.ui
967 lines | 28.8 KiB | text/plain | TextLexer
ralonso
***
r2 <?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>
ralonso
mas funciones implementadas y control de botones paso a paso parte 1
r43 <width>754</width>
ralonso
***
r40 <height>737</height>
ralonso
***
r2 </rect>
</property>
<property name="windowTitle">
<string>JRO BACKUP MANAGER</string>
</property>
<widget class="QWidget" name="centralwidget">
ralonso
***
r26 <layout class="QVBoxLayout" name="verticalLayout">
ralonso
***
r2 <item>
<widget class="QTabWidget" name="tabWidget">
ralonso
***
r20 <property name="enabled">
<bool>true</bool>
</property>
ralonso
***
r2 <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
ralonso
***
r30 <number>0</number>
ralonso
***
r2 </property>
<widget class="QWidget" name="tabParameters">
ralonso
***
r20 <property name="enabled">
<bool>true</bool>
</property>
ralonso
***
r2 <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>
ralonso
***
r10 <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>
ralonso
***
r2 </item>
<item>
ralonso
***
r10 <widget class="QLineEdit" name="txtDtype">
<property name="text">
<string>r</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
ralonso
***
r2 </item>
<item>
<widget class="QCheckBox" name="chkMST">
<property name="text">
<string>MST-ISR Data</string>
</property>
</widget>
</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>
ralonso
mas funciones implementadas y control de botones paso a paso parte 1
r43 <widget class="QSpinBox" name="txtCopys">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
ralonso
***
r11 </property>
</widget>
ralonso
***
r2 </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">
ralonso
***
r20 <property name="enabled">
<bool>true</bool>
</property>
ralonso
***
r2 <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="title">
<string>Device Config.</string>
</attribute>
ralonso
***
r26 <layout class="QVBoxLayout" name="verticalLayout_3">
ralonso
***
r2 <item>
ralonso
***
r26 <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<widget class="QCheckBox" name="chkDevA">
<property name="text">
<string>Dev A</string>
</property>
ralonso
***
r29 <property name="checked">
<bool>true</bool>
</property>
ralonso
***
r26 </widget>
</item>
<item>
ralonso
***
r29 <widget class="QWidget" name="grpDevA" native="true">
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="QLineEdit" name="txtDeviceA"/>
</item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBspeedA">
<property name="text">
<string>16</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBmodeA">
<property name="text">
<string>-sao</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
<widget class="QPushButton" name="btnTdevA">
<property name="text">
<string>Test DevA</string>
</property>
</widget>
</item>
</layout>
</widget>
ralonso
***
r26 </item>
</layout>
</item>
<item row="0" column="1">
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QCheckBox" name="chkDevB">
<property name="text">
<string>Dev B</string>
</property>
ralonso
***
r29 <property name="checked">
<bool>true</bool>
</property>
ralonso
***
r26 </widget>
</item>
<item>
ralonso
***
r29 <widget class="QWidget" name="grpDevB" native="true">
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QLineEdit" name="txtDeviceB"/>
</item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBspeedB">
<property name="text">
<string>16</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBmodeB">
<property name="text">
<string>-sao</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
<widget class="QPushButton" name="btnTdevB">
<property name="text">
<string>Test DevB</string>
</property>
</widget>
</item>
</layout>
</widget>
ralonso
***
r26 </item>
</layout>
</item>
<item row="0" column="2">
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QCheckBox" name="chkDevC">
<property name="text">
<string>Dev C</string>
</property>
ralonso
***
r29 <property name="checked">
<bool>true</bool>
</property>
ralonso
***
r26 </widget>
</item>
<item>
ralonso
***
r29 <widget class="QWidget" name="grpDevC" native="true">
<layout class="QVBoxLayout" name="verticalLayout_13">
<item>
<widget class="QLineEdit" name="txtDeviceC"/>
</item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBspeedC">
<property name="text">
<string>16</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBmodeC">
<property name="text">
<string>-sao</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
<widget class="QPushButton" name="btnTdevC">
<property name="text">
<string>Test DevC</string>
</property>
</widget>
</item>
</layout>
</widget>
ralonso
***
r26 </item>
</layout>
</item>
<item row="0" column="3">
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="QCheckBox" name="chkDevD">
<property name="text">
<string>Dev D</string>
</property>
ralonso
***
r29 <property name="checked">
<bool>true</bool>
</property>
ralonso
***
r26 </widget>
</item>
<item>
ralonso
***
r29 <widget class="QWidget" name="grpDevD" native="true">
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QLineEdit" name="txtDeviceD"/>
</item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBspeedD">
<property name="text">
<string>16</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
ralonso
***
r32 <widget class="QLineEdit" name="txtBmodeD">
<property name="text">
<string>-sao</string>
</property>
</widget>
ralonso
***
r29 </item>
<item>
<widget class="QPushButton" name="btnTdevD">
<property name="text">
<string>Test DevD</string>
</property>
</widget>
</item>
</layout>
</widget>
ralonso
***
r26 </item>
</layout>
</item>
<item row="0" column="4">
<layout class="QVBoxLayout" name="verticalLayout_19">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string/>
</property>
</widget>
</item>
<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>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
ralonso
***
r2 </item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
<widget class="QLabel" name="lblBprocess">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Burning process</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkSimultaneously">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Simultaneously</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkSequentially">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Sequentially</string>
</property>
ralonso
***
r26 <property name="checked">
<bool>true</bool>
</property>
ralonso
***
r2 </widget>
</item>
</layout>
</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">
ralonso
Empezando con la funcion mas grande, y creacion de archivo de conf
r44 <string>Device Capacity (MB)</string>
ralonso
***
r2 </property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkSalert">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Sound Alert</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
ralonso
***
r10 <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 [? GB]</string>
</property>
</item>
</widget>
ralonso
***
r2 </item>
<item>
ralonso
Empezando con la funcion mas grande, y creacion de archivo de conf
r44 <widget class="QDoubleSpinBox" name="txtDcapacity">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
ralonso
***
r14 </property>
ralonso
***
r10 <property name="readOnly">
ralonso
***
r14 <bool>true</bool>
ralonso
***
r10 </property>
ralonso
Empezando con la funcion mas grande, y creacion de archivo de conf
r44 <property name="minimum">
<double>100.000000000000000</double>
</property>
<property name="maximum">
<double>99999.990000000005239</double>
</property>
<property name="value">
<double>4482.270000000000437</double>
</property>
ralonso
***
r10 </widget>
ralonso
***
r2 </item>
<item>
<widget class="QCheckBox" name="chkPSgraphic">
<property name="text">
<string>PS Graphic</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_17"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSburn">
<attribute name="title">
<string>Status Burn</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QWidget" name="widget_2" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<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">
<item row="3" column="2">
<widget class="QLineEdit" name="txtSTATUSb"/>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="txtINFOa"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="txtSTATUSa"/>
</item>
<item row="5" column="2">
<widget class="QLineEdit" name="txtINFOb"/>
</item>
<item row="3" column="3">
<widget class="QLineEdit" name="txtSTATUSc"/>
</item>
<item row="3" column="4">
<widget class="QLineEdit" name="txtSTATUSd"/>
</item>
<item row="5" column="4">
<widget class="QLineEdit" name="txtINFOd"/>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="txtSETa"/>
</item>
<item row="6" column="2">
<widget class="QLineEdit" name="txtSETb"/>
</item>
<item row="6" column="3">
<widget class="QLineEdit" name="txtSETc"/>
</item>
<item row="6" column="4">
<widget class="QLineEdit" name="txtSETd"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="lblSTATUS">
<property name="text">
<string>STATUS</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="lblINFO">
<property name="text">
<string>INFO</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="lblSET">
<property name="text">
<string>SET</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lblDevA">
<property name="text">
<string>DEV A</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="lblDevB">
<property name="text">
<string>DEV B</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="lblDevC">
<property name="text">
<string>DEV C</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="lblDevD">
<property name="text">
<string>DEV D</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="QLineEdit" name="txtINFOc"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QTextEdit" name="txtSburn"/>
</item>
</layout>
</widget>
</widget>
</item>
<item>
ralonso
***
r18 <widget class="QTextEdit" name="txtInfo">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
ralonso
***
r2 </item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<widget class="QPushButton" name="btnGbkp">
ralonso
***
r40 <property name="enabled">
<bool>false</bool>
</property>
ralonso
***
r2 <property name="text">
<string>Generate Bkp</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnRestart">
ralonso
***
r40 <property name="enabled">
<bool>false</bool>
</property>
ralonso
***
r2 <property name="text">
<string>Restart</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnStartburn">
ralonso
***
r40 <property name="enabled">
<bool>false</bool>
</property>
ralonso
***
r2 <property name="text">
<string>Start Burn</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnStopburn">
ralonso
***
r40 <property name="enabled">
<bool>false</bool>
</property>
ralonso
***
r2 <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>
ralonso
mas funciones implementadas y control de botones paso a paso parte 1
r43 <width>754</width>
ralonso
***
r40 <height>21</height>
ralonso
***
r2 </rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionSave_Config"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuParameters">
<property name="title">
<string>Parameters</string>
</property>
<addaction name="actionChange_Parameters"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuParameters"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionChange_Parameters">
<property name="text">
<string>Change Parameters</string>
</property>
</action>
<action name="actionSave_Config">
<property name="text">
<string>Save Config</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>chkMST</tabstop>
<tabstop>txtElabel</tabstop>
<tabstop>lstStartDay</tabstop>
<tabstop>lstStopDay</tabstop>
<tabstop>chkSimultaneously</tabstop>
<tabstop>chkSequentially</tabstop>
<tabstop>chkSalert</tabstop>
<tabstop>lstDcapacity</tabstop>
<tabstop>chkPSgraphic</tabstop>
<tabstop>lineEdit_17</tabstop>
<tabstop>txtSTATUSa</tabstop>
<tabstop>txtSTATUSb</tabstop>
<tabstop>txtSTATUSc</tabstop>
<tabstop>txtSTATUSd</tabstop>
<tabstop>txtINFOa</tabstop>
<tabstop>txtINFOb</tabstop>
<tabstop>txtINFOc</tabstop>
<tabstop>txtINFOd</tabstop>
<tabstop>txtSETa</tabstop>
<tabstop>txtSETb</tabstop>
<tabstop>txtSETc</tabstop>
<tabstop>txtSETd</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>txtSburn</tabstop>
<tabstop>btnGbkp</tabstop>
<tabstop>btnRestart</tabstop>
<tabstop>btnStartburn</tabstop>
<tabstop>btnStopburn</tabstop>
</tabstops>
<resources/>
ralonso
***
r10 <connections>
<connection>
ralonso
***
r26 <sender>chkSequentially</sender>
<signal>clicked()</signal>
<receiver>chkSimultaneously</receiver>
<slot>toggle()</slot>
ralonso
***
r10 <hints>
<hint type="sourcelabel">
ralonso
***
r29 <x>635</x>
<y>276</y>
ralonso
***
r10 </hint>
<hint type="destinationlabel">
ralonso
***
r26 <x>350</x>
<y>269</y>
ralonso
***
r10 </hint>
</hints>
</connection>
ralonso
***
r26 <connection>
<sender>chkSimultaneously</sender>
<signal>clicked()</signal>
<receiver>chkSequentially</receiver>
<slot>toggle()</slot>
<hints>
<hint type="sourcelabel">
ralonso
***
r29 <x>433</x>
<y>276</y>
ralonso
***
r26 </hint>
<hint type="destinationlabel">
ralonso
***
r29 <x>635</x>
<y>276</y>
ralonso
***
r26 </hint>
</hints>
</connection>
ralonso
***
r29 <connection>
<sender>chkDevA</sender>
<signal>toggled(bool)</signal>
<receiver>grpDevA</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>95</x>
<y>86</y>
</hint>
<hint type="destinationlabel">
<x>95</x>
<y>167</y>
</hint>
</hints>
</connection>
<connection>
<sender>chkDevB</sender>
<signal>toggled(bool)</signal>
<receiver>grpDevB</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>251</x>
<y>86</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>407</x>
<y>86</y>
</hint>
<hint type="destinationlabel">
<x>407</x>
<y>167</y>
</hint>
</hints>
</connection>
<connection>
<sender>chkDevD</sender>
<signal>toggled(bool)</signal>
<receiver>grpDevD</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>563</x>
<y>86</y>
</hint>
<hint type="destinationlabel">
<x>563</x>
<y>167</y>
</hint>
</hints>
</connection>
ralonso
***
r10 </connections>
ralonso
***
r2 </ui>