##// END OF EJS Templates
about2 parameters2
ralonso -
r66:67
parent child
Show More
@@ -0,0 +1,84
1 <?xml version="1.0" encoding="UTF-8"?>
No newline at end of file
2 <ui version="4.0">
No newline at end of file
3 <class>About</class>
No newline at end of file
4 <widget class="QDialog" name="About">
No newline at end of file
5 <property name="geometry">
No newline at end of file
6 <rect>
No newline at end of file
7 <x>0</x>
No newline at end of file
8 <y>0</y>
No newline at end of file
9 <width>250</width>
No newline at end of file
10 <height>230</height>
No newline at end of file
11 </rect>
No newline at end of file
12 </property>
No newline at end of file
13 <property name="minimumSize">
No newline at end of file
14 <size>
No newline at end of file
15 <width>250</width>
No newline at end of file
16 <height>230</height>
No newline at end of file
17 </size>
No newline at end of file
18 </property>
No newline at end of file
19 <property name="maximumSize">
No newline at end of file
20 <size>
No newline at end of file
21 <width>250</width>
No newline at end of file
22 <height>230</height>
No newline at end of file
23 </size>
No newline at end of file
24 </property>
No newline at end of file
25 <property name="windowTitle">
No newline at end of file
26 <string>About</string>
No newline at end of file
27 </property>
No newline at end of file
28 <layout class="QVBoxLayout" name="verticalLayout">
No newline at end of file
29 <item>
No newline at end of file
30 <widget class="QTextEdit" name="textEdit">
No newline at end of file
31 <property name="maximumSize">
No newline at end of file
32 <size>
No newline at end of file
33 <width>16777215</width>
No newline at end of file
34 <height>16777215</height>
No newline at end of file
35 </size>
No newline at end of file
36 </property>
No newline at end of file
37 <property name="readOnly">
No newline at end of file
38 <bool>true</bool>
No newline at end of file
39 </property>
No newline at end of file
40 <property name="html">
No newline at end of file
41 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
No newline at end of file
42 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
No newline at end of file
43 p, li { white-space: pre-wrap; }
No newline at end of file
44 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
No newline at end of file
45 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;JRO BACKUP MANAGER&lt;/span&gt;&lt;/p&gt;
No newline at end of file
46 &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;&quot;&gt;&lt;/p&gt;
No newline at end of file
47 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Author:&lt;/span&gt;&lt;/p&gt;
No newline at end of file
48 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Ricardo Farino Alonso RondΓ³n&lt;/span&gt;&lt;/p&gt;
No newline at end of file
49 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;ricardo.alonso@jro.igp.gob.pe&lt;/span&gt;&lt;/p&gt;
No newline at end of file
50 &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;&quot;&gt;&lt;/p&gt;
No newline at end of file
51 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Jicamarca Radio Observatory&lt;/span&gt;&lt;/p&gt;
No newline at end of file
52 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Jicamarca - May 2010&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
No newline at end of file
53 </property>
No newline at end of file
54 </widget>
No newline at end of file
55 </item>
No newline at end of file
56 <item>
No newline at end of file
57 <widget class="QPushButton" name="btnOK">
No newline at end of file
58 <property name="text">
No newline at end of file
59 <string>OK</string>
No newline at end of file
60 </property>
No newline at end of file
61 </widget>
No newline at end of file
62 </item>
No newline at end of file
63 </layout>
No newline at end of file
64 </widget>
No newline at end of file
65 <resources/>
No newline at end of file
66 <connections>
No newline at end of file
67 <connection>
No newline at end of file
68 <sender>btnOK</sender>
No newline at end of file
69 <signal>clicked()</signal>
No newline at end of file
70 <receiver>About</receiver>
No newline at end of file
71 <slot>close()</slot>
No newline at end of file
72 <hints>
No newline at end of file
73 <hint type="sourcelabel">
No newline at end of file
74 <x>154</x>
No newline at end of file
75 <y>194</y>
No newline at end of file
76 </hint>
No newline at end of file
77 <hint type="destinationlabel">
No newline at end of file
78 <x>247</x>
No newline at end of file
79 <y>57</y>
No newline at end of file
80 </hint>
No newline at end of file
81 </hints>
No newline at end of file
82 </connection>
No newline at end of file
83 </connections>
No newline at end of file
84 </ui> No newline at end of file
@@ -0,0 +1,84
1 <?xml version="1.0" encoding="UTF-8"?>
No newline at end of file
2 <ui version="4.0">
No newline at end of file
3 <class>About</class>
No newline at end of file
4 <widget class="QDialog" name="About">
No newline at end of file
5 <property name="geometry">
No newline at end of file
6 <rect>
No newline at end of file
7 <x>0</x>
No newline at end of file
8 <y>0</y>
No newline at end of file
9 <width>250</width>
No newline at end of file
10 <height>230</height>
No newline at end of file
11 </rect>
No newline at end of file
12 </property>
No newline at end of file
13 <property name="minimumSize">
No newline at end of file
14 <size>
No newline at end of file
15 <width>250</width>
No newline at end of file
16 <height>230</height>
No newline at end of file
17 </size>
No newline at end of file
18 </property>
No newline at end of file
19 <property name="maximumSize">
No newline at end of file
20 <size>
No newline at end of file
21 <width>250</width>
No newline at end of file
22 <height>230</height>
No newline at end of file
23 </size>
No newline at end of file
24 </property>
No newline at end of file
25 <property name="windowTitle">
No newline at end of file
26 <string>About</string>
No newline at end of file
27 </property>
No newline at end of file
28 <layout class="QVBoxLayout" name="verticalLayout">
No newline at end of file
29 <item>
No newline at end of file
30 <widget class="QTextEdit" name="textEdit">
No newline at end of file
31 <property name="maximumSize">
No newline at end of file
32 <size>
No newline at end of file
33 <width>16777215</width>
No newline at end of file
34 <height>16777215</height>
No newline at end of file
35 </size>
No newline at end of file
36 </property>
No newline at end of file
37 <property name="readOnly">
No newline at end of file
38 <bool>true</bool>
No newline at end of file
39 </property>
No newline at end of file
40 <property name="html">
No newline at end of file
41 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
No newline at end of file
42 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
No newline at end of file
43 p, li { white-space: pre-wrap; }
No newline at end of file
44 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
No newline at end of file
45 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;JRO BACKUP MANAGER&lt;/span&gt;&lt;/p&gt;
No newline at end of file
46 &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;&quot;&gt;&lt;/p&gt;
No newline at end of file
47 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Author:&lt;/span&gt;&lt;/p&gt;
No newline at end of file
48 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Ricardo Farino Alonso RondΓ³n&lt;/span&gt;&lt;/p&gt;
No newline at end of file
49 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;ricardo.alonso@jro.igp.gob.pe&lt;/span&gt;&lt;/p&gt;
No newline at end of file
50 &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;&quot;&gt;&lt;/p&gt;
No newline at end of file
51 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Jicamarca Radio Observatory&lt;/span&gt;&lt;/p&gt;
No newline at end of file
52 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Jicamarca - May 2010&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
No newline at end of file
53 </property>
No newline at end of file
54 </widget>
No newline at end of file
55 </item>
No newline at end of file
56 <item>
No newline at end of file
57 <widget class="QPushButton" name="btnOK">
No newline at end of file
58 <property name="text">
No newline at end of file
59 <string>OK</string>
No newline at end of file
60 </property>
No newline at end of file
61 </widget>
No newline at end of file
62 </item>
No newline at end of file
63 </layout>
No newline at end of file
64 </widget>
No newline at end of file
65 <resources/>
No newline at end of file
66 <connections>
No newline at end of file
67 <connection>
No newline at end of file
68 <sender>btnOK</sender>
No newline at end of file
69 <signal>clicked()</signal>
No newline at end of file
70 <receiver>About</receiver>
No newline at end of file
71 <slot>close()</slot>
No newline at end of file
72 <hints>
No newline at end of file
73 <hint type="sourcelabel">
No newline at end of file
74 <x>154</x>
No newline at end of file
75 <y>194</y>
No newline at end of file
76 </hint>
No newline at end of file
77 <hint type="destinationlabel">
No newline at end of file
78 <x>247</x>
No newline at end of file
79 <y>57</y>
No newline at end of file
80 </hint>
No newline at end of file
81 </hints>
No newline at end of file
82 </connection>
No newline at end of file
83 </connections>
No newline at end of file
84 </ui> No newline at end of file
@@ -0,0 +1,127
1 <?xml version="1.0" encoding="UTF-8"?>
No newline at end of file
2 <ui version="4.0">
No newline at end of file
3 <class>Parameters</class>
No newline at end of file
4 <widget class="QDialog" name="Parameters">
No newline at end of file
5 <property name="geometry">
No newline at end of file
6 <rect>
No newline at end of file
7 <x>0</x>
No newline at end of file
8 <y>0</y>
No newline at end of file
9 <width>207</width>
No newline at end of file
10 <height>152</height>
No newline at end of file
11 </rect>
No newline at end of file
12 </property>
No newline at end of file
13 <property name="windowTitle">
No newline at end of file
14 <string>Parameters</string>
No newline at end of file
15 </property>
No newline at end of file
16 <layout class="QVBoxLayout" name="verticalLayout">
No newline at end of file
17 <item>
No newline at end of file
18 <layout class="QHBoxLayout" name="horizontalLayout_3">
No newline at end of file
19 <item>
No newline at end of file
20 <layout class="QVBoxLayout" name="verticalLayout_2">
No newline at end of file
21 <item>
No newline at end of file
22 <widget class="QLabel" name="label">
No newline at end of file
23 <property name="text">
No newline at end of file
24 <string>NΒ° Copys</string>
No newline at end of file
25 </property>
No newline at end of file
26 </widget>
No newline at end of file
27 </item>
No newline at end of file
28 <item>
No newline at end of file
29 <widget class="QLabel" name="label_3">
No newline at end of file
30 <property name="text">
No newline at end of file
31 <string>Disc</string>
No newline at end of file
32 </property>
No newline at end of file
33 </widget>
No newline at end of file
34 </item>
No newline at end of file
35 <item>
No newline at end of file
36 <widget class="QLabel" name="label_2">
No newline at end of file
37 <property name="text">
No newline at end of file
38 <string>Copy</string>
No newline at end of file
39 </property>
No newline at end of file
40 </widget>
No newline at end of file
41 </item>
No newline at end of file
42 </layout>
No newline at end of file
43 </item>
No newline at end of file
44 <item>
No newline at end of file
45 <layout class="QVBoxLayout" name="verticalLayout_3">
No newline at end of file
46 <item>
No newline at end of file
47 <widget class="QSpinBox" name="txtNcopys">
No newline at end of file
48 <property name="minimum">
No newline at end of file
49 <number>1</number>
No newline at end of file
50 </property>
No newline at end of file
51 <property name="maximum">
No newline at end of file
52 <number>999</number>
No newline at end of file
53 </property>
No newline at end of file
54 </widget>
No newline at end of file
55 </item>
No newline at end of file
56 <item>
No newline at end of file
57 <widget class="QSpinBox" name="txtDisc">
No newline at end of file
58 <property name="minimum">
No newline at end of file
59 <number>1</number>
No newline at end of file
60 </property>
No newline at end of file
61 <property name="maximum">
No newline at end of file
62 <number>999999</number>
No newline at end of file
63 </property>
No newline at end of file
64 </widget>
No newline at end of file
65 </item>
No newline at end of file
66 <item>
No newline at end of file
67 <widget class="QSpinBox" name="txtCopy">
No newline at end of file
68 <property name="minimum">
No newline at end of file
69 <number>1</number>
No newline at end of file
70 </property>
No newline at end of file
71 <property name="maximum">
No newline at end of file
72 <number>999</number>
No newline at end of file
73 </property>
No newline at end of file
74 </widget>
No newline at end of file
75 </item>
No newline at end of file
76 </layout>
No newline at end of file
77 </item>
No newline at end of file
78 </layout>
No newline at end of file
79 </item>
No newline at end of file
80 <item>
No newline at end of file
81 <widget class="QDialogButtonBox" name="buttonBox">
No newline at end of file
82 <property name="orientation">
No newline at end of file
83 <enum>Qt::Horizontal</enum>
No newline at end of file
84 </property>
No newline at end of file
85 <property name="standardButtons">
No newline at end of file
86 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
No newline at end of file
87 </property>
No newline at end of file
88 </widget>
No newline at end of file
89 </item>
No newline at end of file
90 </layout>
No newline at end of file
91 </widget>
No newline at end of file
92 <resources/>
No newline at end of file
93 <connections>
No newline at end of file
94 <connection>
No newline at end of file
95 <sender>buttonBox</sender>
No newline at end of file
96 <signal>accepted()</signal>
No newline at end of file
97 <receiver>Parameters</receiver>
No newline at end of file
98 <slot>accept()</slot>
No newline at end of file
99 <hints>
No newline at end of file
100 <hint type="sourcelabel">
No newline at end of file
101 <x>197</x>
No newline at end of file
102 <y>142</y>
No newline at end of file
103 </hint>
No newline at end of file
104 <hint type="destinationlabel">
No newline at end of file
105 <x>157</x>
No newline at end of file
106 <y>151</y>
No newline at end of file
107 </hint>
No newline at end of file
108 </hints>
No newline at end of file
109 </connection>
No newline at end of file
110 <connection>
No newline at end of file
111 <sender>buttonBox</sender>
No newline at end of file
112 <signal>rejected()</signal>
No newline at end of file
113 <receiver>Parameters</receiver>
No newline at end of file
114 <slot>reject()</slot>
No newline at end of file
115 <hints>
No newline at end of file
116 <hint type="sourcelabel">
No newline at end of file
117 <x>197</x>
No newline at end of file
118 <y>142</y>
No newline at end of file
119 </hint>
No newline at end of file
120 <hint type="destinationlabel">
No newline at end of file
121 <x>206</x>
No newline at end of file
122 <y>151</y>
No newline at end of file
123 </hint>
No newline at end of file
124 </hints>
No newline at end of file
125 </connection>
No newline at end of file
126 </connections>
No newline at end of file
127 </ui> No newline at end of file
@@ -0,0 +1,127
1 <?xml version="1.0" encoding="UTF-8"?>
No newline at end of file
2 <ui version="4.0">
No newline at end of file
3 <class>Dialog</class>
No newline at end of file
4 <widget class="QDialog" name="Dialog">
No newline at end of file
5 <property name="geometry">
No newline at end of file
6 <rect>
No newline at end of file
7 <x>0</x>
No newline at end of file
8 <y>0</y>
No newline at end of file
9 <width>207</width>
No newline at end of file
10 <height>152</height>
No newline at end of file
11 </rect>
No newline at end of file
12 </property>
No newline at end of file
13 <property name="windowTitle">
No newline at end of file
14 <string>Dialog</string>
No newline at end of file
15 </property>
No newline at end of file
16 <layout class="QVBoxLayout" name="verticalLayout">
No newline at end of file
17 <item>
No newline at end of file
18 <layout class="QHBoxLayout" name="horizontalLayout_3">
No newline at end of file
19 <item>
No newline at end of file
20 <layout class="QVBoxLayout" name="verticalLayout_2">
No newline at end of file
21 <item>
No newline at end of file
22 <widget class="QLabel" name="label">
No newline at end of file
23 <property name="text">
No newline at end of file
24 <string>NΒ° Copys</string>
No newline at end of file
25 </property>
No newline at end of file
26 </widget>
No newline at end of file
27 </item>
No newline at end of file
28 <item>
No newline at end of file
29 <widget class="QLabel" name="label_3">
No newline at end of file
30 <property name="text">
No newline at end of file
31 <string>Disc</string>
No newline at end of file
32 </property>
No newline at end of file
33 </widget>
No newline at end of file
34 </item>
No newline at end of file
35 <item>
No newline at end of file
36 <widget class="QLabel" name="label_2">
No newline at end of file
37 <property name="text">
No newline at end of file
38 <string>Copy</string>
No newline at end of file
39 </property>
No newline at end of file
40 </widget>
No newline at end of file
41 </item>
No newline at end of file
42 </layout>
No newline at end of file
43 </item>
No newline at end of file
44 <item>
No newline at end of file
45 <layout class="QVBoxLayout" name="verticalLayout_3">
No newline at end of file
46 <item>
No newline at end of file
47 <widget class="QSpinBox" name="txtNcopys">
No newline at end of file
48 <property name="minimum">
No newline at end of file
49 <number>1</number>
No newline at end of file
50 </property>
No newline at end of file
51 <property name="maximum">
No newline at end of file
52 <number>999</number>
No newline at end of file
53 </property>
No newline at end of file
54 </widget>
No newline at end of file
55 </item>
No newline at end of file
56 <item>
No newline at end of file
57 <widget class="QSpinBox" name="txtDisc">
No newline at end of file
58 <property name="minimum">
No newline at end of file
59 <number>1</number>
No newline at end of file
60 </property>
No newline at end of file
61 <property name="maximum">
No newline at end of file
62 <number>999999</number>
No newline at end of file
63 </property>
No newline at end of file
64 </widget>
No newline at end of file
65 </item>
No newline at end of file
66 <item>
No newline at end of file
67 <widget class="QSpinBox" name="txtCopy">
No newline at end of file
68 <property name="minimum">
No newline at end of file
69 <number>1</number>
No newline at end of file
70 </property>
No newline at end of file
71 <property name="maximum">
No newline at end of file
72 <number>999</number>
No newline at end of file
73 </property>
No newline at end of file
74 </widget>
No newline at end of file
75 </item>
No newline at end of file
76 </layout>
No newline at end of file
77 </item>
No newline at end of file
78 </layout>
No newline at end of file
79 </item>
No newline at end of file
80 <item>
No newline at end of file
81 <widget class="QDialogButtonBox" name="buttonBox">
No newline at end of file
82 <property name="orientation">
No newline at end of file
83 <enum>Qt::Horizontal</enum>
No newline at end of file
84 </property>
No newline at end of file
85 <property name="standardButtons">
No newline at end of file
86 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
No newline at end of file
87 </property>
No newline at end of file
88 </widget>
No newline at end of file
89 </item>
No newline at end of file
90 </layout>
No newline at end of file
91 </widget>
No newline at end of file
92 <resources/>
No newline at end of file
93 <connections>
No newline at end of file
94 <connection>
No newline at end of file
95 <sender>buttonBox</sender>
No newline at end of file
96 <signal>accepted()</signal>
No newline at end of file
97 <receiver>Dialog</receiver>
No newline at end of file
98 <slot>accept()</slot>
No newline at end of file
99 <hints>
No newline at end of file
100 <hint type="sourcelabel">
No newline at end of file
101 <x>197</x>
No newline at end of file
102 <y>142</y>
No newline at end of file
103 </hint>
No newline at end of file
104 <hint type="destinationlabel">
No newline at end of file
105 <x>157</x>
No newline at end of file
106 <y>151</y>
No newline at end of file
107 </hint>
No newline at end of file
108 </hints>
No newline at end of file
109 </connection>
No newline at end of file
110 <connection>
No newline at end of file
111 <sender>buttonBox</sender>
No newline at end of file
112 <signal>rejected()</signal>
No newline at end of file
113 <receiver>Dialog</receiver>
No newline at end of file
114 <slot>reject()</slot>
No newline at end of file
115 <hints>
No newline at end of file
116 <hint type="sourcelabel">
No newline at end of file
117 <x>197</x>
No newline at end of file
118 <y>142</y>
No newline at end of file
119 </hint>
No newline at end of file
120 <hint type="destinationlabel">
No newline at end of file
121 <x>206</x>
No newline at end of file
122 <y>151</y>
No newline at end of file
123 </hint>
No newline at end of file
124 </hints>
No newline at end of file
125 </connection>
No newline at end of file
126 </connections>
No newline at end of file
127 </ui> No newline at end of file
@@ -0,0 +1,58
1 # -*- coding: utf-8 -*-
No newline at end of file
2
No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About.ui'
No newline at end of file
4 #
No newline at end of file
5 # Created: Mon May 24 08:52:43 2010
No newline at end of file
6 # by: PyQt4 UI code generator 4.6
No newline at end of file
7 #
No newline at end of file
8 # WARNING! All changes made in this file will be lost!
No newline at end of file
9
No newline at end of file
10 from PyQt4 import QtCore, QtGui
No newline at end of file
11
No newline at end of file
12 class Ui_About(object):
No newline at end of file
13 def setupUi(self, About):
No newline at end of file
14 About.setObjectName("About")
No newline at end of file
15 About.resize(250, 230)
No newline at end of file
16 About.setMinimumSize(QtCore.QSize(250, 230))
No newline at end of file
17 About.setMaximumSize(QtCore.QSize(250, 230))
No newline at end of file
18 self.verticalLayout = QtGui.QVBoxLayout(About)
No newline at end of file
19 self.verticalLayout.setObjectName("verticalLayout")
No newline at end of file
20 self.textEdit = QtGui.QTextEdit(About)
No newline at end of file
21 self.textEdit.setMaximumSize(QtCore.QSize(16777215, 16777215))
No newline at end of file
22 self.textEdit.setReadOnly(True)
No newline at end of file
23 self.textEdit.setObjectName("textEdit")
No newline at end of file
24 self.verticalLayout.addWidget(self.textEdit)
No newline at end of file
25 self.btnOK = QtGui.QPushButton(About)
No newline at end of file
26 self.btnOK.setObjectName("btnOK")
No newline at end of file
27 self.verticalLayout.addWidget(self.btnOK)
No newline at end of file
28
No newline at end of file
29 self.retranslateUi(About)
No newline at end of file
30 QtCore.QObject.connect(self.btnOK, QtCore.SIGNAL("clicked()"), About.close)
No newline at end of file
31 QtCore.QMetaObject.connectSlotsByName(About)
No newline at end of file
32
No newline at end of file
33 def retranslateUi(self, About):
No newline at end of file
34 About.setWindowTitle(QtGui.QApplication.translate("About", "About", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
35 self.textEdit.setHtml(QtGui.QApplication.translate("About", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
No newline at end of file
36 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
No newline at end of file
37 "p, li { white-space: pre-wrap; }\n"
No newline at end of file
38 "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
No newline at end of file
39 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">JRO BACKUP MANAGER</span></p>\n"
No newline at end of file
40 "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"></p>\n"
No newline at end of file
41 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Author:</span></p>\n"
No newline at end of file
42 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Ricardo Farino Alonso RondΓ³n</span></p>\n"
No newline at end of file
43 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">ricardo.alonso@jro.igp.gob.pe</span></p>\n"
No newline at end of file
44 "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;\"></p>\n"
No newline at end of file
45 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca Radio Observatory</span></p>\n"
No newline at end of file
46 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca - May 2010</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
47 self.btnOK.setText(QtGui.QApplication.translate("About", "OK", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
48
No newline at end of file
49
No newline at end of file
50 if __name__ == "__main__":
No newline at end of file
51 import sys
No newline at end of file
52 app = QtGui.QApplication(sys.argv)
No newline at end of file
53 About = QtGui.QDialog()
No newline at end of file
54 ui = Ui_About()
No newline at end of file
55 ui.setupUi(About)
No newline at end of file
56 About.show()
No newline at end of file
57 sys.exit(app.exec_())
No newline at end of file
58 No newline at end of file
@@ -0,0 +1,58
1 # -*- coding: utf-8 -*-
No newline at end of file
2
No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/About2.ui'
No newline at end of file
4 #
No newline at end of file
5 # Created: Mon May 24 08:52:42 2010
No newline at end of file
6 # by: PyQt4 UI code generator 4.6
No newline at end of file
7 #
No newline at end of file
8 # WARNING! All changes made in this file will be lost!
No newline at end of file
9
No newline at end of file
10 from PyQt4 import QtCore, QtGui
No newline at end of file
11
No newline at end of file
12 class Ui_About(object):
No newline at end of file
13 def setupUi(self, About):
No newline at end of file
14 About.setObjectName("About")
No newline at end of file
15 About.resize(250, 230)
No newline at end of file
16 About.setMinimumSize(QtCore.QSize(250, 230))
No newline at end of file
17 About.setMaximumSize(QtCore.QSize(250, 230))
No newline at end of file
18 self.verticalLayout = QtGui.QVBoxLayout(About)
No newline at end of file
19 self.verticalLayout.setObjectName("verticalLayout")
No newline at end of file
20 self.textEdit = QtGui.QTextEdit(About)
No newline at end of file
21 self.textEdit.setMaximumSize(QtCore.QSize(16777215, 16777215))
No newline at end of file
22 self.textEdit.setReadOnly(True)
No newline at end of file
23 self.textEdit.setObjectName("textEdit")
No newline at end of file
24 self.verticalLayout.addWidget(self.textEdit)
No newline at end of file
25 self.btnOK = QtGui.QPushButton(About)
No newline at end of file
26 self.btnOK.setObjectName("btnOK")
No newline at end of file
27 self.verticalLayout.addWidget(self.btnOK)
No newline at end of file
28
No newline at end of file
29 self.retranslateUi(About)
No newline at end of file
30 QtCore.QObject.connect(self.btnOK, QtCore.SIGNAL("clicked()"), About.close)
No newline at end of file
31 QtCore.QMetaObject.connectSlotsByName(About)
No newline at end of file
32
No newline at end of file
33 def retranslateUi(self, About):
No newline at end of file
34 About.setWindowTitle(QtGui.QApplication.translate("About", "About", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
35 self.textEdit.setHtml(QtGui.QApplication.translate("About", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
No newline at end of file
36 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
No newline at end of file
37 "p, li { white-space: pre-wrap; }\n"
No newline at end of file
38 "</style></head><body style=\" font-family:\'Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
No newline at end of file
39 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">JRO BACKUP MANAGER</span></p>\n"
No newline at end of file
40 "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"></p>\n"
No newline at end of file
41 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Author:</span></p>\n"
No newline at end of file
42 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Ricardo Farino Alonso RondΓ³n</span></p>\n"
No newline at end of file
43 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">ricardo.alonso@jro.igp.gob.pe</span></p>\n"
No newline at end of file
44 "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:italic;\"></p>\n"
No newline at end of file
45 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca Radio Observatory</span></p>\n"
No newline at end of file
46 "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic;\">Jicamarca - May 2010</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
47 self.btnOK.setText(QtGui.QApplication.translate("About", "OK", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
48
No newline at end of file
49
No newline at end of file
50 if __name__ == "__main__":
No newline at end of file
51 import sys
No newline at end of file
52 app = QtGui.QApplication(sys.argv)
No newline at end of file
53 About = QtGui.QDialog()
No newline at end of file
54 ui = Ui_About()
No newline at end of file
55 ui.setupUi(About)
No newline at end of file
56 About.show()
No newline at end of file
57 sys.exit(app.exec_())
No newline at end of file
58 No newline at end of file
@@ -0,0 +1,77
1 # -*- coding: utf-8 -*-
No newline at end of file
2
No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters.ui'
No newline at end of file
4 #
No newline at end of file
5 # Created: Mon May 24 08:52:43 2010
No newline at end of file
6 # by: PyQt4 UI code generator 4.6
No newline at end of file
7 #
No newline at end of file
8 # WARNING! All changes made in this file will be lost!
No newline at end of file
9
No newline at end of file
10 from PyQt4 import QtCore, QtGui
No newline at end of file
11
No newline at end of file
12 class Ui_Parameters(object):
No newline at end of file
13 def setupUi(self, Parameters):
No newline at end of file
14 Parameters.setObjectName("Parameters")
No newline at end of file
15 Parameters.resize(207, 152)
No newline at end of file
16 self.verticalLayout = QtGui.QVBoxLayout(Parameters)
No newline at end of file
17 self.verticalLayout.setObjectName("verticalLayout")
No newline at end of file
18 self.horizontalLayout_3 = QtGui.QHBoxLayout()
No newline at end of file
19 self.horizontalLayout_3.setObjectName("horizontalLayout_3")
No newline at end of file
20 self.verticalLayout_2 = QtGui.QVBoxLayout()
No newline at end of file
21 self.verticalLayout_2.setObjectName("verticalLayout_2")
No newline at end of file
22 self.label = QtGui.QLabel(Parameters)
No newline at end of file
23 self.label.setObjectName("label")
No newline at end of file
24 self.verticalLayout_2.addWidget(self.label)
No newline at end of file
25 self.label_3 = QtGui.QLabel(Parameters)
No newline at end of file
26 self.label_3.setObjectName("label_3")
No newline at end of file
27 self.verticalLayout_2.addWidget(self.label_3)
No newline at end of file
28 self.label_2 = QtGui.QLabel(Parameters)
No newline at end of file
29 self.label_2.setObjectName("label_2")
No newline at end of file
30 self.verticalLayout_2.addWidget(self.label_2)
No newline at end of file
31 self.horizontalLayout_3.addLayout(self.verticalLayout_2)
No newline at end of file
32 self.verticalLayout_3 = QtGui.QVBoxLayout()
No newline at end of file
33 self.verticalLayout_3.setObjectName("verticalLayout_3")
No newline at end of file
34 self.txtNcopys = QtGui.QSpinBox(Parameters)
No newline at end of file
35 self.txtNcopys.setMinimum(1)
No newline at end of file
36 self.txtNcopys.setMaximum(999)
No newline at end of file
37 self.txtNcopys.setObjectName("txtNcopys")
No newline at end of file
38 self.verticalLayout_3.addWidget(self.txtNcopys)
No newline at end of file
39 self.txtDisc = QtGui.QSpinBox(Parameters)
No newline at end of file
40 self.txtDisc.setMinimum(1)
No newline at end of file
41 self.txtDisc.setMaximum(999999)
No newline at end of file
42 self.txtDisc.setObjectName("txtDisc")
No newline at end of file
43 self.verticalLayout_3.addWidget(self.txtDisc)
No newline at end of file
44 self.txtCopy = QtGui.QSpinBox(Parameters)
No newline at end of file
45 self.txtCopy.setMinimum(1)
No newline at end of file
46 self.txtCopy.setMaximum(999)
No newline at end of file
47 self.txtCopy.setObjectName("txtCopy")
No newline at end of file
48 self.verticalLayout_3.addWidget(self.txtCopy)
No newline at end of file
49 self.horizontalLayout_3.addLayout(self.verticalLayout_3)
No newline at end of file
50 self.verticalLayout.addLayout(self.horizontalLayout_3)
No newline at end of file
51 self.buttonBox = QtGui.QDialogButtonBox(Parameters)
No newline at end of file
52 self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
No newline at end of file
53 self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
No newline at end of file
54 self.buttonBox.setObjectName("buttonBox")
No newline at end of file
55 self.verticalLayout.addWidget(self.buttonBox)
No newline at end of file
56
No newline at end of file
57 self.retranslateUi(Parameters)
No newline at end of file
58 QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), Parameters.accept)
No newline at end of file
59 QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), Parameters.reject)
No newline at end of file
60 QtCore.QMetaObject.connectSlotsByName(Parameters)
No newline at end of file
61
No newline at end of file
62 def retranslateUi(self, Parameters):
No newline at end of file
63 Parameters.setWindowTitle(QtGui.QApplication.translate("Parameters", "Parameters", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
64 self.label.setText(QtGui.QApplication.translate("Parameters", "NΒ° Copys", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
65 self.label_3.setText(QtGui.QApplication.translate("Parameters", "Disc", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
66 self.label_2.setText(QtGui.QApplication.translate("Parameters", "Copy", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
67
No newline at end of file
68
No newline at end of file
69 if __name__ == "__main__":
No newline at end of file
70 import sys
No newline at end of file
71 app = QtGui.QApplication(sys.argv)
No newline at end of file
72 Parameters = QtGui.QDialog()
No newline at end of file
73 ui = Ui_Parameters()
No newline at end of file
74 ui.setupUi(Parameters)
No newline at end of file
75 Parameters.show()
No newline at end of file
76 sys.exit(app.exec_())
No newline at end of file
77 No newline at end of file
@@ -0,0 +1,77
1 # -*- coding: utf-8 -*-
No newline at end of file
2
No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/Parameters2.ui'
No newline at end of file
4 #
No newline at end of file
5 # Created: Mon May 24 08:52:43 2010
No newline at end of file
6 # by: PyQt4 UI code generator 4.6
No newline at end of file
7 #
No newline at end of file
8 # WARNING! All changes made in this file will be lost!
No newline at end of file
9
No newline at end of file
10 from PyQt4 import QtCore, QtGui
No newline at end of file
11
No newline at end of file
12 class Ui_Dialog(object):
No newline at end of file
13 def setupUi(self, Dialog):
No newline at end of file
14 Dialog.setObjectName("Dialog")
No newline at end of file
15 Dialog.resize(207, 152)
No newline at end of file
16 self.verticalLayout = QtGui.QVBoxLayout(Dialog)
No newline at end of file
17 self.verticalLayout.setObjectName("verticalLayout")
No newline at end of file
18 self.horizontalLayout_3 = QtGui.QHBoxLayout()
No newline at end of file
19 self.horizontalLayout_3.setObjectName("horizontalLayout_3")
No newline at end of file
20 self.verticalLayout_2 = QtGui.QVBoxLayout()
No newline at end of file
21 self.verticalLayout_2.setObjectName("verticalLayout_2")
No newline at end of file
22 self.label = QtGui.QLabel(Dialog)
No newline at end of file
23 self.label.setObjectName("label")
No newline at end of file
24 self.verticalLayout_2.addWidget(self.label)
No newline at end of file
25 self.label_3 = QtGui.QLabel(Dialog)
No newline at end of file
26 self.label_3.setObjectName("label_3")
No newline at end of file
27 self.verticalLayout_2.addWidget(self.label_3)
No newline at end of file
28 self.label_2 = QtGui.QLabel(Dialog)
No newline at end of file
29 self.label_2.setObjectName("label_2")
No newline at end of file
30 self.verticalLayout_2.addWidget(self.label_2)
No newline at end of file
31 self.horizontalLayout_3.addLayout(self.verticalLayout_2)
No newline at end of file
32 self.verticalLayout_3 = QtGui.QVBoxLayout()
No newline at end of file
33 self.verticalLayout_3.setObjectName("verticalLayout_3")
No newline at end of file
34 self.txtNcopys = QtGui.QSpinBox(Dialog)
No newline at end of file
35 self.txtNcopys.setMinimum(1)
No newline at end of file
36 self.txtNcopys.setMaximum(999)
No newline at end of file
37 self.txtNcopys.setObjectName("txtNcopys")
No newline at end of file
38 self.verticalLayout_3.addWidget(self.txtNcopys)
No newline at end of file
39 self.txtDisc = QtGui.QSpinBox(Dialog)
No newline at end of file
40 self.txtDisc.setMinimum(1)
No newline at end of file
41 self.txtDisc.setMaximum(999999)
No newline at end of file
42 self.txtDisc.setObjectName("txtDisc")
No newline at end of file
43 self.verticalLayout_3.addWidget(self.txtDisc)
No newline at end of file
44 self.txtCopy = QtGui.QSpinBox(Dialog)
No newline at end of file
45 self.txtCopy.setMinimum(1)
No newline at end of file
46 self.txtCopy.setMaximum(999)
No newline at end of file
47 self.txtCopy.setObjectName("txtCopy")
No newline at end of file
48 self.verticalLayout_3.addWidget(self.txtCopy)
No newline at end of file
49 self.horizontalLayout_3.addLayout(self.verticalLayout_3)
No newline at end of file
50 self.verticalLayout.addLayout(self.horizontalLayout_3)
No newline at end of file
51 self.buttonBox = QtGui.QDialogButtonBox(Dialog)
No newline at end of file
52 self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
No newline at end of file
53 self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
No newline at end of file
54 self.buttonBox.setObjectName("buttonBox")
No newline at end of file
55 self.verticalLayout.addWidget(self.buttonBox)
No newline at end of file
56
No newline at end of file
57 self.retranslateUi(Dialog)
No newline at end of file
58 QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), Dialog.accept)
No newline at end of file
59 QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), Dialog.reject)
No newline at end of file
60 QtCore.QMetaObject.connectSlotsByName(Dialog)
No newline at end of file
61
No newline at end of file
62 def retranslateUi(self, Dialog):
No newline at end of file
63 Dialog.setWindowTitle(QtGui.QApplication.translate("Dialog", "Dialog", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
64 self.label.setText(QtGui.QApplication.translate("Dialog", "NΒ° Copys", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
65 self.label_3.setText(QtGui.QApplication.translate("Dialog", "Disc", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
66 self.label_2.setText(QtGui.QApplication.translate("Dialog", "Copy", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
67
No newline at end of file
68
No newline at end of file
69 if __name__ == "__main__":
No newline at end of file
70 import sys
No newline at end of file
71 app = QtGui.QApplication(sys.argv)
No newline at end of file
72 Dialog = QtGui.QDialog()
No newline at end of file
73 ui = Ui_Dialog()
No newline at end of file
74 ui.setupUi(Dialog)
No newline at end of file
75 Dialog.show()
No newline at end of file
76 sys.exit(app.exec_())
No newline at end of file
77 No newline at end of file
@@ -1,165 +1,169
1 <?xml version="1.0" encoding="UTF-8"?> No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> No newline at end of file
2 <!DOCTYPE Project SYSTEM "Project-4.6.dtd">
3 <!-- eric4 project file for project jro_backup_manager -->
3 <!-- eric4 project file for project jro_backup_manager -->
No newline at end of file
4 <!-- Saved: 2010-05-24, 08:55:25 --> No newline at end of file
4 <!-- Saved: 2010-05-23, 21:14:20 --> No newline at end of file
5 <!-- Copyright (C) 2010 , --> No newline at end of file
5 <!-- Copyright (C) 2010 , -->
6 <Project version="4.6"> No newline at end of file
6 <Project version="4.6">
7 <Language>en</Language> No newline at end of file
7 <Language>en</Language>
8 <ProgLanguage mixed="0">Python</ProgLanguage> No newline at end of file
8 <ProgLanguage mixed="0">Python</ProgLanguage>
9 <ProjectType>Qt4</ProjectType> No newline at end of file
9 <ProjectType>Qt4</ProjectType>
10 <Description></Description> No newline at end of file
10 <Description></Description>
11 <Version>0.1</Version> No newline at end of file
11 <Version>0.1</Version>
12 <Author></Author> No newline at end of file
12 <Author></Author>
13 <Email></Email> No newline at end of file
13 <Email></Email>
14 <Sources> No newline at end of file
14 <Sources>
15 <Source>__init__.py</Source> No newline at end of file
15 <Source>__init__.py</Source>
16 <Source>ui/Ui_MainWindow.py</Source> No newline at end of file
16 <Source>ui/Ui_MainWindow.py</Source>
17 <Source>ui/MainWindow.py</Source> No newline at end of file
17 <Source>ui/MainWindow.py</Source>
18 <Source>main.py</Source> No newline at end of file
18 <Source>main.py</Source>
19 <Source>ui/__init__.py</Source> No newline at end of file
19 <Source>ui/__init__.py</Source>
20 <Source>functions/__init__.py</Source> No newline at end of file
20 <Source>functions/__init__.py</Source>
21 <Source>functions/functions.py</Source> No newline at end of file
21 <Source>functions/functions.py</Source>
22 <Source>functions/functions2.py</Source> No newline at end of file
22 <Source>functions/functions2.py</Source>
23 <Source>functions/func_doc.py</Source> No newline at end of file
23 <Source>functions/func_doc.py</Source>
24 <Source>ui/Ui_About2.py</Source>
No newline at end of file
25 <Source>ui/Ui_Parameters2.py</Source>
No newline at end of file
26 <Source>ui/Ui_About.py</Source> No newline at end of file
24 <Source>ui/Ui_Parameters.py</Source>
27 <Source>ui/Ui_Parameters.py</Source>
No newline at end of file
25 <Source>ui/Ui_About.py</Source> No newline at end of file
26 </Sources> No newline at end of file
28 </Sources>
27 <Forms> No newline at end of file
29 <Forms>
28 <Form>ui/MainWindow.ui</Form> No newline at end of file
30 <Form>ui/MainWindow.ui</Form>
31 <Form>ui/About2.ui</Form>
No newline at end of file
32 <Form>ui/Parameters2.ui</Form>
No newline at end of file
33 <Form>ui/About.ui</Form> No newline at end of file
29 <Form>ui/Parameters.ui</Form>
34 <Form>ui/Parameters.ui</Form>
No newline at end of file
30 <Form>ui/About.ui</Form> No newline at end of file
31 </Forms> No newline at end of file
35 </Forms>
32 <Translations> No newline at end of file
36 <Translations>
33 </Translations> No newline at end of file
37 </Translations>
34 <Resources> No newline at end of file
38 <Resources>
35 </Resources> No newline at end of file
39 </Resources>
36 <Interfaces> No newline at end of file
40 <Interfaces>
37 </Interfaces> No newline at end of file
41 </Interfaces>
38 <Others> No newline at end of file
42 <Others>
39 </Others> No newline at end of file
43 </Others>
40 <MainScript>main.py</MainScript> No newline at end of file
44 <MainScript>main.py</MainScript>
41 <Vcs> No newline at end of file
45 <Vcs>
42 <VcsType>Subversion</VcsType> No newline at end of file
46 <VcsType>Subversion</VcsType>
43 <VcsOptions> No newline at end of file
47 <VcsOptions>
44 <dict> No newline at end of file
48 <dict>
45 <key> No newline at end of file
49 <key>
46 <string>add</string> No newline at end of file
50 <string>add</string>
47 </key> No newline at end of file
51 </key>
48 <value> No newline at end of file
52 <value>
49 <list> No newline at end of file
53 <list>
50 <string></string> No newline at end of file
54 <string></string>
51 </list> No newline at end of file
55 </list>
52 </value> No newline at end of file
56 </value>
53 <key> No newline at end of file
57 <key>
54 <string>checkout</string> No newline at end of file
58 <string>checkout</string>
55 </key> No newline at end of file
59 </key>
56 <value> No newline at end of file
60 <value>
57 <list> No newline at end of file
61 <list>
58 <string></string> No newline at end of file
62 <string></string>
59 </list> No newline at end of file
63 </list>
60 </value> No newline at end of file
64 </value>
61 <key> No newline at end of file
65 <key>
62 <string>commit</string> No newline at end of file
66 <string>commit</string>
63 </key> No newline at end of file
67 </key>
64 <value> No newline at end of file
68 <value>
65 <list> No newline at end of file
69 <list>
66 <string></string> No newline at end of file
70 <string></string>
67 </list> No newline at end of file
71 </list>
68 </value> No newline at end of file
72 </value>
69 <key> No newline at end of file
73 <key>
70 <string>diff</string> No newline at end of file
74 <string>diff</string>
71 </key> No newline at end of file
75 </key>
72 <value> No newline at end of file
76 <value>
73 <list> No newline at end of file
77 <list>
74 <string></string> No newline at end of file
78 <string></string>
75 </list> No newline at end of file
79 </list>
76 </value> No newline at end of file
80 </value>
77 <key> No newline at end of file
81 <key>
78 <string>export</string> No newline at end of file
82 <string>export</string>
79 </key> No newline at end of file
83 </key>
80 <value> No newline at end of file
84 <value>
81 <list> No newline at end of file
85 <list>
82 <string></string> No newline at end of file
86 <string></string>
83 </list> No newline at end of file
87 </list>
84 </value> No newline at end of file
88 </value>
85 <key> No newline at end of file
89 <key>
86 <string>global</string> No newline at end of file
90 <string>global</string>
87 </key> No newline at end of file
91 </key>
88 <value> No newline at end of file
92 <value>
89 <list> No newline at end of file
93 <list>
90 <string></string> No newline at end of file
94 <string></string>
91 </list> No newline at end of file
95 </list>
92 </value> No newline at end of file
96 </value>
93 <key> No newline at end of file
97 <key>
94 <string>history</string> No newline at end of file
98 <string>history</string>
95 </key> No newline at end of file
99 </key>
96 <value> No newline at end of file
100 <value>
97 <list> No newline at end of file
101 <list>
98 <string></string> No newline at end of file
102 <string></string>
99 </list> No newline at end of file
103 </list>
100 </value> No newline at end of file
104 </value>
101 <key> No newline at end of file
105 <key>
102 <string>log</string> No newline at end of file
106 <string>log</string>
103 </key> No newline at end of file
107 </key>
104 <value> No newline at end of file
108 <value>
105 <list> No newline at end of file
109 <list>
106 <string></string> No newline at end of file
110 <string></string>
107 </list> No newline at end of file
111 </list>
108 </value> No newline at end of file
112 </value>
109 <key> No newline at end of file
113 <key>
110 <string>remove</string> No newline at end of file
114 <string>remove</string>
111 </key> No newline at end of file
115 </key>
112 <value> No newline at end of file
116 <value>
113 <list> No newline at end of file
117 <list>
114 <string></string> No newline at end of file
118 <string></string>
115 </list> No newline at end of file
119 </list>
116 </value> No newline at end of file
120 </value>
117 <key> No newline at end of file
121 <key>
118 <string>status</string> No newline at end of file
122 <string>status</string>
119 </key> No newline at end of file
123 </key>
120 <value> No newline at end of file
124 <value>
121 <list> No newline at end of file
125 <list>
122 <string></string> No newline at end of file
126 <string></string>
123 </list> No newline at end of file
127 </list>
124 </value> No newline at end of file
128 </value>
125 <key> No newline at end of file
129 <key>
126 <string>tag</string> No newline at end of file
130 <string>tag</string>
127 </key> No newline at end of file
131 </key>
128 <value> No newline at end of file
132 <value>
129 <list> No newline at end of file
133 <list>
130 <string></string> No newline at end of file
134 <string></string>
131 </list> No newline at end of file
135 </list>
132 </value> No newline at end of file
136 </value>
133 <key> No newline at end of file
137 <key>
134 <string>update</string> No newline at end of file
138 <string>update</string>
135 </key> No newline at end of file
139 </key>
136 <value> No newline at end of file
140 <value>
137 <list> No newline at end of file
141 <list>
138 <string></string> No newline at end of file
142 <string></string>
139 </list> No newline at end of file
143 </list>
140 </value> No newline at end of file
144 </value>
141 </dict> No newline at end of file
145 </dict>
142 </VcsOptions> No newline at end of file
146 </VcsOptions>
143 <VcsOtherData> No newline at end of file
147 <VcsOtherData>
144 <dict> No newline at end of file
148 <dict>
145 <key> No newline at end of file
149 <key>
146 <string>standardLayout</string> No newline at end of file
150 <string>standardLayout</string>
147 </key> No newline at end of file
151 </key>
148 <value> No newline at end of file
152 <value>
149 <bool>True</bool> No newline at end of file
153 <bool>True</bool>
150 </value> No newline at end of file
154 </value>
151 </dict> No newline at end of file
155 </dict>
152 </VcsOtherData> No newline at end of file
156 </VcsOtherData>
153 </Vcs> No newline at end of file
157 </Vcs>
154 <FiletypeAssociations> No newline at end of file
158 <FiletypeAssociations>
155 <FiletypeAssociation pattern="*.ui" type="FORMS" /> No newline at end of file
159 <FiletypeAssociation pattern="*.ui" type="FORMS" />
156 <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> No newline at end of file
160 <FiletypeAssociation pattern="*.idl" type="INTERFACES" />
157 <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> No newline at end of file
161 <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" />
158 <FiletypeAssociation pattern="*.ptl" type="SOURCES" /> No newline at end of file
162 <FiletypeAssociation pattern="*.ptl" type="SOURCES" />
159 <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> No newline at end of file
163 <FiletypeAssociation pattern="*.pyw" type="SOURCES" />
160 <FiletypeAssociation pattern="*.ui.h" type="FORMS" /> No newline at end of file
164 <FiletypeAssociation pattern="*.ui.h" type="FORMS" />
161 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" /> No newline at end of file
165 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" />
162 <FiletypeAssociation pattern="*.py" type="SOURCES" /> No newline at end of file
166 <FiletypeAssociation pattern="*.py" type="SOURCES" />
163 <FiletypeAssociation pattern="*.qrc" type="RESOURCES" /> No newline at end of file
167 <FiletypeAssociation pattern="*.qrc" type="RESOURCES" />
164 </FiletypeAssociations> No newline at end of file
168 </FiletypeAssociations>
165 </Project> No newline at end of file
169 </Project>
@@ -1,465 +1,467
1 # -*- coding: utf-8 -*- No newline at end of file
1 # -*- coding: utf-8 -*-
2 No newline at end of file
2
3 """ No newline at end of file
3 """
4 Module implementing MainWindow. No newline at end of file
4 Module implementing MainWindow.
5 """ No newline at end of file
5 """
6 No newline at end of file
6
7 from PyQt4.QtGui import QMainWindow No newline at end of file
7 from PyQt4.QtGui import QMainWindow
8 from PyQt4.QtCore import pyqtSignature No newline at end of file
8 from PyQt4.QtCore import pyqtSignature
9 from PyQt4 import QtCore No newline at end of file
9 from PyQt4 import QtCore
10 from Ui_MainWindow import Ui_MainWindow No newline at end of file
10 from Ui_MainWindow import Ui_MainWindow
11 from Ui_Parameters import Ui_Parameters No newline at end of file
11 from Ui_Parameters import Ui_Parameters
12 from Ui_About import Ui_About No newline at end of file
12 from Ui_About import Ui_About
13 from PyQt4 import QtGui No newline at end of file
13 from PyQt4 import QtGui
14 from subprocess import * No newline at end of file
14 from subprocess import *
15 import sys No newline at end of file
15 import sys
16 import os No newline at end of file
16 import os
17 #import subprocess No newline at end of file
17 #import subprocess
18 import commands No newline at end of file
18 import commands
19 from functions import functions No newline at end of file
19 from functions import functions
20 from functions import functions2 No newline at end of file
20 from functions import functions2
21 No newline at end of file
21
22 class MainWindow(QMainWindow, Ui_MainWindow): No newline at end of file
22 class MainWindow(QMainWindow, Ui_MainWindow):
23 """ No newline at end of file
23 """
24 Class documentation goes here. No newline at end of file
24 Class documentation goes here.
25 """ No newline at end of file
25 """
26 No newline at end of file
26
27 def __init__(self, parent = None): No newline at end of file
27 def __init__(self, parent = None):
28 QMainWindow.__init__(self, parent) No newline at end of file
28 QMainWindow.__init__(self, parent)
29 self.setupUi(self) No newline at end of file
29 self.setupUi(self)
30 No newline at end of file
30
31 self.setupUi2() No newline at end of file
31 self.setupUi2()
32 #sys.stdout = self #redirige salida estandar No newline at end of file
32 #sys.stdout = self #redirige salida estandar
33 No newline at end of file
33
34 def setupUi2(self): No newline at end of file
34 def setupUi2(self):
35 No newline at end of file
35
36 # functions2.detect_devices(self) #busca los dispositivos de grabacion No newline at end of file
36 # functions2.detect_devices(self) #busca los dispositivos de grabacion
37 No newline at end of file
37
38 self.var_Discs = 0 #Numero de discos del proyecto No newline at end of file
38 self.var_Discs = 0 #Numero de discos del proyecto
39 self.var_Copys = 0 #Numero de copias No newline at end of file
39 self.var_Copys = 0 #Numero de copias
40 self.var_disc_n = 0 No newline at end of file
40 self.var_disc_n = 0
41 self.var_copy_n = 0 No newline at end of file
41 self.var_copy_n = 0
42 No newline at end of file
42
43 self.var_list=[] No newline at end of file
43 self.var_list=[]
44 self.var_sublist=[] No newline at end of file
44 self.var_sublist=[]
45 No newline at end of file
45
46 self.var_devices=[] No newline at end of file
46 self.var_devices=[]
47 No newline at end of file
47
48 self.var_step = 0 No newline at end of file
48 self.var_step = 0
49 self.bool_state_burning = False No newline at end of file
49 self.bool_state_burning = False
50 self.blank_discs = False No newline at end of file
50 self.blank_discs = False
51 No newline at end of file
51
52 No newline at end of file
52
53 #Revisa si existe el archivo de confirguracion No newline at end of file
53 #Revisa si existe el archivo de confirguracion
54 if os.path.isfile("parameters.conf"): No newline at end of file
54 if os.path.isfile("parameters.conf"):
55 self.txtInfo.append("Parameters were loaded from configuration file") No newline at end of file
55 self.txtInfo.append("Parameters were loaded from configuration file")
56 functions2.get_parameters_conf(self) No newline at end of file
56 functions2.get_parameters_conf(self)
57 self.txtInfo.append("El proyecto es de "+str(self.var_Discs)+" discos") No newline at end of file
57 self.txtInfo.append("El proyecto es de "+str(self.var_Discs)+" discos")
58 else: No newline at end of file
58 else:
59 self.txtInfo.append("Elija los parametros de configuracion") No newline at end of file
59 self.txtInfo.append("Elija los parametros de configuracion")
60 functions2.set_parameters_test(self) #Establece ciertos parametros, para pruebas No newline at end of file
60 functions2.set_parameters_test(self) #Establece ciertos parametros, para pruebas
61 No newline at end of file
61
62 functions2.set_vars(self) #Carga las variables de la clase con los parametros seleccionados No newline at end of file
62 functions2.set_vars(self) #Carga las variables de la clase con los parametros seleccionados
63 No newline at end of file
63
64 self.statusDpath = functions.dir_exists(self.var_Dpath, self) No newline at end of file
64 self.statusDpath = functions.dir_exists(self.var_Dpath, self)
65 self.statusRpath = functions.dir_exists(self.var_Rpath, self) No newline at end of file
65 self.statusRpath = functions.dir_exists(self.var_Rpath, self)
66 functions.load_days(self) No newline at end of file
66 functions.load_days(self)
67 No newline at end of file
67
68 if os.path.isfile("parameters.conf"): No newline at end of file
68 if os.path.isfile("parameters.conf"):
69 functions2.enabled_items1(True, self) #Se bloquean los parametros de configuracion No newline at end of file
69 functions2.enabled_items1(True, self) #Se bloquean los parametros de configuracion
70
70
No newline at end of file
71 # self.connect(self.actionChange_Parameters, QtCore.SIGNAL("triggered()"), self.dlgui.exec) No newline at end of file
72 self.connect(self.actionChange_Parameters, QtCore.SIGNAL("triggered()"), self.changeParameters) No newline at end of file
71 self.connect(self.actionChange_Parameters, QtCore.SIGNAL("triggered()"), self.changeParameters)
73 self.connect(self.actionAbout, QtCore.SIGNAL("triggered()"), self.about) No newline at end of file
72 self.connect(self.actionAbout, QtCore.SIGNAL("triggered()"), self.about)
74 No newline at end of file
73
75 self.var_process = QtCore.QProcess() No newline at end of file
74 self.var_process = QtCore.QProcess()
76 self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardOutput()'), self.readOuput) No newline at end of file
75 self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardOutput()'), self.readOuput)
77 self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardError()'), self.readError) No newline at end of file
76 self.connect(self.var_process, QtCore.SIGNAL('readyReadStandardError()'), self.readError)
78 self.connect(self.var_process, QtCore.SIGNAL('finished(int,QProcess::ExitStatus)'), self.finished) No newline at end of file
77 self.connect(self.var_process, QtCore.SIGNAL('finished(int,QProcess::ExitStatus)'), self.finished)
79 No newline at end of file
78
80 No newline at end of file
79
81 def write(self, txt): No newline at end of file
80 def write(self, txt):
82 self.txtInfo.append(str(txt)) No newline at end of file
81 self.txtInfo.append(str(txt))
83 No newline at end of file
82
84 def changeParameters(self): No newline at end of file
83 def changeParameters(self):
85 dlg=QtGui.QDialog() No newline at end of file
84 dlg=QtGui.QDialog()
86 dlgui=Ui_Parameters() No newline at end of file
85 dlgui=Ui_Parameters()
87 dlgui.setupUi(dlg) No newline at end of file
86 dlgui.setupUi(dlg)
88 if (dlg.exec_() == QtGui.QDialog.Accepted): No newline at end of file
87 if (dlg.exec_() == QtGui.QDialog.Accepted):
89 if dlgui.txtDisc.value() > self.var_Discs or dlgui.txtCopy.value() > dlgui.txtNcopys.value(): No newline at end of file
88 if dlgui.txtDisc.value() > self.var_Discs or dlgui.txtCopy.value() > dlgui.txtNcopys.value():
90 self.txtInfo.append("Wrong parameters")
89 self.txtInfo.append("Wrong parameters")
No newline at end of file
90 else:
91 # txtDisc
No newline at end of file
No newline at end of file
91 self.var_Copys = dlgui.txtNcopys.value()
92 # txtCopy No newline at end of file
No newline at end of file
92 self.var_disc_n = dlgui.txtDisc.value()
No newline at end of file
93 self.var_copy_n = dlgui.txtCopy.value()
No newline at end of file
94 self.txtInfo.append("Changed parameters") No newline at end of file
93 No newline at end of file
95
94 No newline at end of file
96
95 def about(self): No newline at end of file
97 def about(self):
96 dlg_about=QtGui.QDialog() No newline at end of file
98 dlg_about=QtGui.QDialog()
97 dlgui_about=Ui_About() No newline at end of file
99 dlgui_about=Ui_About()
98 dlgui_about.setupUi(dlg_about) No newline at end of file
100 dlgui_about.setupUi(dlg_about)
99 dlg_about.exec_() No newline at end of file
101 dlg_about.exec_()
100 No newline at end of file
102
101 #----------------------------------------------------- Funciones del proceso --------------------------------------------------------------- No newline at end of file
103 #----------------------------------------------------- Funciones del proceso ---------------------------------------------------------------
102 No newline at end of file
104
103 def readOuput(self): No newline at end of file
105 def readOuput(self):
104 self.txtInfo.insertPlainText("stdout: " + QtCore.QString(self.var_process.readAllStandardOutput())) No newline at end of file
106 self.txtInfo.insertPlainText("stdout: " + QtCore.QString(self.var_process.readAllStandardOutput()))
105 No newline at end of file
107
106 def readError(self): No newline at end of file
108 def readError(self):
107 self.txtInfo.setText("stderr: " + QtCore.QString(self.var_process.readAllStandardError())) No newline at end of file
109 self.txtInfo.setText("stderr: " + QtCore.QString(self.var_process.readAllStandardError()))
108 No newline at end of file
110
109 def finished(self): No newline at end of file
111 def finished(self):
110 self.txtInfo.append("proceso terminado finished() "+QtCore.QString(self.var_process.exitCode())+"\n") No newline at end of file
112 self.txtInfo.append("proceso terminado finished() "+QtCore.QString(self.var_process.exitCode())+"\n")
111 if self.var_disc_n <= self.var_Discs and self.bool_state_burning: No newline at end of file
113 if self.var_disc_n <= self.var_Discs and self.bool_state_burning:
112 self.burning() No newline at end of file
114 self.burning()
113 No newline at end of file
115
114 No newline at end of file
116
115 #----------------------------------------------------- Obtencion de la ruta de los datos --------------------------------------------------------------- No newline at end of file
117 #----------------------------------------------------- Obtencion de la ruta de los datos ---------------------------------------------------------------
116 No newline at end of file
118
117 @pyqtSignature("") No newline at end of file
119 @pyqtSignature("")
118 def on_btnDpath_clicked(self): No newline at end of file
120 def on_btnDpath_clicked(self):
119 """ No newline at end of file
121 """
120 Permite seleccionar graficamente el direcorio de los datos a grabar No newline at end of file
122 Permite seleccionar graficamente el direcorio de los datos a grabar
121 """ No newline at end of file
123 """
122 self.var_Dpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) No newline at end of file
124 self.var_Dpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly))
123 self.txtDpath.setText(self.var_Dpath) No newline at end of file
125 self.txtDpath.setText(self.var_Dpath)
124 self.statusDpath = functions.dir_exists(self.var_Dpath, self) No newline at end of file
126 self.statusDpath = functions.dir_exists(self.var_Dpath, self)
125 functions.load_days(self) No newline at end of file
127 functions.load_days(self)
126 No newline at end of file
128
127 No newline at end of file
129
128 @pyqtSignature("") No newline at end of file
130 @pyqtSignature("")
129 def on_txtDpath_editingFinished(self): No newline at end of file
131 def on_txtDpath_editingFinished(self):
130 """ No newline at end of file
132 """
131 Carga la ruta editada y verifica que sea correcta y carga la lista de dias No newline at end of file
133 Carga la ruta editada y verifica que sea correcta y carga la lista de dias
132 """ No newline at end of file
134 """
133 self.var_Dpath=str(self.txtDpath.text()) #Se carga la variable con la ruta recien editada No newline at end of file
135 self.var_Dpath=str(self.txtDpath.text()) #Se carga la variable con la ruta recien editada
134 self.statusDpath = functions.dir_exists(self.var_Dpath, self) No newline at end of file
136 self.statusDpath = functions.dir_exists(self.var_Dpath, self)
135 functions.load_days(self) No newline at end of file
137 functions.load_days(self)
136 No newline at end of file
138
137 No newline at end of file
139
138 #----------------------------------------------------- Obtencion de las ruta del proyecto --------------------------------------------------------------- No newline at end of file
140 #----------------------------------------------------- Obtencion de las ruta del proyecto ---------------------------------------------------------------
139 No newline at end of file
141
140 @pyqtSignature("") No newline at end of file
142 @pyqtSignature("")
141 def on_btnRpath_clicked(self): No newline at end of file
143 def on_btnRpath_clicked(self):
142 """ No newline at end of file
144 """
143 Permite seleccionar graficamente el direcorio del proyecto No newline at end of file
145 Permite seleccionar graficamente el direcorio del proyecto
144 """ No newline at end of file
146 """
145 self.var_Rpath = str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) No newline at end of file
147 self.var_Rpath = str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly))
146 self.txtRpath.setText(self.var_Rpath) No newline at end of file
148 self.txtRpath.setText(self.var_Rpath)
147 self.statusRpath = functions.dir_exists(self.var_Rpath, self) No newline at end of file
149 self.statusRpath = functions.dir_exists(self.var_Rpath, self)
148 No newline at end of file
150
149 No newline at end of file
151
150 @pyqtSignature("") No newline at end of file
152 @pyqtSignature("")
151 def on_txtRpath_editingFinished(self): No newline at end of file
153 def on_txtRpath_editingFinished(self):
152 """ No newline at end of file
154 """
153 Valida la ruta del proyecto No newline at end of file
155 Valida la ruta del proyecto
154 """ No newline at end of file
156 """
155 self.var_Rpath = str(self.txtRpath.text()) #Se carga la variable con la ruta recien editada No newline at end of file
157 self.var_Rpath = str(self.txtRpath.text()) #Se carga la variable con la ruta recien editada
156 self.statusRpath = functions.dir_exists(self.var_Rpath, self) No newline at end of file
158 self.statusRpath = functions.dir_exists(self.var_Rpath, self)
157 No newline at end of file
159
158 No newline at end of file
160
159 #----------------------------------------------------- Tipo de datos --------------------------------------------------------------- No newline at end of file
161 #----------------------------------------------------- Tipo de datos ---------------------------------------------------------------
160 No newline at end of file
162
161 @pyqtSignature("int") No newline at end of file
163 @pyqtSignature("int")
162 def on_lstDtype_activated(self, index): No newline at end of file
164 def on_lstDtype_activated(self, index):
163 """ No newline at end of file
165 """
164 Permite elegir entre los tipos de archivos No newline at end of file
166 Permite elegir entre los tipos de archivos
165 """ No newline at end of file
167 """
166 self.txtDtype.setReadOnly(True) No newline at end of file
168 self.txtDtype.setReadOnly(True)
167 if index == 0: No newline at end of file
169 if index == 0:
168 self.var_Dtype ='r' No newline at end of file
170 self.var_Dtype ='r'
169 elif index == 1: No newline at end of file
171 elif index == 1:
170 self.var_Dtype ='pdata' No newline at end of file
172 self.var_Dtype ='pdata'
171 elif index == 2: No newline at end of file
173 elif index == 2:
172 self.var_Dtype ='sswma' No newline at end of file
174 self.var_Dtype ='sswma'
173 else : No newline at end of file
175 else :
174 self.var_Dtype ='' No newline at end of file
176 self.var_Dtype =''
175 self.txtDtype.setReadOnly(False) No newline at end of file
177 self.txtDtype.setReadOnly(False)
176 No newline at end of file
178
177 self.txtDtype.setText(self.var_Dtype) No newline at end of file
179 self.txtDtype.setText(self.var_Dtype)
178 functions.load_days(self) #llamada a funcion No newline at end of file
180 functions.load_days(self) #llamada a funcion
179 No newline at end of file
181
180 @pyqtSignature("") No newline at end of file
182 @pyqtSignature("")
181 def on_txtDtype_editingFinished(self): No newline at end of file
183 def on_txtDtype_editingFinished(self):
182 self.var_Dtype=str(self.txtDtype.text()) No newline at end of file
184 self.var_Dtype=str(self.txtDtype.text())
183 functions.load_days(self) #llamada a funcion No newline at end of file
185 functions.load_days(self) #llamada a funcion
184 No newline at end of file
186
185 No newline at end of file
187
186 #----------------------------------------------------- Etiqueta --------------------------------------------------------------- No newline at end of file
188 #----------------------------------------------------- Etiqueta ---------------------------------------------------------------
187 No newline at end of file
189
188 @pyqtSignature("") No newline at end of file
190 @pyqtSignature("")
189 def on_txtElabel_editingFinished(self): No newline at end of file
191 def on_txtElabel_editingFinished(self):
190 self.var_Elabel = str(self.txtElabel.text()) No newline at end of file
192 self.var_Elabel = str(self.txtElabel.text())
191 No newline at end of file
193
192 #----------------------------------------------------- Numero de copias --------------------------------------------------------------- No newline at end of file
194 #----------------------------------------------------- Numero de copias ---------------------------------------------------------------
193 @pyqtSignature("") No newline at end of file
195 @pyqtSignature("")
194 def on_txtCopys_editingFinished(self): No newline at end of file
196 def on_txtCopys_editingFinished(self):
195 self.var_Copys = self.txtCopys.value() No newline at end of file
197 self.var_Copys = self.txtCopys.value()
196 No newline at end of file
198
197 #----------------------------------------------------- Seleccion del rango de fechas --------------------------------------------------------------- No newline at end of file
199 #----------------------------------------------------- Seleccion del rango de fechas ---------------------------------------------------------------
198 No newline at end of file
200
199 @pyqtSignature("int") #CLOSED No newline at end of file
201 @pyqtSignature("int") #CLOSED
200 def on_lstStartDay_activated(self, index): No newline at end of file
202 def on_lstStartDay_activated(self, index):
201 """ No newline at end of file
203 """
202 Cambia la lista de opciones en lstStopDay No newline at end of file
204 Cambia la lista de opciones en lstStopDay
203 """ No newline at end of file
205 """
204 var_StopDay_index=self.lstStopDay.count() - self.lstStopDay.currentIndex() No newline at end of file
206 var_StopDay_index=self.lstStopDay.count() - self.lstStopDay.currentIndex()
205 self.lstStopDay.clear() No newline at end of file
207 self.lstStopDay.clear()
206 No newline at end of file
208
207 for i in self.var_list[index:]: No newline at end of file
209 for i in self.var_list[index:]:
208 self.lstStopDay.addItem(i) No newline at end of file
210 self.lstStopDay.addItem(i)
209 No newline at end of file
211
210 self.lstStopDay.setCurrentIndex(self.lstStopDay.count() - var_StopDay_index) No newline at end of file
212 self.lstStopDay.setCurrentIndex(self.lstStopDay.count() - var_StopDay_index)
211 No newline at end of file
213
212 functions.get_sub_list(self) No newline at end of file
214 functions.get_sub_list(self)
213 No newline at end of file
215
214 No newline at end of file
216
215 @pyqtSignature("int") #CLOSED No newline at end of file
217 @pyqtSignature("int") #CLOSED
216 def on_lstStopDay_activated(self, index): No newline at end of file
218 def on_lstStopDay_activated(self, index):
217 """ No newline at end of file
219 """
218 Cambia la lista de opciones en lstStartDay No newline at end of file
220 Cambia la lista de opciones en lstStartDay
219 """ No newline at end of file
221 """
220 var_StartDay_index=self.lstStartDay.currentIndex() No newline at end of file
222 var_StartDay_index=self.lstStartDay.currentIndex()
221 var_end_index = self.lstStopDay.count() - index No newline at end of file
223 var_end_index = self.lstStopDay.count() - index
222 self.lstStartDay.clear() No newline at end of file
224 self.lstStartDay.clear()
223 No newline at end of file
225
224 for i in self.var_list[:len(self.var_list) - var_end_index + 1]: No newline at end of file
226 for i in self.var_list[:len(self.var_list) - var_end_index + 1]:
225 self.lstStartDay.addItem(i) No newline at end of file
227 self.lstStartDay.addItem(i)
226 No newline at end of file
228
227 self.lstStartDay.setCurrentIndex(var_StartDay_index) No newline at end of file
229 self.lstStartDay.setCurrentIndex(var_StartDay_index)
228 No newline at end of file
230
229 functions.get_sub_list(self) No newline at end of file
231 functions.get_sub_list(self)
230 No newline at end of file
232
231 No newline at end of file
233
232 #----------------------------------------------------- Capacidad del dispositivo de grabacion --------------------------------------------------------------- No newline at end of file
234 #----------------------------------------------------- Capacidad del dispositivo de grabacion ---------------------------------------------------------------
233 No newline at end of file
235
234 @pyqtSignature("") No newline at end of file
236 @pyqtSignature("")
235 def on_txtDcapacity_editingFinished(self): No newline at end of file
237 def on_txtDcapacity_editingFinished(self):
236 self.var_Dcapacity = self.txtDcapacity.value() No newline at end of file
238 self.var_Dcapacity = self.txtDcapacity.value()
237 No newline at end of file
239
238 No newline at end of file
240
239 @pyqtSignature("int") #CLOSED No newline at end of file
241 @pyqtSignature("int") #CLOSED
240 def on_lstDcapacity_activated(self, index): No newline at end of file
242 def on_lstDcapacity_activated(self, index):
241 """ No newline at end of file
243 """
242 Permite elegir el tamaΓ±o del disco No newline at end of file
244 Permite elegir el tamaΓ±o del disco
243 """ No newline at end of file
245 """
244 if index == 0: No newline at end of file
246 if index == 0:
245 var_size=25.0 No newline at end of file
247 var_size=25.0
246 elif index == 1: No newline at end of file
248 elif index == 1:
247 var_size=8.5 No newline at end of file
249 var_size=8.5
248 elif index == 2: No newline at end of file
250 elif index == 2:
249 var_size=4.7 No newline at end of file
251 var_size=4.7
250 elif index == 3: No newline at end of file
252 elif index == 3:
251 var_size=0.7 No newline at end of file
253 var_size=0.7
252 No newline at end of file
254
253 if index != 4: No newline at end of file
255 if index != 4:
254 self.txtDcapacity.setValue(var_size*10**9/1024**2) No newline at end of file
256 self.txtDcapacity.setValue(var_size*10**9/1024**2)
255 self.txtDcapacity.setReadOnly(True) No newline at end of file
257 self.txtDcapacity.setReadOnly(True)
256 else: No newline at end of file
258 else:
257 self.txtDcapacity.setValue(100.0) No newline at end of file
259 self.txtDcapacity.setValue(100.0)
258 self.txtDcapacity.setReadOnly(False) No newline at end of file
260 self.txtDcapacity.setReadOnly(False)
259 No newline at end of file
261
260 self.var_lstDcapacity = self.lstDcapacity.currentIndex() No newline at end of file
262 self.var_lstDcapacity = self.lstDcapacity.currentIndex()
261 self.var_Dcapacity = self.txtDcapacity.value() No newline at end of file
263 self.var_Dcapacity = self.txtDcapacity.value()
262 No newline at end of file
264
263 No newline at end of file
265
264 #============================================================================== No newline at end of file
266 #==============================================================================
265 # Botones para la generacion de los archivos de configuracion y el proceso de grabacion No newline at end of file
267 # Botones para la generacion de los archivos de configuracion y el proceso de grabacion
266 #============================================================================== No newline at end of file
268 #==============================================================================
267 No newline at end of file
269
268 #----------------------------------------------------- Generacion de la configuracion usando los parametros --------------------------------------------------------------- No newline at end of file
270 #----------------------------------------------------- Generacion de la configuracion usando los parametros ---------------------------------------------------------------
269 No newline at end of file
271
270 @pyqtSignature("") No newline at end of file
272 @pyqtSignature("")
271 def on_btnGbkp_clicked(self): No newline at end of file
273 def on_btnGbkp_clicked(self):
272 """ No newline at end of file
274 """
273 Generacion de archivos de configuracion usando los parametros No newline at end of file
275 Generacion de archivos de configuracion usando los parametros
274 """ No newline at end of file
276 """
275 No newline at end of file
277
276 if functions.validate_parameters(self) == False: No newline at end of file
278 if functions.validate_parameters(self) == False:
277 return No newline at end of file
279 return
278 No newline at end of file
280
279 #Crea las carpetas en la ruta del proyecto y verifica que se crearon correctamente No newline at end of file
281 #Crea las carpetas en la ruta del proyecto y verifica que se crearon correctamente
280 list_dirs=['gpath','iso','ppath', 'tmpdata'] No newline at end of file
282 list_dirs=['gpath','iso','ppath', 'tmpdata']
281 bool_make_dirs = functions.make_dirs(list_dirs, self) No newline at end of file
283 bool_make_dirs = functions.make_dirs(list_dirs, self)
282 if bool_make_dirs == False: No newline at end of file
284 if bool_make_dirs == False:
283 return No newline at end of file
285 return
284 No newline at end of file
286
285 var_files_list = functions.list_files(self) #Se obtiene la lista de archivos a grabar No newline at end of file
287 var_files_list = functions.list_files(self) #Se obtiene la lista de archivos a grabar
286 No newline at end of file
288
287 self.var_Discs = functions.make_files_dat(var_files_list, self) #Se crean los archivos .dat No newline at end of file
289 self.var_Discs = functions.make_files_dat(var_files_list, self) #Se crean los archivos .dat
288 No newline at end of file
290
289 functions.make_files_print(self) # Se crean los archivos .print No newline at end of file
291 functions.make_files_print(self) # Se crean los archivos .print
290 No newline at end of file
292
291 functions2.make_parameters_conf(self) # se crea el archivo parameters.conf No newline at end of file
293 functions2.make_parameters_conf(self) # se crea el archivo parameters.conf
292 No newline at end of file
294
293 self.txtInfo.append("Total number of discs for recording: "+str(self.var_Discs * self.var_Copys)) No newline at end of file
295 self.txtInfo.append("Total number of discs for recording: "+str(self.var_Discs * self.var_Copys))
294 No newline at end of file
296
295 #Se bloquean los parametros de configuracion No newline at end of file
297 #Se bloquean los parametros de configuracion
296 functions2.enabled_items1(True, self) No newline at end of file
298 functions2.enabled_items1(True, self)
297 No newline at end of file
299
298 No newline at end of file
300
299 No newline at end of file
301
300 #----------------------------------------------------- Permite reiniciar la configuracion --------------------------------------------------------------- No newline at end of file
302 #----------------------------------------------------- Permite reiniciar la configuracion ---------------------------------------------------------------
301 No newline at end of file
303
302 @pyqtSignature("") No newline at end of file
304 @pyqtSignature("")
303 def on_btnRestart_clicked(self): No newline at end of file
305 def on_btnRestart_clicked(self):
304 """ No newline at end of file
306 """
305 Permite que se puedan cambiar los parametros No newline at end of file
307 Permite que se puedan cambiar los parametros
306 """ No newline at end of file
308 """
307 functions2.enabled_items1(False, self) No newline at end of file
309 functions2.enabled_items1(False, self)
308 os.remove("parameters.conf") No newline at end of file
310 os.remove("parameters.conf")
309 No newline at end of file
311
310 No newline at end of file
312
311 #----------------------------------------------------- Iniciar proceso de grabacion --------------------------------------------------------------- No newline at end of file
313 #----------------------------------------------------- Iniciar proceso de grabacion ---------------------------------------------------------------
312 No newline at end of file
314
313 @pyqtSignature("") No newline at end of file
315 @pyqtSignature("")
314 def on_btnStartburn_clicked(self): No newline at end of file
316 def on_btnStartburn_clicked(self):
315 """ No newline at end of file
317 """
316 Se inicia el proceso de grabacion No newline at end of file
318 Se inicia el proceso de grabacion
317 """ No newline at end of file
319 """
318 No newline at end of file
320
319 if self.blank_discs == True: No newline at end of file
321 if self.blank_discs == True:
320 self.btnStartburn.setEnabled(False) No newline at end of file
322 self.btnStartburn.setEnabled(False)
321 self.burning() No newline at end of file
323 self.burning()
322 return No newline at end of file
324 return
323 No newline at end of file
325
324 #Verifica que exista algun dispositivo de grabacion seleccionado No newline at end of file
326 #Verifica que exista algun dispositivo de grabacion seleccionado
325 if not(functions2.selected_devices(self)): No newline at end of file
327 if not(functions2.selected_devices(self)):
326 self.txtInfo.append("There is no recording device selected") No newline at end of file
328 self.txtInfo.append("There is no recording device selected")
327 return No newline at end of file
329 return
328 No newline at end of file
330
329 #Lista los dispositivos de grabacion a usar No newline at end of file
331 #Lista los dispositivos de grabacion a usar
330 for dev in self.var_devices: No newline at end of file
332 for dev in self.var_devices:
331 self.txtInfo.append("recording device :"+dev) No newline at end of file
333 self.txtInfo.append("recording device :"+dev)
332 No newline at end of file
334
333 #Asigna las variables con los valores iniciales No newline at end of file
335 #Asigna las variables con los valores iniciales
334 self.var_disc_n = 0 # numero de disco actual para grabacion No newline at end of file
336 self.var_disc_n = 0 # numero de disco actual para grabacion
335 self.var_copy_n = 0 No newline at end of file
337 self.var_copy_n = 0
336 self.var_step = 0 No newline at end of file
338 self.var_step = 0
337 self.bool_state_burning = True No newline at end of file
339 self.bool_state_burning = True
338 self.blank_discs = False No newline at end of file
340 self.blank_discs = False
339 No newline at end of file
341
340 functions2.enabled_items2(True, self) No newline at end of file
342 functions2.enabled_items2(True, self)
341 self.burning() No newline at end of file
343 self.burning()
342 No newline at end of file
344
343 def burning(self): No newline at end of file
345 def burning(self):
344 No newline at end of file
346
345 var_Rpath_ppath=self.var_Rpath+"/ppath" No newline at end of file
347 var_Rpath_ppath=self.var_Rpath+"/ppath"
346 var_Rpath_iso=self.var_Rpath+"/iso" No newline at end of file
348 var_Rpath_iso=self.var_Rpath+"/iso"
347 No newline at end of file
349
348 #Creacion del archivo.iso para la grabacion No newline at end of file
350 #Creacion del archivo.iso para la grabacion
349 if self.var_step == 0: No newline at end of file
351 if self.var_step == 0:
350 #borra la imagen.iso del numero de disco anterior No newline at end of file
352 #borra la imagen.iso del numero de disco anterior
351 if self.var_disc_n > 0: No newline at end of file
353 if self.var_disc_n > 0:
352 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" No newline at end of file
354 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso"
353 # os.remove(file_iso) No newline at end of file
355 # os.remove(file_iso)
354 No newline at end of file
356
355 self.var_disc_n += 1 # aumenta numero de disco actual para grabacion No newline at end of file
357 self.var_disc_n += 1 # aumenta numero de disco actual para grabacion
356 self.var_copy_n = 0 # Resetea el numero actual de la copia No newline at end of file
358 self.var_copy_n = 0 # Resetea el numero actual de la copia
357 No newline at end of file
359
358 #Si ya se grabaron todos los discos No newline at end of file
360 #Si ya se grabaron todos los discos
359 if self.var_disc_n > self.var_Discs: No newline at end of file
361 if self.var_disc_n > self.var_Discs:
360 self.bool_state_burning = False No newline at end of file
362 self.bool_state_burning = False
361 self.txtInfo.append("Recording process is complete") No newline at end of file
363 self.txtInfo.append("Recording process is complete")
362 # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion No newline at end of file
364 # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion
363 No newline at end of file
365
364 return No newline at end of file
366 return
365 No newline at end of file
367
366 self.txtInfo.append("########## DISCO NUMERO: "+str(self.var_disc_n)+"##########") No newline at end of file
368 self.txtInfo.append("########## DISCO NUMERO: "+str(self.var_disc_n)+"##########")
367 self.txtInfo.append("--------Creando el iso del disco numero: "+str(self.var_disc_n)) No newline at end of file
369 self.txtInfo.append("--------Creando el iso del disco numero: "+str(self.var_disc_n))
368 No newline at end of file
370
369 #comando para la creacion del archivo.iso No newline at end of file
371 #comando para la creacion del archivo.iso
370 file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc_n)+".dat" No newline at end of file
372 file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+functions.i2s(self.var_disc_n)+".dat"
371 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" No newline at end of file
373 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso"
372 var_cmd = 'genisoimage -hide-joliet-trans-tbl -joliet-long -r ' No newline at end of file
374 var_cmd = 'genisoimage -hide-joliet-trans-tbl -joliet-long -r '
373 var_cmd += ' -A '+self.var_Elabel+' -V '+self.var_Elabel No newline at end of file
375 var_cmd += ' -A '+self.var_Elabel+' -V '+self.var_Elabel
374 var_cmd += ' -graft-points -path-list '+ file_dat+' -o '+file_iso No newline at end of file
376 var_cmd += ' -graft-points -path-list '+ file_dat+' -o '+file_iso
375 self.var_step = 1 #Se ira al paso de la grabacion en la siguiente llamada No newline at end of file
377 self.var_step = 1 #Se ira al paso de la grabacion en la siguiente llamada
376 No newline at end of file
378
377 #Grabacion de los DVDs No newline at end of file
379 #Grabacion de los DVDs
378 elif self.var_step == 1: No newline at end of file
380 elif self.var_step == 1:
379 self.var_copy_n += 1 # numero de copia actual No newline at end of file
381 self.var_copy_n += 1 # numero de copia actual
380 var_index = ( ( (self.var_disc_n - 1) * self.var_Copys) + (self.var_copy_n - 1) ) % len(self.var_devices) No newline at end of file
382 var_index = ( ( (self.var_disc_n - 1) * self.var_Copys) + (self.var_copy_n - 1) ) % len(self.var_devices)
381 No newline at end of file
383
382 if var_index == 0 and self.blank_discs == False: No newline at end of file
384 if var_index == 0 and self.blank_discs == False:
383 self.txtInfo.append("EXPULSANDO BANDEJAS") No newline at end of file
385 self.txtInfo.append("EXPULSANDO BANDEJAS")
384 self.var_copy_n -= 1 #El numero de copia se regresa al estado anterior No newline at end of file
386 self.var_copy_n -= 1 #El numero de copia se regresa al estado anterior
385 # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion No newline at end of file
387 # functions2.eject_devices(self) # Expulsa las bandejas de los dispostivos de grabacion
386 self.blank_discs = True No newline at end of file
388 self.blank_discs = True
387 self.btnStartburn.setText("Continue") No newline at end of file
389 self.btnStartburn.setText("Continue")
388 self.btnStartburn.setEnabled(True) No newline at end of file
390 self.btnStartburn.setEnabled(True)
389 return No newline at end of file
391 return
390 No newline at end of file
392
391 self.blank_discs = False No newline at end of file
393 self.blank_discs = False
392 No newline at end of file
394
393 self.txtInfo.append("Grabando la copia numero: "+str(self.var_copy_n)) No newline at end of file
395 self.txtInfo.append("Grabando la copia numero: "+str(self.var_copy_n))
394 #Si esta es la ultima copia se pasara al siguiente disco en la siguiente llamada a la funcion No newline at end of file
396 #Si esta es la ultima copia se pasara al siguiente disco en la siguiente llamada a la funcion
395 if self.var_copy_n == self.var_Copys: No newline at end of file
397 if self.var_copy_n == self.var_Copys:
396 self.var_step = 0 No newline at end of file
398 self.var_step = 0
397 No newline at end of file
399
398 var_dev_tmp = self.var_devices[var_index] No newline at end of file
400 var_dev_tmp = self.var_devices[var_index]
399 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso" No newline at end of file
401 file_iso=var_Rpath_iso+"/"+functions.i2s(self.var_disc_n)+".iso"
400 var_cmd = "wodim -v dev="+var_dev_tmp+" speed=16 "+ file_iso No newline at end of file
402 var_cmd = "wodim -v dev="+var_dev_tmp+" speed=16 "+ file_iso
401 No newline at end of file
403
402 self.var_process.start('ls') No newline at end of file
404 self.var_process.start('ls')
403 self.txtInfo.append("CMD: "+var_cmd) No newline at end of file
405 self.txtInfo.append("CMD: "+var_cmd)
404 No newline at end of file
406
405 # self.txtInfo.append("creando iso") No newline at end of file
407 # self.txtInfo.append("creando iso")
406 # self.var_process.start(var_cmd) No newline at end of file
408 # self.var_process.start(var_cmd)
407 No newline at end of file
409
408 No newline at end of file
410
409 #----------------------------------------------------- Detener proceso de grabacion --------------------------------------------------------------- No newline at end of file
411 #----------------------------------------------------- Detener proceso de grabacion ---------------------------------------------------------------
410 No newline at end of file
412
411 @pyqtSignature("") No newline at end of file
413 @pyqtSignature("")
412 def on_btnStopburn_clicked(self): No newline at end of file
414 def on_btnStopburn_clicked(self):
413 """ No newline at end of file
415 """
414 Slot documentation goes here. No newline at end of file
416 Slot documentation goes here.
415 """ No newline at end of file
417 """
416 self.bool_state_burning = False No newline at end of file
418 self.bool_state_burning = False
417 self.var_process.terminate() #Termina el proceso, si puede No newline at end of file
419 self.var_process.terminate() #Termina el proceso, si puede
418 # self.var_process.kill() #Mata el proceso, no es la forma adecuada, solo usar si terminate() no funciona No newline at end of file
420 # self.var_process.kill() #Mata el proceso, no es la forma adecuada, solo usar si terminate() no funciona
419 self.txtInfo.append("Stopped recording") No newline at end of file
421 self.txtInfo.append("Stopped recording")
420 functions2.enabled_items2(False, self) No newline at end of file
422 functions2.enabled_items2(False, self)
421 self.btnStartburn.setText("Start Burn") No newline at end of file
423 self.btnStartburn.setText("Start Burn")
422 No newline at end of file
424
423 No newline at end of file
425
424 #----------------------------------------------------- Testeo de las unidades de grabacion --------------------------------------------------------------- No newline at end of file
426 #----------------------------------------------------- Testeo de las unidades de grabacion ---------------------------------------------------------------
425 No newline at end of file
427
426 @pyqtSignature("") No newline at end of file
428 @pyqtSignature("")
427 def on_btnTdevA_clicked(self): No newline at end of file
429 def on_btnTdevA_clicked(self):
428 var_dev = str(self.txtDeviceA.text()) No newline at end of file
430 var_dev = str(self.txtDeviceA.text())
429 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev No newline at end of file
431 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev
430 commands.getstatusoutput(var_cmd) No newline at end of file
432 commands.getstatusoutput(var_cmd)
431 No newline at end of file
433
432 @pyqtSignature("") No newline at end of file
434 @pyqtSignature("")
433 def on_btnTdevB_clicked(self): No newline at end of file
435 def on_btnTdevB_clicked(self):
434 var_dev = str(self.txtDeviceB.text()) No newline at end of file
436 var_dev = str(self.txtDeviceB.text())
435 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev No newline at end of file
437 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev
436 commands.getstatusoutput(var_cmd) No newline at end of file
438 commands.getstatusoutput(var_cmd)
437 No newline at end of file
439
438 @pyqtSignature("") No newline at end of file
440 @pyqtSignature("")
439 def on_btnTdevC_clicked(self): No newline at end of file
441 def on_btnTdevC_clicked(self):
440 var_dev = str(self.txtDeviceC.text()) No newline at end of file
442 var_dev = str(self.txtDeviceC.text())
441 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev No newline at end of file
443 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev
442 commands.getstatusoutput(var_cmd) No newline at end of file
444 commands.getstatusoutput(var_cmd)
443 No newline at end of file
445
444 @pyqtSignature("") No newline at end of file
446 @pyqtSignature("")
445 def on_btnTdevD_clicked(self): No newline at end of file
447 def on_btnTdevD_clicked(self):
446 var_dev = str(self.txtDeviceD.text()) No newline at end of file
448 var_dev = str(self.txtDeviceD.text())
447 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev No newline at end of file
449 var_cmd = 'eject ' + var_dev + '; eject -t ' + var_dev
448 commands.getstatusoutput(var_cmd) No newline at end of file
450 commands.getstatusoutput(var_cmd)
449 No newline at end of file
451
450 @pyqtSignature("") No newline at end of file
452 @pyqtSignature("")
451 def on_btnTDpath_clicked(self): No newline at end of file
453 def on_btnTDpath_clicked(self):
452 """ No newline at end of file
454 """
453 Slot documentation goes here. No newline at end of file
455 Slot documentation goes here.
454 """ No newline at end of file
456 """
455 self.var_TDpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly)) No newline at end of file
457 self.var_TDpath= str(QtGui.QFileDialog.getExistingDirectory(self, 'Open Directory', './', QtGui.QFileDialog.ShowDirsOnly))
456 self.txtTDpath.setText(self.var_TDpath) No newline at end of file
458 self.txtTDpath.setText(self.var_TDpath)
457 self.statusTDpath = functions.dir_exists(self.var_TDpath, self) No newline at end of file
459 self.statusTDpath = functions.dir_exists(self.var_TDpath, self)
458 No newline at end of file
460
459 No newline at end of file
461
460 @pyqtSignature("") No newline at end of file
462 @pyqtSignature("")
461 def on_btnCHstart_clicked(self): No newline at end of file
463 def on_btnCHstart_clicked(self):
462 """ No newline at end of file
464 """
463 Slot documentation goes here. No newline at end of file
465 Slot documentation goes here.
464 """ No newline at end of file
466 """
465 pass No newline at end of file
467 pass
@@ -1,1458 +1,1458
1 <?xml version="1.0" encoding="UTF-8"?> No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0"> No newline at end of file
2 <ui version="4.0">
3 <class>MainWindow</class> No newline at end of file
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow"> No newline at end of file
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry"> No newline at end of file
5 <property name="geometry">
6 <rect> No newline at end of file
6 <rect>
7 <x>0</x> No newline at end of file
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
No newline at end of file
9 <width>824</width> No newline at end of file
9 <width>613</width> No newline at end of file
10 <height>717</height> No newline at end of file
10 <height>717</height>
11 </rect> No newline at end of file
11 </rect>
12 </property> No newline at end of file
12 </property>
13 <property name="windowTitle"> No newline at end of file
13 <property name="windowTitle">
14 <string>JRO BACKUP MANAGER</string> No newline at end of file
14 <string>JRO BACKUP MANAGER</string>
15 </property> No newline at end of file
15 </property>
16 <widget class="QWidget" name="centralwidget"> No newline at end of file
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QVBoxLayout" name="verticalLayout"> No newline at end of file
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item> No newline at end of file
18 <item>
19 <widget class="QTabWidget" name="tabWidget"> No newline at end of file
19 <widget class="QTabWidget" name="tabWidget">
20 <property name="enabled"> No newline at end of file
20 <property name="enabled">
21 <bool>true</bool> No newline at end of file
21 <bool>true</bool>
22 </property> No newline at end of file
22 </property>
23 <property name="sizePolicy"> No newline at end of file
23 <property name="sizePolicy">
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> No newline at end of file
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25 <horstretch>0</horstretch> No newline at end of file
25 <horstretch>0</horstretch>
26 <verstretch>0</verstretch> No newline at end of file
26 <verstretch>0</verstretch>
27 </sizepolicy> No newline at end of file
27 </sizepolicy>
28 </property> No newline at end of file
28 </property>
29 <property name="currentIndex"> No newline at end of file
29 <property name="currentIndex">
30 <number>0</number> No newline at end of file
30 <number>0</number>
31 </property> No newline at end of file
31 </property>
32 <widget class="QWidget" name="tabParameters"> No newline at end of file
32 <widget class="QWidget" name="tabParameters">
33 <property name="enabled"> No newline at end of file
33 <property name="enabled">
34 <bool>true</bool> No newline at end of file
34 <bool>true</bool>
35 </property> No newline at end of file
35 </property>
36 <attribute name="title"> No newline at end of file
36 <attribute name="title">
37 <string>Parameters</string> No newline at end of file
37 <string>Parameters</string>
38 </attribute> No newline at end of file
38 </attribute>
39 <layout class="QVBoxLayout" name="verticalLayout_2"> No newline at end of file
39 <layout class="QVBoxLayout" name="verticalLayout_2">
40 <item> No newline at end of file
40 <item>
41 <layout class="QHBoxLayout" name="horizontalLayout"> No newline at end of file
41 <layout class="QHBoxLayout" name="horizontalLayout">
42 <property name="sizeConstraint"> No newline at end of file
42 <property name="sizeConstraint">
43 <enum>QLayout::SetDefaultConstraint</enum> No newline at end of file
43 <enum>QLayout::SetDefaultConstraint</enum>
44 </property> No newline at end of file
44 </property>
45 <item> No newline at end of file
45 <item>
46 <widget class="QLineEdit" name="txtDpath"> No newline at end of file
46 <widget class="QLineEdit" name="txtDpath">
47 <property name="sizePolicy"> No newline at end of file
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> No newline at end of file
48 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
49 <horstretch>0</horstretch> No newline at end of file
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch> No newline at end of file
50 <verstretch>0</verstretch>
51 </sizepolicy> No newline at end of file
51 </sizepolicy>
52 </property> No newline at end of file
52 </property>
53 </widget> No newline at end of file
53 </widget>
54 </item> No newline at end of file
54 </item>
55 <item> No newline at end of file
55 <item>
56 <widget class="QPushButton" name="btnDpath"> No newline at end of file
56 <widget class="QPushButton" name="btnDpath">
57 <property name="sizePolicy"> No newline at end of file
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
59 <horstretch>0</horstretch> No newline at end of file
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch> No newline at end of file
60 <verstretch>0</verstretch>
61 </sizepolicy> No newline at end of file
61 </sizepolicy>
62 </property> No newline at end of file
62 </property>
63 <property name="text"> No newline at end of file
63 <property name="text">
64 <string>Data Path</string> No newline at end of file
64 <string>Data Path</string>
65 </property> No newline at end of file
65 </property>
66 <property name="checkable"> No newline at end of file
66 <property name="checkable">
67 <bool>false</bool> No newline at end of file
67 <bool>false</bool>
68 </property> No newline at end of file
68 </property>
69 </widget> No newline at end of file
69 </widget>
70 </item> No newline at end of file
70 </item>
71 </layout> No newline at end of file
71 </layout>
72 </item> No newline at end of file
72 </item>
73 <item> No newline at end of file
73 <item>
74 <layout class="QHBoxLayout" name="horizontalLayout_3"> No newline at end of file
74 <layout class="QHBoxLayout" name="horizontalLayout_3">
75 <item> No newline at end of file
75 <item>
76 <widget class="QLineEdit" name="txtRpath"/> No newline at end of file
76 <widget class="QLineEdit" name="txtRpath"/>
77 </item> No newline at end of file
77 </item>
78 <item> No newline at end of file
78 <item>
79 <widget class="QPushButton" name="btnRpath"> No newline at end of file
79 <widget class="QPushButton" name="btnRpath">
80 <property name="text"> No newline at end of file
80 <property name="text">
81 <string>Resource Path</string> No newline at end of file
81 <string>Resource Path</string>
82 </property> No newline at end of file
82 </property>
83 </widget> No newline at end of file
83 </widget>
84 </item> No newline at end of file
84 </item>
85 </layout> No newline at end of file
85 </layout>
86 </item> No newline at end of file
86 </item>
87 <item> No newline at end of file
87 <item>
88 <widget class="QLabel" name="lblDtype"> No newline at end of file
88 <widget class="QLabel" name="lblDtype">
89 <property name="text"> No newline at end of file
89 <property name="text">
90 <string>Data Type</string> No newline at end of file
90 <string>Data Type</string>
91 </property> No newline at end of file
91 </property>
92 </widget> No newline at end of file
92 </widget>
93 </item> No newline at end of file
93 </item>
94 <item> No newline at end of file
94 <item>
95 <layout class="QHBoxLayout" name="horizontalLayout_4"> No newline at end of file
95 <layout class="QHBoxLayout" name="horizontalLayout_4">
96 <item> No newline at end of file
96 <item>
97 <widget class="QComboBox" name="lstDtype"> No newline at end of file
97 <widget class="QComboBox" name="lstDtype">
98 <item> No newline at end of file
98 <item>
99 <property name="text"> No newline at end of file
99 <property name="text">
100 <string>Raw Data</string> No newline at end of file
100 <string>Raw Data</string>
101 </property> No newline at end of file
101 </property>
102 </item> No newline at end of file
102 </item>
103 <item> No newline at end of file
103 <item>
104 <property name="text"> No newline at end of file
104 <property name="text">
105 <string>Process Data</string> No newline at end of file
105 <string>Process Data</string>
106 </property> No newline at end of file
106 </property>
107 </item> No newline at end of file
107 </item>
108 <item> No newline at end of file
108 <item>
109 <property name="text"> No newline at end of file
109 <property name="text">
110 <string>BLTR Data</string> No newline at end of file
110 <string>BLTR Data</string>
111 </property> No newline at end of file
111 </property>
112 </item> No newline at end of file
112 </item>
113 <item> No newline at end of file
113 <item>
114 <property name="text"> No newline at end of file
114 <property name="text">
115 <string>Other</string> No newline at end of file
115 <string>Other</string>
116 </property> No newline at end of file
116 </property>
117 </item> No newline at end of file
117 </item>
118 </widget> No newline at end of file
118 </widget>
119 </item> No newline at end of file
119 </item>
120 <item> No newline at end of file
120 <item>
121 <widget class="QLineEdit" name="txtDtype"> No newline at end of file
121 <widget class="QLineEdit" name="txtDtype">
122 <property name="sizePolicy"> No newline at end of file
122 <property name="sizePolicy">
123 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> No newline at end of file
123 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
124 <horstretch>0</horstretch> No newline at end of file
124 <horstretch>0</horstretch>
125 <verstretch>0</verstretch> No newline at end of file
125 <verstretch>0</verstretch>
126 </sizepolicy> No newline at end of file
126 </sizepolicy>
127 </property> No newline at end of file
127 </property>
128 <property name="text"> No newline at end of file
128 <property name="text">
129 <string>r</string> No newline at end of file
129 <string>r</string>
130 </property> No newline at end of file
130 </property>
131 <property name="readOnly"> No newline at end of file
131 <property name="readOnly">
132 <bool>true</bool> No newline at end of file
132 <bool>true</bool>
133 </property> No newline at end of file
133 </property>
134 </widget> No newline at end of file
134 </widget>
135 </item> No newline at end of file
135 </item>
136 <item> No newline at end of file
136 <item>
137 <spacer name="horizontalSpacer"> No newline at end of file
137 <spacer name="horizontalSpacer">
138 <property name="orientation"> No newline at end of file
138 <property name="orientation">
139 <enum>Qt::Horizontal</enum> No newline at end of file
139 <enum>Qt::Horizontal</enum>
140 </property> No newline at end of file
140 </property>
141 <property name="sizeType"> No newline at end of file
141 <property name="sizeType">
142 <enum>QSizePolicy::Expanding</enum> No newline at end of file
142 <enum>QSizePolicy::Expanding</enum>
143 </property> No newline at end of file
143 </property>
144 <property name="sizeHint" stdset="0"> No newline at end of file
144 <property name="sizeHint" stdset="0">
145 <size> No newline at end of file
145 <size>
146 <width>40</width> No newline at end of file
146 <width>40</width>
147 <height>20</height> No newline at end of file
147 <height>20</height>
148 </size> No newline at end of file
148 </size>
149 </property> No newline at end of file
149 </property>
150 </spacer> No newline at end of file
150 </spacer>
151 </item> No newline at end of file
151 </item>
152 </layout> No newline at end of file
152 </layout>
153 </item> No newline at end of file
153 </item>
154 <item> No newline at end of file
154 <item>
155 <layout class="QHBoxLayout" name="horizontalLayout_6"> No newline at end of file
155 <layout class="QHBoxLayout" name="horizontalLayout_6">
156 <item> No newline at end of file
156 <item>
157 <widget class="QLabel" name="lblElabel"> No newline at end of file
157 <widget class="QLabel" name="lblElabel">
158 <property name="text"> No newline at end of file
158 <property name="text">
159 <string>Exp. Label at device</string> No newline at end of file
159 <string>Exp. Label at device</string>
160 </property> No newline at end of file
160 </property>
161 </widget> No newline at end of file
161 </widget>
162 </item> No newline at end of file
162 </item>
163 <item> No newline at end of file
163 <item>
164 <widget class="QLabel" name="lblCopys"> No newline at end of file
164 <widget class="QLabel" name="lblCopys">
165 <property name="text"> No newline at end of file
165 <property name="text">
166 <string>Copys</string> No newline at end of file
166 <string>Copys</string>
167 </property> No newline at end of file
167 </property>
168 </widget> No newline at end of file
168 </widget>
169 </item> No newline at end of file
169 </item>
170 </layout> No newline at end of file
170 </layout>
171 </item> No newline at end of file
171 </item>
172 <item> No newline at end of file
172 <item>
173 <layout class="QHBoxLayout" name="horizontalLayout_5"> No newline at end of file
173 <layout class="QHBoxLayout" name="horizontalLayout_5">
174 <item> No newline at end of file
174 <item>
175 <widget class="QLineEdit" name="txtElabel"/> No newline at end of file
175 <widget class="QLineEdit" name="txtElabel"/>
176 </item> No newline at end of file
176 </item>
177 <item> No newline at end of file
177 <item>
178 <widget class="QSpinBox" name="txtCopys"> No newline at end of file
178 <widget class="QSpinBox" name="txtCopys">
179 <property name="sizePolicy"> No newline at end of file
179 <property name="sizePolicy">
180 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> No newline at end of file
180 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
181 <horstretch>0</horstretch> No newline at end of file
181 <horstretch>0</horstretch>
182 <verstretch>0</verstretch> No newline at end of file
182 <verstretch>0</verstretch>
183 </sizepolicy> No newline at end of file
183 </sizepolicy>
184 </property> No newline at end of file
184 </property>
185 <property name="minimum"> No newline at end of file
185 <property name="minimum">
186 <number>1</number> No newline at end of file
186 <number>1</number>
187 </property> No newline at end of file
187 </property>
188 </widget> No newline at end of file
188 </widget>
189 </item> No newline at end of file
189 </item>
190 </layout> No newline at end of file
190 </layout>
191 </item> No newline at end of file
191 </item>
192 <item> No newline at end of file
192 <item>
193 <layout class="QHBoxLayout" name="horizontalLayout_7"> No newline at end of file
193 <layout class="QHBoxLayout" name="horizontalLayout_7">
194 <item> No newline at end of file
194 <item>
195 <widget class="QLabel" name="lblStartDay"> No newline at end of file
195 <widget class="QLabel" name="lblStartDay">
196 <property name="text"> No newline at end of file
196 <property name="text">
197 <string>Start Day:</string> No newline at end of file
197 <string>Start Day:</string>
198 </property> No newline at end of file
198 </property>
199 </widget> No newline at end of file
199 </widget>
200 </item> No newline at end of file
200 </item>
201 <item> No newline at end of file
201 <item>
202 <widget class="QLabel" name="lblStopDay"> No newline at end of file
202 <widget class="QLabel" name="lblStopDay">
203 <property name="text"> No newline at end of file
203 <property name="text">
204 <string>Stop Day:</string> No newline at end of file
204 <string>Stop Day:</string>
205 </property> No newline at end of file
205 </property>
206 </widget> No newline at end of file
206 </widget>
207 </item> No newline at end of file
207 </item>
208 </layout> No newline at end of file
208 </layout>
209 </item> No newline at end of file
209 </item>
210 <item> No newline at end of file
210 <item>
211 <layout class="QHBoxLayout" name="horizontalLayout_8"> No newline at end of file
211 <layout class="QHBoxLayout" name="horizontalLayout_8">
212 <item> No newline at end of file
212 <item>
213 <widget class="QComboBox" name="lstStartDay"/> No newline at end of file
213 <widget class="QComboBox" name="lstStartDay"/>
214 </item> No newline at end of file
214 </item>
215 <item> No newline at end of file
215 <item>
216 <widget class="QComboBox" name="lstStopDay"/> No newline at end of file
216 <widget class="QComboBox" name="lstStopDay"/>
217 </item> No newline at end of file
217 </item>
218 </layout> No newline at end of file
218 </layout>
219 </item> No newline at end of file
219 </item>
220 </layout> No newline at end of file
220 </layout>
221 </widget> No newline at end of file
221 </widget>
222 <widget class="QWidget" name="tabDconfig"> No newline at end of file
222 <widget class="QWidget" name="tabDconfig">
223 <property name="enabled"> No newline at end of file
223 <property name="enabled">
224 <bool>true</bool> No newline at end of file
224 <bool>true</bool>
225 </property> No newline at end of file
225 </property>
226 <property name="sizePolicy"> No newline at end of file
226 <property name="sizePolicy">
227 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> No newline at end of file
227 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
228 <horstretch>0</horstretch> No newline at end of file
228 <horstretch>0</horstretch>
229 <verstretch>0</verstretch> No newline at end of file
229 <verstretch>0</verstretch>
230 </sizepolicy> No newline at end of file
230 </sizepolicy>
231 </property> No newline at end of file
231 </property>
232 <attribute name="title"> No newline at end of file
232 <attribute name="title">
233 <string>Device Config.</string> No newline at end of file
233 <string>Device Config.</string>
234 </attribute> No newline at end of file
234 </attribute>
235 <layout class="QVBoxLayout" name="verticalLayout_3"> No newline at end of file
235 <layout class="QVBoxLayout" name="verticalLayout_3">
236 <item> No newline at end of file
236 <item>
237 <layout class="QHBoxLayout" name="horizontalLayout_12"> No newline at end of file
237 <layout class="QHBoxLayout" name="horizontalLayout_12">
238 <item> No newline at end of file
238 <item>
239 <layout class="QVBoxLayout" name="verticalLayout_15"> No newline at end of file
239 <layout class="QVBoxLayout" name="verticalLayout_15">
240 <item> No newline at end of file
240 <item>
241 <widget class="QCheckBox" name="chkDevA"> No newline at end of file
241 <widget class="QCheckBox" name="chkDevA">
242 <property name="text"> No newline at end of file
242 <property name="text">
243 <string>Dev A</string> No newline at end of file
243 <string>Dev A</string>
244 </property> No newline at end of file
244 </property>
245 <property name="checked"> No newline at end of file
245 <property name="checked">
246 <bool>true</bool> No newline at end of file
246 <bool>true</bool>
247 </property> No newline at end of file
247 </property>
248 </widget> No newline at end of file
248 </widget>
249 </item> No newline at end of file
249 </item>
250 <item> No newline at end of file
250 <item>
251 <widget class="QWidget" name="grpDevA" native="true"> No newline at end of file
251 <widget class="QWidget" name="grpDevA" native="true">
252 <layout class="QVBoxLayout" name="verticalLayout_11"> No newline at end of file
252 <layout class="QVBoxLayout" name="verticalLayout_11">
253 <item> No newline at end of file
253 <item>
254 <widget class="QLineEdit" name="txtDeviceA"> No newline at end of file
254 <widget class="QLineEdit" name="txtDeviceA">
255 <property name="readOnly"> No newline at end of file
255 <property name="readOnly">
256 <bool>true</bool> No newline at end of file
256 <bool>true</bool>
257 </property> No newline at end of file
257 </property>
258 </widget> No newline at end of file
258 </widget>
259 </item> No newline at end of file
259 </item>
260 <item> No newline at end of file
260 <item>
261 <widget class="QSpinBox" name="txtBspeedA"> No newline at end of file
261 <widget class="QSpinBox" name="txtBspeedA">
262 <property name="minimum"> No newline at end of file
262 <property name="minimum">
263 <number>1</number> No newline at end of file
263 <number>1</number>
264 </property> No newline at end of file
264 </property>
265 <property name="value"> No newline at end of file
265 <property name="value">
266 <number>16</number> No newline at end of file
266 <number>16</number>
267 </property> No newline at end of file
267 </property>
268 </widget> No newline at end of file
268 </widget>
269 </item> No newline at end of file
269 </item>
270 <item> No newline at end of file
270 <item>
271 <widget class="QLineEdit" name="txtBmodeA"> No newline at end of file
271 <widget class="QLineEdit" name="txtBmodeA">
272 <property name="text"> No newline at end of file
272 <property name="text">
273 <string>-sao</string> No newline at end of file
273 <string>-sao</string>
274 </property> No newline at end of file
274 </property>
275 <property name="readOnly"> No newline at end of file
275 <property name="readOnly">
276 <bool>true</bool> No newline at end of file
276 <bool>true</bool>
277 </property> No newline at end of file
277 </property>
278 </widget> No newline at end of file
278 </widget>
279 </item> No newline at end of file
279 </item>
280 <item> No newline at end of file
280 <item>
281 <widget class="QPushButton" name="btnTdevA"> No newline at end of file
281 <widget class="QPushButton" name="btnTdevA">
282 <property name="text"> No newline at end of file
282 <property name="text">
283 <string>Test DevA</string> No newline at end of file
283 <string>Test DevA</string>
284 </property> No newline at end of file
284 </property>
285 </widget> No newline at end of file
285 </widget>
286 </item> No newline at end of file
286 </item>
287 </layout> No newline at end of file
287 </layout>
288 </widget> No newline at end of file
288 </widget>
289 </item> No newline at end of file
289 </item>
290 </layout> No newline at end of file
290 </layout>
291 </item> No newline at end of file
291 </item>
292 <item> No newline at end of file
292 <item>
293 <layout class="QVBoxLayout" name="verticalLayout_16"> No newline at end of file
293 <layout class="QVBoxLayout" name="verticalLayout_16">
294 <item> No newline at end of file
294 <item>
295 <widget class="QCheckBox" name="chkDevB"> No newline at end of file
295 <widget class="QCheckBox" name="chkDevB">
296 <property name="text"> No newline at end of file
296 <property name="text">
297 <string>Dev B</string> No newline at end of file
297 <string>Dev B</string>
298 </property> No newline at end of file
298 </property>
299 <property name="checked"> No newline at end of file
299 <property name="checked">
300 <bool>true</bool> No newline at end of file
300 <bool>true</bool>
301 </property> No newline at end of file
301 </property>
302 </widget> No newline at end of file
302 </widget>
303 </item> No newline at end of file
303 </item>
304 <item> No newline at end of file
304 <item>
305 <widget class="QWidget" name="grpDevB" native="true"> No newline at end of file
305 <widget class="QWidget" name="grpDevB" native="true">
306 <layout class="QVBoxLayout" name="verticalLayout_12"> No newline at end of file
306 <layout class="QVBoxLayout" name="verticalLayout_12">
307 <item> No newline at end of file
307 <item>
308 <widget class="QLineEdit" name="txtDeviceB"> No newline at end of file
308 <widget class="QLineEdit" name="txtDeviceB">
309 <property name="readOnly"> No newline at end of file
309 <property name="readOnly">
310 <bool>true</bool> No newline at end of file
310 <bool>true</bool>
311 </property> No newline at end of file
311 </property>
312 </widget> No newline at end of file
312 </widget>
313 </item> No newline at end of file
313 </item>
314 <item> No newline at end of file
314 <item>
315 <widget class="QSpinBox" name="txtBspeedB"> No newline at end of file
315 <widget class="QSpinBox" name="txtBspeedB">
316 <property name="minimum"> No newline at end of file
316 <property name="minimum">
317 <number>1</number> No newline at end of file
317 <number>1</number>
318 </property> No newline at end of file
318 </property>
319 <property name="value"> No newline at end of file
319 <property name="value">
320 <number>16</number> No newline at end of file
320 <number>16</number>
321 </property> No newline at end of file
321 </property>
322 </widget> No newline at end of file
322 </widget>
323 </item> No newline at end of file
323 </item>
324 <item> No newline at end of file
324 <item>
325 <widget class="QLineEdit" name="txtBmodeB"> No newline at end of file
325 <widget class="QLineEdit" name="txtBmodeB">
326 <property name="text"> No newline at end of file
326 <property name="text">
327 <string>-sao</string> No newline at end of file
327 <string>-sao</string>
328 </property> No newline at end of file
328 </property>
329 <property name="readOnly"> No newline at end of file
329 <property name="readOnly">
330 <bool>true</bool> No newline at end of file
330 <bool>true</bool>
331 </property> No newline at end of file
331 </property>
332 </widget> No newline at end of file
332 </widget>
333 </item> No newline at end of file
333 </item>
334 <item> No newline at end of file
334 <item>
335 <widget class="QPushButton" name="btnTdevB"> No newline at end of file
335 <widget class="QPushButton" name="btnTdevB">
336 <property name="text"> No newline at end of file
336 <property name="text">
337 <string>Test DevB</string> No newline at end of file
337 <string>Test DevB</string>
338 </property> No newline at end of file
338 </property>
339 </widget> No newline at end of file
339 </widget>
340 </item> No newline at end of file
340 </item>
341 </layout> No newline at end of file
341 </layout>
342 </widget> No newline at end of file
342 </widget>
343 </item> No newline at end of file
343 </item>
344 </layout> No newline at end of file
344 </layout>
345 </item> No newline at end of file
345 </item>
346 <item> No newline at end of file
346 <item>
347 <layout class="QVBoxLayout" name="verticalLayout_17"> No newline at end of file
347 <layout class="QVBoxLayout" name="verticalLayout_17">
348 <item> No newline at end of file
348 <item>
349 <widget class="QCheckBox" name="chkDevC"> No newline at end of file
349 <widget class="QCheckBox" name="chkDevC">
350 <property name="text"> No newline at end of file
350 <property name="text">
351 <string>Dev C</string> No newline at end of file
351 <string>Dev C</string>
352 </property> No newline at end of file
352 </property>
353 <property name="checked"> No newline at end of file
353 <property name="checked">
354 <bool>true</bool> No newline at end of file
354 <bool>true</bool>
355 </property> No newline at end of file
355 </property>
356 </widget> No newline at end of file
356 </widget>
357 </item> No newline at end of file
357 </item>
358 <item> No newline at end of file
358 <item>
359 <widget class="QWidget" name="grpDevC" native="true"> No newline at end of file
359 <widget class="QWidget" name="grpDevC" native="true">
360 <layout class="QVBoxLayout" name="verticalLayout_13"> No newline at end of file
360 <layout class="QVBoxLayout" name="verticalLayout_13">
361 <item> No newline at end of file
361 <item>
362 <widget class="QLineEdit" name="txtDeviceC"> No newline at end of file
362 <widget class="QLineEdit" name="txtDeviceC">
363 <property name="readOnly"> No newline at end of file
363 <property name="readOnly">
364 <bool>true</bool> No newline at end of file
364 <bool>true</bool>
365 </property> No newline at end of file
365 </property>
366 </widget> No newline at end of file
366 </widget>
367 </item> No newline at end of file
367 </item>
368 <item> No newline at end of file
368 <item>
369 <widget class="QSpinBox" name="txtBspeedC"> No newline at end of file
369 <widget class="QSpinBox" name="txtBspeedC">
370 <property name="minimum"> No newline at end of file
370 <property name="minimum">
371 <number>1</number> No newline at end of file
371 <number>1</number>
372 </property> No newline at end of file
372 </property>
373 <property name="value"> No newline at end of file
373 <property name="value">
374 <number>16</number> No newline at end of file
374 <number>16</number>
375 </property> No newline at end of file
375 </property>
376 </widget> No newline at end of file
376 </widget>
377 </item> No newline at end of file
377 </item>
378 <item> No newline at end of file
378 <item>
379 <widget class="QLineEdit" name="txtBmodeC"> No newline at end of file
379 <widget class="QLineEdit" name="txtBmodeC">
380 <property name="text"> No newline at end of file
380 <property name="text">
381 <string>-sao</string> No newline at end of file
381 <string>-sao</string>
382 </property> No newline at end of file
382 </property>
383 <property name="readOnly"> No newline at end of file
383 <property name="readOnly">
384 <bool>true</bool> No newline at end of file
384 <bool>true</bool>
385 </property> No newline at end of file
385 </property>
386 </widget> No newline at end of file
386 </widget>
387 </item> No newline at end of file
387 </item>
388 <item> No newline at end of file
388 <item>
389 <widget class="QPushButton" name="btnTdevC"> No newline at end of file
389 <widget class="QPushButton" name="btnTdevC">
390 <property name="text"> No newline at end of file
390 <property name="text">
391 <string>Test DevC</string> No newline at end of file
391 <string>Test DevC</string>
392 </property> No newline at end of file
392 </property>
393 </widget> No newline at end of file
393 </widget>
394 </item> No newline at end of file
394 </item>
395 </layout> No newline at end of file
395 </layout>
396 </widget> No newline at end of file
396 </widget>
397 </item> No newline at end of file
397 </item>
398 </layout> No newline at end of file
398 </layout>
399 </item> No newline at end of file
399 </item>
400 <item> No newline at end of file
400 <item>
401 <layout class="QVBoxLayout" name="verticalLayout_18"> No newline at end of file
401 <layout class="QVBoxLayout" name="verticalLayout_18">
402 <item> No newline at end of file
402 <item>
403 <widget class="QCheckBox" name="chkDevD"> No newline at end of file
403 <widget class="QCheckBox" name="chkDevD">
404 <property name="text"> No newline at end of file
404 <property name="text">
405 <string>Dev D</string> No newline at end of file
405 <string>Dev D</string>
406 </property> No newline at end of file
406 </property>
407 <property name="checked"> No newline at end of file
407 <property name="checked">
408 <bool>true</bool> No newline at end of file
408 <bool>true</bool>
409 </property> No newline at end of file
409 </property>
410 </widget> No newline at end of file
410 </widget>
411 </item> No newline at end of file
411 </item>
412 <item> No newline at end of file
412 <item>
413 <widget class="QWidget" name="grpDevD" native="true"> No newline at end of file
413 <widget class="QWidget" name="grpDevD" native="true">
414 <layout class="QVBoxLayout" name="verticalLayout_14"> No newline at end of file
414 <layout class="QVBoxLayout" name="verticalLayout_14">
415 <item> No newline at end of file
415 <item>
416 <widget class="QLineEdit" name="txtDeviceD"> No newline at end of file
416 <widget class="QLineEdit" name="txtDeviceD">
417 <property name="readOnly"> No newline at end of file
417 <property name="readOnly">
418 <bool>true</bool> No newline at end of file
418 <bool>true</bool>
419 </property> No newline at end of file
419 </property>
420 </widget> No newline at end of file
420 </widget>
421 </item> No newline at end of file
421 </item>
422 <item> No newline at end of file
422 <item>
423 <widget class="QSpinBox" name="txtBspeedD"> No newline at end of file
423 <widget class="QSpinBox" name="txtBspeedD">
424 <property name="minimum"> No newline at end of file
424 <property name="minimum">
425 <number>1</number> No newline at end of file
425 <number>1</number>
426 </property> No newline at end of file
426 </property>
427 <property name="value"> No newline at end of file
427 <property name="value">
428 <number>16</number> No newline at end of file
428 <number>16</number>
429 </property> No newline at end of file
429 </property>
430 </widget> No newline at end of file
430 </widget>
431 </item> No newline at end of file
431 </item>
432 <item> No newline at end of file
432 <item>
433 <widget class="QLineEdit" name="txtBmodeD"> No newline at end of file
433 <widget class="QLineEdit" name="txtBmodeD">
434 <property name="text"> No newline at end of file
434 <property name="text">
435 <string>-sao</string> No newline at end of file
435 <string>-sao</string>
436 </property> No newline at end of file
436 </property>
437 <property name="readOnly"> No newline at end of file
437 <property name="readOnly">
438 <bool>true</bool> No newline at end of file
438 <bool>true</bool>
439 </property> No newline at end of file
439 </property>
440 </widget> No newline at end of file
440 </widget>
441 </item> No newline at end of file
441 </item>
442 <item> No newline at end of file
442 <item>
443 <widget class="QPushButton" name="btnTdevD"> No newline at end of file
443 <widget class="QPushButton" name="btnTdevD">
444 <property name="text"> No newline at end of file
444 <property name="text">
445 <string>Test DevD</string> No newline at end of file
445 <string>Test DevD</string>
446 </property> No newline at end of file
446 </property>
447 </widget> No newline at end of file
447 </widget>
448 </item> No newline at end of file
448 </item>
449 </layout> No newline at end of file
449 </layout>
450 </widget> No newline at end of file
450 </widget>
451 </item> No newline at end of file
451 </item>
452 </layout> No newline at end of file
452 </layout>
453 </item> No newline at end of file
453 </item>
454 <item> No newline at end of file
454 <item>
455 <layout class="QVBoxLayout" name="verticalLayout_19"> No newline at end of file
455 <layout class="QVBoxLayout" name="verticalLayout_19">
456 <item> No newline at end of file
456 <item>
457 <spacer name="verticalSpacer_3"> No newline at end of file
457 <spacer name="verticalSpacer_3">
458 <property name="orientation"> No newline at end of file
458 <property name="orientation">
459 <enum>Qt::Vertical</enum> No newline at end of file
459 <enum>Qt::Vertical</enum>
460 </property> No newline at end of file
460 </property>
461 <property name="sizeType"> No newline at end of file
461 <property name="sizeType">
462 <enum>QSizePolicy::Minimum</enum> No newline at end of file
462 <enum>QSizePolicy::Minimum</enum>
463 </property> No newline at end of file
463 </property>
464 <property name="sizeHint" stdset="0"> No newline at end of file
464 <property name="sizeHint" stdset="0">
465 <size> No newline at end of file
465 <size>
466 <width>20</width> No newline at end of file
466 <width>20</width>
467 <height>40</height> No newline at end of file
467 <height>40</height>
468 </size> No newline at end of file
468 </size>
469 </property> No newline at end of file
469 </property>
470 </spacer> No newline at end of file
470 </spacer>
471 </item> No newline at end of file
471 </item>
472 <item> No newline at end of file
472 <item>
473 <widget class="QWidget" name="grpDevD_2" native="true"> No newline at end of file
473 <widget class="QWidget" name="grpDevD_2" native="true">
474 <layout class="QVBoxLayout" name="verticalLayout_20"> No newline at end of file
474 <layout class="QVBoxLayout" name="verticalLayout_20">
475 <item> No newline at end of file
475 <item>
476 <widget class="QLabel" name="lblDevice"> No newline at end of file
476 <widget class="QLabel" name="lblDevice">
477 <property name="text"> No newline at end of file
477 <property name="text">
478 <string>Device</string> No newline at end of file
478 <string>Device</string>
479 </property> No newline at end of file
479 </property>
480 </widget> No newline at end of file
480 </widget>
481 </item> No newline at end of file
481 </item>
482 <item> No newline at end of file
482 <item>
483 <widget class="QLabel" name="lblBspeed"> No newline at end of file
483 <widget class="QLabel" name="lblBspeed">
484 <property name="text"> No newline at end of file
484 <property name="text">
485 <string>Burn Speed</string> No newline at end of file
485 <string>Burn Speed</string>
486 </property> No newline at end of file
486 </property>
487 </widget> No newline at end of file
487 </widget>
488 </item> No newline at end of file
488 </item>
489 <item> No newline at end of file
489 <item>
490 <widget class="QLabel" name="lblBmode"> No newline at end of file
490 <widget class="QLabel" name="lblBmode">
491 <property name="text"> No newline at end of file
491 <property name="text">
492 <string>Burn Mode</string> No newline at end of file
492 <string>Burn Mode</string>
493 </property> No newline at end of file
493 </property>
494 </widget> No newline at end of file
494 </widget>
495 </item> No newline at end of file
495 </item>
496 <item> No newline at end of file
496 <item>
497 <spacer name="verticalSpacer_4"> No newline at end of file
497 <spacer name="verticalSpacer_4">
498 <property name="orientation"> No newline at end of file
498 <property name="orientation">
499 <enum>Qt::Vertical</enum> No newline at end of file
499 <enum>Qt::Vertical</enum>
500 </property> No newline at end of file
500 </property>
501 <property name="sizeType"> No newline at end of file
501 <property name="sizeType">
502 <enum>QSizePolicy::Fixed</enum> No newline at end of file
502 <enum>QSizePolicy::Fixed</enum>
503 </property> No newline at end of file
503 </property>
504 <property name="sizeHint" stdset="0"> No newline at end of file
504 <property name="sizeHint" stdset="0">
505 <size> No newline at end of file
505 <size>
506 <width>20</width> No newline at end of file
506 <width>20</width>
507 <height>40</height> No newline at end of file
507 <height>40</height>
508 </size> No newline at end of file
508 </size>
509 </property> No newline at end of file
509 </property>
510 </spacer> No newline at end of file
510 </spacer>
511 </item> No newline at end of file
511 </item>
512 </layout> No newline at end of file
512 </layout>
513 </widget> No newline at end of file
513 </widget>
514 </item> No newline at end of file
514 </item>
515 </layout> No newline at end of file
515 </layout>
516 </item> No newline at end of file
516 </item>
517 </layout> No newline at end of file
517 </layout>
518 </item> No newline at end of file
518 </item>
519 <item> No newline at end of file
519 <item>
520 <spacer name="verticalSpacer_2"> No newline at end of file
520 <spacer name="verticalSpacer_2">
521 <property name="orientation"> No newline at end of file
521 <property name="orientation">
522 <enum>Qt::Vertical</enum> No newline at end of file
522 <enum>Qt::Vertical</enum>
523 </property> No newline at end of file
523 </property>
524 <property name="sizeType"> No newline at end of file
524 <property name="sizeType">
525 <enum>QSizePolicy::Minimum</enum> No newline at end of file
525 <enum>QSizePolicy::Minimum</enum>
526 </property> No newline at end of file
526 </property>
527 <property name="sizeHint" stdset="0"> No newline at end of file
527 <property name="sizeHint" stdset="0">
528 <size> No newline at end of file
528 <size>
529 <width>20</width> No newline at end of file
529 <width>20</width>
530 <height>40</height> No newline at end of file
530 <height>40</height>
531 </size> No newline at end of file
531 </size>
532 </property> No newline at end of file
532 </property>
533 </spacer> No newline at end of file
533 </spacer>
534 </item> No newline at end of file
534 </item>
535 <item> No newline at end of file
535 <item>
536 <layout class="QHBoxLayout" name="horizontalLayout_11"> No newline at end of file
536 <layout class="QHBoxLayout" name="horizontalLayout_11">
537 <property name="spacing"> No newline at end of file
537 <property name="spacing">
538 <number>6</number> No newline at end of file
538 <number>6</number>
539 </property> No newline at end of file
539 </property>
540 <property name="sizeConstraint"> No newline at end of file
540 <property name="sizeConstraint">
541 <enum>QLayout::SetDefaultConstraint</enum> No newline at end of file
541 <enum>QLayout::SetDefaultConstraint</enum>
542 </property> No newline at end of file
542 </property>
543 <item> No newline at end of file
543 <item>
544 <widget class="QLabel" name="lblDcapacity"> No newline at end of file
544 <widget class="QLabel" name="lblDcapacity">
545 <property name="sizePolicy"> No newline at end of file
545 <property name="sizePolicy">
546 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
546 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
547 <horstretch>0</horstretch> No newline at end of file
547 <horstretch>0</horstretch>
548 <verstretch>0</verstretch> No newline at end of file
548 <verstretch>0</verstretch>
549 </sizepolicy> No newline at end of file
549 </sizepolicy>
550 </property> No newline at end of file
550 </property>
551 <property name="text"> No newline at end of file
551 <property name="text">
552 <string>Device Capacity</string> No newline at end of file
552 <string>Device Capacity</string>
553 </property> No newline at end of file
553 </property>
554 </widget> No newline at end of file
554 </widget>
555 </item> No newline at end of file
555 </item>
556 <item> No newline at end of file
556 <item>
557 <spacer name="horizontalSpacer_2"> No newline at end of file
557 <spacer name="horizontalSpacer_2">
558 <property name="orientation"> No newline at end of file
558 <property name="orientation">
559 <enum>Qt::Horizontal</enum> No newline at end of file
559 <enum>Qt::Horizontal</enum>
560 </property> No newline at end of file
560 </property>
561 <property name="sizeHint" stdset="0"> No newline at end of file
561 <property name="sizeHint" stdset="0">
562 <size> No newline at end of file
562 <size>
563 <width>40</width> No newline at end of file
563 <width>40</width>
564 <height>20</height> No newline at end of file
564 <height>20</height>
565 </size> No newline at end of file
565 </size>
566 </property> No newline at end of file
566 </property>
567 </spacer> No newline at end of file
567 </spacer>
568 </item> No newline at end of file
568 </item>
569 </layout> No newline at end of file
569 </layout>
570 </item> No newline at end of file
570 </item>
571 <item> No newline at end of file
571 <item>
572 <layout class="QHBoxLayout" name="horizontalLayout_10"> No newline at end of file
572 <layout class="QHBoxLayout" name="horizontalLayout_10">
573 <property name="sizeConstraint"> No newline at end of file
573 <property name="sizeConstraint">
574 <enum>QLayout::SetFixedSize</enum> No newline at end of file
574 <enum>QLayout::SetFixedSize</enum>
575 </property> No newline at end of file
575 </property>
576 <item> No newline at end of file
576 <item>
577 <widget class="QComboBox" name="lstDcapacity"> No newline at end of file
577 <widget class="QComboBox" name="lstDcapacity">
578 <property name="currentIndex"> No newline at end of file
578 <property name="currentIndex">
579 <number>2</number> No newline at end of file
579 <number>2</number>
580 </property> No newline at end of file
580 </property>
581 <item> No newline at end of file
581 <item>
582 <property name="text"> No newline at end of file
582 <property name="text">
583 <string>BluRay [25.0 GB]</string> No newline at end of file
583 <string>BluRay [25.0 GB]</string>
584 </property> No newline at end of file
584 </property>
585 </item> No newline at end of file
585 </item>
586 <item> No newline at end of file
586 <item>
587 <property name="text"> No newline at end of file
587 <property name="text">
588 <string>DVD2 [8.5 GB]</string> No newline at end of file
588 <string>DVD2 [8.5 GB]</string>
589 </property> No newline at end of file
589 </property>
590 </item> No newline at end of file
590 </item>
591 <item> No newline at end of file
591 <item>
592 <property name="text"> No newline at end of file
592 <property name="text">
593 <string>DVD1 [4.7 GB]</string> No newline at end of file
593 <string>DVD1 [4.7 GB]</string>
594 </property> No newline at end of file
594 </property>
595 </item> No newline at end of file
595 </item>
596 <item> No newline at end of file
596 <item>
597 <property name="text"> No newline at end of file
597 <property name="text">
598 <string>CD [0.7 GB]</string> No newline at end of file
598 <string>CD [0.7 GB]</string>
599 </property> No newline at end of file
599 </property>
600 </item> No newline at end of file
600 </item>
601 <item> No newline at end of file
601 <item>
602 <property name="text"> No newline at end of file
602 <property name="text">
603 <string>Other [? MB]</string> No newline at end of file
603 <string>Other [? MB]</string>
604 </property> No newline at end of file
604 </property>
605 </item> No newline at end of file
605 </item>
606 </widget> No newline at end of file
606 </widget>
607 </item> No newline at end of file
607 </item>
608 <item> No newline at end of file
608 <item>
609 <widget class="QDoubleSpinBox" name="txtDcapacity"> No newline at end of file
609 <widget class="QDoubleSpinBox" name="txtDcapacity">
610 <property name="sizePolicy"> No newline at end of file
610 <property name="sizePolicy">
611 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> No newline at end of file
611 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
612 <horstretch>0</horstretch> No newline at end of file
612 <horstretch>0</horstretch>
613 <verstretch>0</verstretch> No newline at end of file
613 <verstretch>0</verstretch>
614 </sizepolicy> No newline at end of file
614 </sizepolicy>
615 </property> No newline at end of file
615 </property>
616 <property name="readOnly"> No newline at end of file
616 <property name="readOnly">
617 <bool>true</bool> No newline at end of file
617 <bool>true</bool>
618 </property> No newline at end of file
618 </property>
619 <property name="minimum"> No newline at end of file
619 <property name="minimum">
620 <double>100.000000000000000</double> No newline at end of file
620 <double>100.000000000000000</double>
621 </property> No newline at end of file
621 </property>
622 <property name="maximum"> No newline at end of file
622 <property name="maximum">
623 <double>99999.990000000005239</double> No newline at end of file
623 <double>99999.990000000005239</double>
624 </property> No newline at end of file
624 </property>
625 <property name="value"> No newline at end of file
625 <property name="value">
626 <double>4482.270000000000437</double> No newline at end of file
626 <double>4482.270000000000437</double>
627 </property> No newline at end of file
627 </property>
628 </widget> No newline at end of file
628 </widget>
629 </item> No newline at end of file
629 </item>
630 <item> No newline at end of file
630 <item>
631 <spacer name="horizontalSpacer_3"> No newline at end of file
631 <spacer name="horizontalSpacer_3">
632 <property name="orientation"> No newline at end of file
632 <property name="orientation">
633 <enum>Qt::Horizontal</enum> No newline at end of file
633 <enum>Qt::Horizontal</enum>
634 </property> No newline at end of file
634 </property>
635 <property name="sizeHint" stdset="0"> No newline at end of file
635 <property name="sizeHint" stdset="0">
636 <size> No newline at end of file
636 <size>
637 <width>40</width> No newline at end of file
637 <width>40</width>
638 <height>20</height> No newline at end of file
638 <height>20</height>
639 </size> No newline at end of file
639 </size>
640 </property> No newline at end of file
640 </property>
641 </spacer> No newline at end of file
641 </spacer>
642 </item> No newline at end of file
642 </item>
643 <item> No newline at end of file
643 <item>
644 <widget class="QLabel" name="lblPSgraphic"> No newline at end of file
644 <widget class="QLabel" name="lblPSgraphic">
645 <property name="text"> No newline at end of file
645 <property name="text">
646 <string>PS Graphic</string> No newline at end of file
646 <string>PS Graphic</string>
647 </property> No newline at end of file
647 </property>
648 </widget> No newline at end of file
648 </widget>
649 </item> No newline at end of file
649 </item>
650 <item> No newline at end of file
650 <item>
651 <widget class="QSpinBox" name="txtPSgraphic"> No newline at end of file
651 <widget class="QSpinBox" name="txtPSgraphic">
652 <property name="minimum"> No newline at end of file
652 <property name="minimum">
653 <number>1</number> No newline at end of file
653 <number>1</number>
654 </property> No newline at end of file
654 </property>
655 <property name="maximum"> No newline at end of file
655 <property name="maximum">
656 <number>33</number> No newline at end of file
656 <number>33</number>
657 </property> No newline at end of file
657 </property>
658 </widget> No newline at end of file
658 </widget>
659 </item> No newline at end of file
659 </item>
660 </layout> No newline at end of file
660 </layout>
661 </item> No newline at end of file
661 </item>
662 </layout> No newline at end of file
662 </layout>
663 </widget> No newline at end of file
663 </widget>
664 <widget class="QWidget" name="tabStatus"> No newline at end of file
664 <widget class="QWidget" name="tabStatus">
665 <attribute name="title"> No newline at end of file
665 <attribute name="title">
666 <string>Status Burn</string> No newline at end of file
666 <string>Status Burn</string>
667 </attribute> No newline at end of file
667 </attribute>
668 <layout class="QVBoxLayout" name="verticalLayout_4"> No newline at end of file
668 <layout class="QVBoxLayout" name="verticalLayout_4">
669 <item> No newline at end of file
669 <item>
670 <layout class="QHBoxLayout" name="horizontalLayout_18"> No newline at end of file
670 <layout class="QHBoxLayout" name="horizontalLayout_18">
671 <item> No newline at end of file
671 <item>
672 <layout class="QVBoxLayout" name="verticalLayout_21"> No newline at end of file
672 <layout class="QVBoxLayout" name="verticalLayout_21">
673 <item> No newline at end of file
673 <item>
674 <widget class="QLabel" name="label_4"> No newline at end of file
674 <widget class="QLabel" name="label_4">
675 <property name="text"> No newline at end of file
675 <property name="text">
676 <string>BURN</string> No newline at end of file
676 <string>BURN</string>
677 </property> No newline at end of file
677 </property>
678 </widget> No newline at end of file
678 </widget>
679 </item> No newline at end of file
679 </item>
680 <item> No newline at end of file
680 <item>
681 <spacer name="horizontalSpacer_9"> No newline at end of file
681 <spacer name="horizontalSpacer_9">
682 <property name="orientation"> No newline at end of file
682 <property name="orientation">
683 <enum>Qt::Horizontal</enum> No newline at end of file
683 <enum>Qt::Horizontal</enum>
684 </property> No newline at end of file
684 </property>
685 <property name="sizeType"> No newline at end of file
685 <property name="sizeType">
686 <enum>QSizePolicy::Minimum</enum> No newline at end of file
686 <enum>QSizePolicy::Minimum</enum>
687 </property> No newline at end of file
687 </property>
688 <property name="sizeHint" stdset="0"> No newline at end of file
688 <property name="sizeHint" stdset="0">
689 <size> No newline at end of file
689 <size>
690 <width>40</width> No newline at end of file
690 <width>40</width>
691 <height>20</height> No newline at end of file
691 <height>20</height>
692 </size> No newline at end of file
692 </size>
693 </property> No newline at end of file
693 </property>
694 </spacer> No newline at end of file
694 </spacer>
695 </item> No newline at end of file
695 </item>
696 <item> No newline at end of file
696 <item>
697 <widget class="QLabel" name="lblSTATUS"> No newline at end of file
697 <widget class="QLabel" name="lblSTATUS">
698 <property name="sizePolicy"> No newline at end of file
698 <property name="sizePolicy">
699 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> No newline at end of file
699 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
700 <horstretch>0</horstretch> No newline at end of file
700 <horstretch>0</horstretch>
701 <verstretch>0</verstretch> No newline at end of file
701 <verstretch>0</verstretch>
702 </sizepolicy> No newline at end of file
702 </sizepolicy>
703 </property> No newline at end of file
703 </property>
704 <property name="text"> No newline at end of file
704 <property name="text">
705 <string>STATUS</string> No newline at end of file
705 <string>STATUS</string>
706 </property> No newline at end of file
706 </property>
707 </widget> No newline at end of file
707 </widget>
708 </item> No newline at end of file
708 </item>
709 <item> No newline at end of file
709 <item>
710 <widget class="QLabel" name="lblINFO"> No newline at end of file
710 <widget class="QLabel" name="lblINFO">
711 <property name="text"> No newline at end of file
711 <property name="text">
712 <string>DISC</string> No newline at end of file
712 <string>DISC</string>
713 </property> No newline at end of file
713 </property>
714 </widget> No newline at end of file
714 </widget>
715 </item> No newline at end of file
715 </item>
716 <item> No newline at end of file
716 <item>
717 <widget class="QLabel" name="lblSET"> No newline at end of file
717 <widget class="QLabel" name="lblSET">
718 <property name="text"> No newline at end of file
718 <property name="text">
719 <string>COPY</string> No newline at end of file
719 <string>COPY</string>
720 </property> No newline at end of file
720 </property>
721 </widget> No newline at end of file
721 </widget>
722 </item> No newline at end of file
722 </item>
723 </layout> No newline at end of file
723 </layout>
724 </item> No newline at end of file
724 </item>
725 <item> No newline at end of file
725 <item>
726 <layout class="QVBoxLayout" name="verticalLayout_22"> No newline at end of file
726 <layout class="QVBoxLayout" name="verticalLayout_22">
727 <item> No newline at end of file
727 <item>
728 <spacer name="horizontalSpacer_5"> No newline at end of file
728 <spacer name="horizontalSpacer_5">
729 <property name="orientation"> No newline at end of file
729 <property name="orientation">
730 <enum>Qt::Horizontal</enum> No newline at end of file
730 <enum>Qt::Horizontal</enum>
731 </property> No newline at end of file
731 </property>
732 <property name="sizeType"> No newline at end of file
732 <property name="sizeType">
733 <enum>QSizePolicy::Minimum</enum> No newline at end of file
733 <enum>QSizePolicy::Minimum</enum>
734 </property> No newline at end of file
734 </property>
735 <property name="sizeHint" stdset="0"> No newline at end of file
735 <property name="sizeHint" stdset="0">
736 <size> No newline at end of file
736 <size>
737 <width>40</width> No newline at end of file
737 <width>40</width>
738 <height>20</height> No newline at end of file
738 <height>20</height>
739 </size> No newline at end of file
739 </size>
740 </property> No newline at end of file
740 </property>
741 </spacer> No newline at end of file
741 </spacer>
742 </item> No newline at end of file
742 </item>
743 <item> No newline at end of file
743 <item>
744 <widget class="QLabel" name="lblDevA"> No newline at end of file
744 <widget class="QLabel" name="lblDevA">
745 <property name="text"> No newline at end of file
745 <property name="text">
746 <string>DEV A</string> No newline at end of file
746 <string>DEV A</string>
747 </property> No newline at end of file
747 </property>
748 <property name="alignment"> No newline at end of file
748 <property name="alignment">
749 <set>Qt::AlignCenter</set> No newline at end of file
749 <set>Qt::AlignCenter</set>
750 </property> No newline at end of file
750 </property>
751 </widget> No newline at end of file
751 </widget>
752 </item> No newline at end of file
752 </item>
753 <item> No newline at end of file
753 <item>
754 <widget class="QLineEdit" name="txtBstatusA"> No newline at end of file
754 <widget class="QLineEdit" name="txtBstatusA">
755 <property name="readOnly"> No newline at end of file
755 <property name="readOnly">
756 <bool>true</bool> No newline at end of file
756 <bool>true</bool>
757 </property> No newline at end of file
757 </property>
758 </widget> No newline at end of file
758 </widget>
759 </item> No newline at end of file
759 </item>
760 <item> No newline at end of file
760 <item>
761 <widget class="QLineEdit" name="txtBdiscA"> No newline at end of file
761 <widget class="QLineEdit" name="txtBdiscA">
762 <property name="readOnly"> No newline at end of file
762 <property name="readOnly">
763 <bool>true</bool> No newline at end of file
763 <bool>true</bool>
764 </property> No newline at end of file
764 </property>
765 </widget> No newline at end of file
765 </widget>
766 </item> No newline at end of file
766 </item>
767 <item> No newline at end of file
767 <item>
768 <widget class="QLineEdit" name="txtBcopyA"> No newline at end of file
768 <widget class="QLineEdit" name="txtBcopyA">
769 <property name="readOnly"> No newline at end of file
769 <property name="readOnly">
770 <bool>true</bool> No newline at end of file
770 <bool>true</bool>
771 </property> No newline at end of file
771 </property>
772 </widget> No newline at end of file
772 </widget>
773 </item> No newline at end of file
773 </item>
774 </layout> No newline at end of file
774 </layout>
775 </item> No newline at end of file
775 </item>
776 <item> No newline at end of file
776 <item>
777 <layout class="QVBoxLayout" name="verticalLayout_23"> No newline at end of file
777 <layout class="QVBoxLayout" name="verticalLayout_23">
778 <item> No newline at end of file
778 <item>
779 <spacer name="horizontalSpacer_6"> No newline at end of file
779 <spacer name="horizontalSpacer_6">
780 <property name="orientation"> No newline at end of file
780 <property name="orientation">
781 <enum>Qt::Horizontal</enum> No newline at end of file
781 <enum>Qt::Horizontal</enum>
782 </property> No newline at end of file
782 </property>
783 <property name="sizeType"> No newline at end of file
783 <property name="sizeType">
784 <enum>QSizePolicy::Minimum</enum> No newline at end of file
784 <enum>QSizePolicy::Minimum</enum>
785 </property> No newline at end of file
785 </property>
786 <property name="sizeHint" stdset="0"> No newline at end of file
786 <property name="sizeHint" stdset="0">
787 <size> No newline at end of file
787 <size>
788 <width>40</width> No newline at end of file
788 <width>40</width>
789 <height>20</height> No newline at end of file
789 <height>20</height>
790 </size> No newline at end of file
790 </size>
791 </property> No newline at end of file
791 </property>
792 </spacer> No newline at end of file
792 </spacer>
793 </item> No newline at end of file
793 </item>
794 <item> No newline at end of file
794 <item>
795 <widget class="QLabel" name="lblDevB"> No newline at end of file
795 <widget class="QLabel" name="lblDevB">
796 <property name="text"> No newline at end of file
796 <property name="text">
797 <string>DEV B</string> No newline at end of file
797 <string>DEV B</string>
798 </property> No newline at end of file
798 </property>
799 <property name="alignment"> No newline at end of file
799 <property name="alignment">
800 <set>Qt::AlignCenter</set> No newline at end of file
800 <set>Qt::AlignCenter</set>
801 </property> No newline at end of file
801 </property>
802 </widget> No newline at end of file
802 </widget>
803 </item> No newline at end of file
803 </item>
804 <item> No newline at end of file
804 <item>
805 <widget class="QLineEdit" name="txtBstatusB"> No newline at end of file
805 <widget class="QLineEdit" name="txtBstatusB">
806 <property name="readOnly"> No newline at end of file
806 <property name="readOnly">
807 <bool>true</bool> No newline at end of file
807 <bool>true</bool>
808 </property> No newline at end of file
808 </property>
809 </widget> No newline at end of file
809 </widget>
810 </item> No newline at end of file
810 </item>
811 <item> No newline at end of file
811 <item>
812 <widget class="QLineEdit" name="txtBdiscB"> No newline at end of file
812 <widget class="QLineEdit" name="txtBdiscB">
813 <property name="readOnly"> No newline at end of file
813 <property name="readOnly">
814 <bool>true</bool> No newline at end of file
814 <bool>true</bool>
815 </property> No newline at end of file
815 </property>
816 </widget> No newline at end of file
816 </widget>
817 </item> No newline at end of file
817 </item>
818 <item> No newline at end of file
818 <item>
819 <widget class="QLineEdit" name="txtBcopyB"> No newline at end of file
819 <widget class="QLineEdit" name="txtBcopyB">
820 <property name="readOnly"> No newline at end of file
820 <property name="readOnly">
821 <bool>true</bool> No newline at end of file
821 <bool>true</bool>
822 </property> No newline at end of file
822 </property>
823 </widget> No newline at end of file
823 </widget>
824 </item> No newline at end of file
824 </item>
825 </layout> No newline at end of file
825 </layout>
826 </item> No newline at end of file
826 </item>
827 <item> No newline at end of file
827 <item>
828 <layout class="QVBoxLayout" name="verticalLayout_24"> No newline at end of file
828 <layout class="QVBoxLayout" name="verticalLayout_24">
829 <item> No newline at end of file
829 <item>
830 <spacer name="horizontalSpacer_7"> No newline at end of file
830 <spacer name="horizontalSpacer_7">
831 <property name="orientation"> No newline at end of file
831 <property name="orientation">
832 <enum>Qt::Horizontal</enum> No newline at end of file
832 <enum>Qt::Horizontal</enum>
833 </property> No newline at end of file
833 </property>
834 <property name="sizeType"> No newline at end of file
834 <property name="sizeType">
835 <enum>QSizePolicy::Minimum</enum> No newline at end of file
835 <enum>QSizePolicy::Minimum</enum>
836 </property> No newline at end of file
836 </property>
837 <property name="sizeHint" stdset="0"> No newline at end of file
837 <property name="sizeHint" stdset="0">
838 <size> No newline at end of file
838 <size>
839 <width>40</width> No newline at end of file
839 <width>40</width>
840 <height>20</height> No newline at end of file
840 <height>20</height>
841 </size> No newline at end of file
841 </size>
842 </property> No newline at end of file
842 </property>
843 </spacer> No newline at end of file
843 </spacer>
844 </item> No newline at end of file
844 </item>
845 <item> No newline at end of file
845 <item>
846 <widget class="QLabel" name="lblDevC"> No newline at end of file
846 <widget class="QLabel" name="lblDevC">
847 <property name="text"> No newline at end of file
847 <property name="text">
848 <string>DEV C</string> No newline at end of file
848 <string>DEV C</string>
849 </property> No newline at end of file
849 </property>
850 <property name="alignment"> No newline at end of file
850 <property name="alignment">
851 <set>Qt::AlignCenter</set> No newline at end of file
851 <set>Qt::AlignCenter</set>
852 </property> No newline at end of file
852 </property>
853 </widget> No newline at end of file
853 </widget>
854 </item> No newline at end of file
854 </item>
855 <item> No newline at end of file
855 <item>
856 <widget class="QLineEdit" name="txtBstatusC"> No newline at end of file
856 <widget class="QLineEdit" name="txtBstatusC">
857 <property name="readOnly"> No newline at end of file
857 <property name="readOnly">
858 <bool>true</bool> No newline at end of file
858 <bool>true</bool>
859 </property> No newline at end of file
859 </property>
860 </widget> No newline at end of file
860 </widget>
861 </item> No newline at end of file
861 </item>
862 <item> No newline at end of file
862 <item>
863 <widget class="QLineEdit" name="txtBdiscC"> No newline at end of file
863 <widget class="QLineEdit" name="txtBdiscC">
864 <property name="readOnly"> No newline at end of file
864 <property name="readOnly">
865 <bool>true</bool> No newline at end of file
865 <bool>true</bool>
866 </property> No newline at end of file
866 </property>
867 </widget> No newline at end of file
867 </widget>
868 </item> No newline at end of file
868 </item>
869 <item> No newline at end of file
869 <item>
870 <widget class="QLineEdit" name="txtBcopyC"> No newline at end of file
870 <widget class="QLineEdit" name="txtBcopyC">
871 <property name="readOnly"> No newline at end of file
871 <property name="readOnly">
872 <bool>true</bool> No newline at end of file
872 <bool>true</bool>
873 </property> No newline at end of file
873 </property>
874 </widget> No newline at end of file
874 </widget>
875 </item> No newline at end of file
875 </item>
876 </layout> No newline at end of file
876 </layout>
877 </item> No newline at end of file
877 </item>
878 <item> No newline at end of file
878 <item>
879 <layout class="QVBoxLayout" name="verticalLayout_25"> No newline at end of file
879 <layout class="QVBoxLayout" name="verticalLayout_25">
880 <item> No newline at end of file
880 <item>
881 <spacer name="horizontalSpacer_8"> No newline at end of file
881 <spacer name="horizontalSpacer_8">
882 <property name="orientation"> No newline at end of file
882 <property name="orientation">
883 <enum>Qt::Horizontal</enum> No newline at end of file
883 <enum>Qt::Horizontal</enum>
884 </property> No newline at end of file
884 </property>
885 <property name="sizeType"> No newline at end of file
885 <property name="sizeType">
886 <enum>QSizePolicy::Minimum</enum> No newline at end of file
886 <enum>QSizePolicy::Minimum</enum>
887 </property> No newline at end of file
887 </property>
888 <property name="sizeHint" stdset="0"> No newline at end of file
888 <property name="sizeHint" stdset="0">
889 <size> No newline at end of file
889 <size>
890 <width>40</width> No newline at end of file
890 <width>40</width>
891 <height>20</height> No newline at end of file
891 <height>20</height>
892 </size> No newline at end of file
892 </size>
893 </property> No newline at end of file
893 </property>
894 </spacer> No newline at end of file
894 </spacer>
895 </item> No newline at end of file
895 </item>
896 <item> No newline at end of file
896 <item>
897 <widget class="QLabel" name="lblDevD"> No newline at end of file
897 <widget class="QLabel" name="lblDevD">
898 <property name="text"> No newline at end of file
898 <property name="text">
899 <string>DEV D</string> No newline at end of file
899 <string>DEV D</string>
900 </property> No newline at end of file
900 </property>
901 <property name="alignment"> No newline at end of file
901 <property name="alignment">
902 <set>Qt::AlignCenter</set> No newline at end of file
902 <set>Qt::AlignCenter</set>
903 </property> No newline at end of file
903 </property>
904 </widget> No newline at end of file
904 </widget>
905 </item> No newline at end of file
905 </item>
906 <item> No newline at end of file
906 <item>
907 <widget class="QLineEdit" name="txtBstatusD"> No newline at end of file
907 <widget class="QLineEdit" name="txtBstatusD">
908 <property name="readOnly"> No newline at end of file
908 <property name="readOnly">
909 <bool>true</bool> No newline at end of file
909 <bool>true</bool>
910 </property> No newline at end of file
910 </property>
911 </widget> No newline at end of file
911 </widget>
912 </item> No newline at end of file
912 </item>
913 <item> No newline at end of file
913 <item>
914 <widget class="QLineEdit" name="txtBdiscD"> No newline at end of file
914 <widget class="QLineEdit" name="txtBdiscD">
915 <property name="readOnly"> No newline at end of file
915 <property name="readOnly">
916 <bool>true</bool> No newline at end of file
916 <bool>true</bool>
917 </property> No newline at end of file
917 </property>
918 </widget> No newline at end of file
918 </widget>
919 </item> No newline at end of file
919 </item>
920 <item> No newline at end of file
920 <item>
921 <widget class="QLineEdit" name="txtBcopyD"> No newline at end of file
921 <widget class="QLineEdit" name="txtBcopyD">
922 <property name="readOnly"> No newline at end of file
922 <property name="readOnly">
923 <bool>true</bool> No newline at end of file
923 <bool>true</bool>
924 </property> No newline at end of file
924 </property>
925 </widget> No newline at end of file
925 </widget>
926 </item> No newline at end of file
926 </item>
927 </layout> No newline at end of file
927 </layout>
928 </item> No newline at end of file
928 </item>
929 </layout> No newline at end of file
929 </layout>
930 </item> No newline at end of file
930 </item>
931 <item> No newline at end of file
931 <item>
932 <spacer name="verticalSpacer"> No newline at end of file
932 <spacer name="verticalSpacer">
933 <property name="orientation"> No newline at end of file
933 <property name="orientation">
934 <enum>Qt::Vertical</enum> No newline at end of file
934 <enum>Qt::Vertical</enum>
935 </property> No newline at end of file
935 </property>
936 <property name="sizeType"> No newline at end of file
936 <property name="sizeType">
937 <enum>QSizePolicy::Fixed</enum> No newline at end of file
937 <enum>QSizePolicy::Fixed</enum>
938 </property> No newline at end of file
938 </property>
939 <property name="sizeHint" stdset="0"> No newline at end of file
939 <property name="sizeHint" stdset="0">
940 <size> No newline at end of file
940 <size>
941 <width>20</width> No newline at end of file
941 <width>20</width>
942 <height>20</height> No newline at end of file
942 <height>20</height>
943 </size> No newline at end of file
943 </size>
944 </property> No newline at end of file
944 </property>
945 </spacer> No newline at end of file
945 </spacer>
946 </item> No newline at end of file
946 </item>
947 <item> No newline at end of file
947 <item>
948 <layout class="QHBoxLayout" name="horizontalLayout_16"> No newline at end of file
948 <layout class="QHBoxLayout" name="horizontalLayout_16">
949 <item> No newline at end of file
949 <item>
950 <widget class="QLabel" name="label"> No newline at end of file
950 <widget class="QLabel" name="label">
951 <property name="text"> No newline at end of file
951 <property name="text">
952 <string>CHECK</string> No newline at end of file
952 <string>CHECK</string>
953 </property> No newline at end of file
953 </property>
954 </widget> No newline at end of file
954 </widget>
955 </item> No newline at end of file
955 </item>
956 <item> No newline at end of file
956 <item>
957 <spacer name="horizontalSpacer_14"> No newline at end of file
957 <spacer name="horizontalSpacer_14">
958 <property name="orientation"> No newline at end of file
958 <property name="orientation">
959 <enum>Qt::Horizontal</enum> No newline at end of file
959 <enum>Qt::Horizontal</enum>
960 </property> No newline at end of file
960 </property>
961 <property name="sizeHint" stdset="0"> No newline at end of file
961 <property name="sizeHint" stdset="0">
962 <size> No newline at end of file
962 <size>
963 <width>40</width> No newline at end of file
963 <width>40</width>
964 <height>20</height> No newline at end of file
964 <height>20</height>
965 </size> No newline at end of file
965 </size>
966 </property> No newline at end of file
966 </property>
967 </spacer> No newline at end of file
967 </spacer>
968 </item> No newline at end of file
968 </item>
969 </layout> No newline at end of file
969 </layout>
970 </item> No newline at end of file
970 </item>
971 <item> No newline at end of file
971 <item>
972 <layout class="QHBoxLayout" name="horizontalLayout_17"> No newline at end of file
972 <layout class="QHBoxLayout" name="horizontalLayout_17">
973 <item> No newline at end of file
973 <item>
974 <spacer name="horizontalSpacer_13"> No newline at end of file
974 <spacer name="horizontalSpacer_13">
975 <property name="orientation"> No newline at end of file
975 <property name="orientation">
976 <enum>Qt::Horizontal</enum> No newline at end of file
976 <enum>Qt::Horizontal</enum>
977 </property> No newline at end of file
977 </property>
978 <property name="sizeType"> No newline at end of file
978 <property name="sizeType">
979 <enum>QSizePolicy::Fixed</enum> No newline at end of file
979 <enum>QSizePolicy::Fixed</enum>
980 </property> No newline at end of file
980 </property>
981 <property name="sizeHint" stdset="0"> No newline at end of file
981 <property name="sizeHint" stdset="0">
982 <size> No newline at end of file
982 <size>
983 <width>50</width> No newline at end of file
983 <width>50</width>
984 <height>20</height> No newline at end of file
984 <height>20</height>
985 </size> No newline at end of file
985 </size>
986 </property> No newline at end of file
986 </property>
987 </spacer> No newline at end of file
987 </spacer>
988 </item> No newline at end of file
988 </item>
989 <item> No newline at end of file
989 <item>
990 <widget class="QLineEdit" name="txtTDpath"> No newline at end of file
990 <widget class="QLineEdit" name="txtTDpath">
991 <property name="enabled"> No newline at end of file
991 <property name="enabled">
992 <bool>false</bool> No newline at end of file
992 <bool>false</bool>
993 </property> No newline at end of file
993 </property>
994 </widget> No newline at end of file
994 </widget>
995 </item> No newline at end of file
995 </item>
996 <item> No newline at end of file
996 <item>
997 <widget class="QPushButton" name="btnTDpath"> No newline at end of file
997 <widget class="QPushButton" name="btnTDpath">
998 <property name="enabled"> No newline at end of file
998 <property name="enabled">
999 <bool>false</bool> No newline at end of file
999 <bool>false</bool>
1000 </property> No newline at end of file
1000 </property>
1001 <property name="text"> No newline at end of file
1001 <property name="text">
1002 <string>Temp Data Path</string> No newline at end of file
1002 <string>Temp Data Path</string>
1003 </property> No newline at end of file
1003 </property>
1004 </widget> No newline at end of file
1004 </widget>
1005 </item> No newline at end of file
1005 </item>
1006 </layout> No newline at end of file
1006 </layout>
1007 </item> No newline at end of file
1007 </item>
1008 <item> No newline at end of file
1008 <item>
1009 <layout class="QHBoxLayout" name="horizontalLayout_19"> No newline at end of file
1009 <layout class="QHBoxLayout" name="horizontalLayout_19">
1010 <item> No newline at end of file
1010 <item>
1011 <layout class="QVBoxLayout" name="verticalLayout_26"> No newline at end of file
1011 <layout class="QVBoxLayout" name="verticalLayout_26">
1012 <item> No newline at end of file
1012 <item>
1013 <spacer name="horizontalSpacer_10"> No newline at end of file
1013 <spacer name="horizontalSpacer_10">
1014 <property name="orientation"> No newline at end of file
1014 <property name="orientation">
1015 <enum>Qt::Horizontal</enum> No newline at end of file
1015 <enum>Qt::Horizontal</enum>
1016 </property> No newline at end of file
1016 </property>
1017 <property name="sizeType"> No newline at end of file
1017 <property name="sizeType">
1018 <enum>QSizePolicy::Minimum</enum> No newline at end of file
1018 <enum>QSizePolicy::Minimum</enum>
1019 </property> No newline at end of file
1019 </property>
1020 <property name="sizeHint" stdset="0"> No newline at end of file
1020 <property name="sizeHint" stdset="0">
1021 <size> No newline at end of file
1021 <size>
1022 <width>40</width> No newline at end of file
1022 <width>40</width>
1023 <height>20</height> No newline at end of file
1023 <height>20</height>
1024 </size> No newline at end of file
1024 </size>
1025 </property> No newline at end of file
1025 </property>
1026 </spacer> No newline at end of file
1026 </spacer>
1027 </item> No newline at end of file
1027 </item>
1028 <item> No newline at end of file
1028 <item>
1029 <widget class="QLabel" name="lblSTATUS_2"> No newline at end of file
1029 <widget class="QLabel" name="lblSTATUS_2">
1030 <property name="sizePolicy"> No newline at end of file
1030 <property name="sizePolicy">
1031 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> No newline at end of file
1031 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1032 <horstretch>0</horstretch> No newline at end of file
1032 <horstretch>0</horstretch>
1033 <verstretch>0</verstretch> No newline at end of file
1033 <verstretch>0</verstretch>
1034 </sizepolicy> No newline at end of file
1034 </sizepolicy>
1035 </property> No newline at end of file
1035 </property>
1036 <property name="text"> No newline at end of file
1036 <property name="text">
1037 <string>STATUS</string> No newline at end of file
1037 <string>STATUS</string>
1038 </property> No newline at end of file
1038 </property>
1039 </widget> No newline at end of file
1039 </widget>
1040 </item> No newline at end of file
1040 </item>
1041 </layout> No newline at end of file
1041 </layout>
1042 </item> No newline at end of file
1042 </item>
1043 <item> No newline at end of file
1043 <item>
1044 <layout class="QVBoxLayout" name="verticalLayout_27"> No newline at end of file
1044 <layout class="QVBoxLayout" name="verticalLayout_27">
1045 <item> No newline at end of file
1045 <item>
1046 <widget class="QLabel" name="lblDevA_2"> No newline at end of file
1046 <widget class="QLabel" name="lblDevA_2">
1047 <property name="text"> No newline at end of file
1047 <property name="text">
1048 <string>DEV A</string> No newline at end of file
1048 <string>DEV A</string>
1049 </property> No newline at end of file
1049 </property>
1050 <property name="alignment"> No newline at end of file
1050 <property name="alignment">
1051 <set>Qt::AlignCenter</set> No newline at end of file
1051 <set>Qt::AlignCenter</set>
1052 </property> No newline at end of file
1052 </property>
1053 </widget> No newline at end of file
1053 </widget>
1054 </item> No newline at end of file
1054 </item>
1055 <item> No newline at end of file
1055 <item>
1056 <widget class="QLineEdit" name="txtCHstatusA"> No newline at end of file
1056 <widget class="QLineEdit" name="txtCHstatusA">
1057 <property name="readOnly"> No newline at end of file
1057 <property name="readOnly">
1058 <bool>true</bool> No newline at end of file
1058 <bool>true</bool>
1059 </property> No newline at end of file
1059 </property>
1060 </widget> No newline at end of file
1060 </widget>
1061 </item> No newline at end of file
1061 </item>
1062 </layout> No newline at end of file
1062 </layout>
1063 </item> No newline at end of file
1063 </item>
1064 <item> No newline at end of file
1064 <item>
1065 <layout class="QVBoxLayout" name="verticalLayout_28"> No newline at end of file
1065 <layout class="QVBoxLayout" name="verticalLayout_28">
1066 <item> No newline at end of file
1066 <item>
1067 <widget class="QLabel" name="lblDevB_2"> No newline at end of file
1067 <widget class="QLabel" name="lblDevB_2">
1068 <property name="text"> No newline at end of file
1068 <property name="text">
1069 <string>DEV B</string> No newline at end of file
1069 <string>DEV B</string>
1070 </property> No newline at end of file
1070 </property>
1071 <property name="alignment"> No newline at end of file
1071 <property name="alignment">
1072 <set>Qt::AlignCenter</set> No newline at end of file
1072 <set>Qt::AlignCenter</set>
1073 </property> No newline at end of file
1073 </property>
1074 </widget> No newline at end of file
1074 </widget>
1075 </item> No newline at end of file
1075 </item>
1076 <item> No newline at end of file
1076 <item>
1077 <widget class="QLineEdit" name="txtCHstatusB"> No newline at end of file
1077 <widget class="QLineEdit" name="txtCHstatusB">
1078 <property name="readOnly"> No newline at end of file
1078 <property name="readOnly">
1079 <bool>true</bool> No newline at end of file
1079 <bool>true</bool>
1080 </property> No newline at end of file
1080 </property>
1081 </widget> No newline at end of file
1081 </widget>
1082 </item> No newline at end of file
1082 </item>
1083 </layout> No newline at end of file
1083 </layout>
1084 </item> No newline at end of file
1084 </item>
1085 <item> No newline at end of file
1085 <item>
1086 <layout class="QVBoxLayout" name="verticalLayout_29"> No newline at end of file
1086 <layout class="QVBoxLayout" name="verticalLayout_29">
1087 <item> No newline at end of file
1087 <item>
1088 <widget class="QLabel" name="lblDevC_2"> No newline at end of file
1088 <widget class="QLabel" name="lblDevC_2">
1089 <property name="text"> No newline at end of file
1089 <property name="text">
1090 <string>DEV C</string> No newline at end of file
1090 <string>DEV C</string>
1091 </property> No newline at end of file
1091 </property>
1092 <property name="alignment"> No newline at end of file
1092 <property name="alignment">
1093 <set>Qt::AlignCenter</set> No newline at end of file
1093 <set>Qt::AlignCenter</set>
1094 </property> No newline at end of file
1094 </property>
1095 </widget> No newline at end of file
1095 </widget>
1096 </item> No newline at end of file
1096 </item>
1097 <item> No newline at end of file
1097 <item>
1098 <widget class="QLineEdit" name="txtCHstatusC"> No newline at end of file
1098 <widget class="QLineEdit" name="txtCHstatusC">
1099 <property name="readOnly"> No newline at end of file
1099 <property name="readOnly">
1100 <bool>true</bool> No newline at end of file
1100 <bool>true</bool>
1101 </property> No newline at end of file
1101 </property>
1102 </widget> No newline at end of file
1102 </widget>
1103 </item> No newline at end of file
1103 </item>
1104 </layout> No newline at end of file
1104 </layout>
1105 </item> No newline at end of file
1105 </item>
1106 <item> No newline at end of file
1106 <item>
1107 <layout class="QVBoxLayout" name="verticalLayout_30"> No newline at end of file
1107 <layout class="QVBoxLayout" name="verticalLayout_30">
1108 <item> No newline at end of file
1108 <item>
1109 <widget class="QLabel" name="lblDevD_2"> No newline at end of file
1109 <widget class="QLabel" name="lblDevD_2">
1110 <property name="text"> No newline at end of file
1110 <property name="text">
1111 <string>DEV D</string> No newline at end of file
1111 <string>DEV D</string>
1112 </property> No newline at end of file
1112 </property>
1113 <property name="alignment"> No newline at end of file
1113 <property name="alignment">
1114 <set>Qt::AlignCenter</set> No newline at end of file
1114 <set>Qt::AlignCenter</set>
1115 </property> No newline at end of file
1115 </property>
1116 </widget> No newline at end of file
1116 </widget>
1117 </item> No newline at end of file
1117 </item>
1118 <item> No newline at end of file
1118 <item>
1119 <widget class="QLineEdit" name="txtCHstatusD"> No newline at end of file
1119 <widget class="QLineEdit" name="txtCHstatusD">
1120 <property name="readOnly"> No newline at end of file
1120 <property name="readOnly">
1121 <bool>true</bool> No newline at end of file
1121 <bool>true</bool>
1122 </property> No newline at end of file
1122 </property>
1123 </widget> No newline at end of file
1123 </widget>
1124 </item> No newline at end of file
1124 </item>
1125 </layout> No newline at end of file
1125 </layout>
1126 </item> No newline at end of file
1126 </item>
1127 </layout> No newline at end of file
1127 </layout>
1128 </item> No newline at end of file
1128 </item>
1129 <item> No newline at end of file
1129 <item>
1130 <layout class="QHBoxLayout" name="horizontalLayout_20"> No newline at end of file
1130 <layout class="QHBoxLayout" name="horizontalLayout_20">
1131 <item> No newline at end of file
1131 <item>
1132 <spacer name="horizontalSpacer_12"> No newline at end of file
1132 <spacer name="horizontalSpacer_12">
1133 <property name="orientation"> No newline at end of file
1133 <property name="orientation">
1134 <enum>Qt::Horizontal</enum> No newline at end of file
1134 <enum>Qt::Horizontal</enum>
1135 </property> No newline at end of file
1135 </property>
1136 <property name="sizeType"> No newline at end of file
1136 <property name="sizeType">
1137 <enum>QSizePolicy::Minimum</enum> No newline at end of file
1137 <enum>QSizePolicy::Minimum</enum>
1138 </property> No newline at end of file
1138 </property>
1139 <property name="sizeHint" stdset="0"> No newline at end of file
1139 <property name="sizeHint" stdset="0">
1140 <size> No newline at end of file
1140 <size>
1141 <width>50</width> No newline at end of file
1141 <width>50</width>
1142 <height>20</height> No newline at end of file
1142 <height>20</height>
1143 </size> No newline at end of file
1143 </size>
1144 </property> No newline at end of file
1144 </property>
1145 </spacer> No newline at end of file
1145 </spacer>
1146 </item> No newline at end of file
1146 </item>
1147 <item> No newline at end of file
1147 <item>
1148 <widget class="QCheckBox" name="chkCheck"> No newline at end of file
1148 <widget class="QCheckBox" name="chkCheck">
1149 <property name="enabled"> No newline at end of file
1149 <property name="enabled">
1150 <bool>true</bool> No newline at end of file
1150 <bool>true</bool>
1151 </property> No newline at end of file
1151 </property>
1152 <property name="text"> No newline at end of file
1152 <property name="text">
1153 <string>MANUAL</string> No newline at end of file
1153 <string>MANUAL</string>
1154 </property> No newline at end of file
1154 </property>
1155 </widget> No newline at end of file
1155 </widget>
1156 </item> No newline at end of file
1156 </item>
1157 <item> No newline at end of file
1157 <item>
1158 <spacer name="horizontalSpacer_15"> No newline at end of file
1158 <spacer name="horizontalSpacer_15">
1159 <property name="orientation"> No newline at end of file
1159 <property name="orientation">
1160 <enum>Qt::Horizontal</enum> No newline at end of file
1160 <enum>Qt::Horizontal</enum>
1161 </property> No newline at end of file
1161 </property>
1162 <property name="sizeHint" stdset="0"> No newline at end of file
1162 <property name="sizeHint" stdset="0">
1163 <size> No newline at end of file
1163 <size>
1164 <width>40</width> No newline at end of file
1164 <width>40</width>
1165 <height>20</height> No newline at end of file
1165 <height>20</height>
1166 </size> No newline at end of file
1166 </size>
1167 </property> No newline at end of file
1167 </property>
1168 </spacer> No newline at end of file
1168 </spacer>
1169 </item> No newline at end of file
1169 </item>
1170 <item> No newline at end of file
1170 <item>
1171 <widget class="QPushButton" name="btnCHstart"> No newline at end of file
1171 <widget class="QPushButton" name="btnCHstart">
1172 <property name="enabled"> No newline at end of file
1172 <property name="enabled">
1173 <bool>false</bool> No newline at end of file
1173 <bool>false</bool>
1174 </property> No newline at end of file
1174 </property>
1175 <property name="text"> No newline at end of file
1175 <property name="text">
1176 <string>START</string> No newline at end of file
1176 <string>START</string>
1177 </property> No newline at end of file
1177 </property>
1178 </widget> No newline at end of file
1178 </widget>
1179 </item> No newline at end of file
1179 </item>
1180 </layout> No newline at end of file
1180 </layout>
1181 </item> No newline at end of file
1181 </item>
1182 <item> No newline at end of file
1182 <item>
1183 <widget class="QWidget" name="widget_2" native="true"> No newline at end of file
1183 <widget class="QWidget" name="widget_2" native="true">
1184 <property name="sizePolicy"> No newline at end of file
1184 <property name="sizePolicy">
1185 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> No newline at end of file
1185 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1186 <horstretch>0</horstretch> No newline at end of file
1186 <horstretch>0</horstretch>
1187 <verstretch>0</verstretch> No newline at end of file
1187 <verstretch>0</verstretch>
1188 </sizepolicy> No newline at end of file
1188 </sizepolicy>
1189 </property> No newline at end of file
1189 </property>
1190 <property name="maximumSize"> No newline at end of file
1190 <property name="maximumSize">
1191 <size> No newline at end of file
1191 <size>
1192 <width>500</width> No newline at end of file
1192 <width>500</width>
1193 <height>16777215</height> No newline at end of file
1193 <height>16777215</height>
1194 </size> No newline at end of file
1194 </size>
1195 </property> No newline at end of file
1195 </property>
1196 <layout class="QGridLayout" name="gridLayout_2"/> No newline at end of file
1196 <layout class="QGridLayout" name="gridLayout_2"/>
1197 </widget> No newline at end of file
1197 </widget>
1198 </item> No newline at end of file
1198 </item>
1199 </layout> No newline at end of file
1199 </layout>
1200 </widget> No newline at end of file
1200 </widget>
1201 </widget> No newline at end of file
1201 </widget>
1202 </item> No newline at end of file
1202 </item>
1203 <item> No newline at end of file
1203 <item>
1204 <widget class="QTextEdit" name="txtInfo"> No newline at end of file
1204 <widget class="QTextEdit" name="txtInfo">
1205 <property name="readOnly"> No newline at end of file
1205 <property name="readOnly">
1206 <bool>true</bool> No newline at end of file
1206 <bool>true</bool>
1207 </property> No newline at end of file
1207 </property>
1208 </widget> No newline at end of file
1208 </widget>
1209 </item> No newline at end of file
1209 </item>
1210 <item> No newline at end of file
1210 <item>
1211 <layout class="QHBoxLayout" name="horizontalLayout_2"> No newline at end of file
1211 <layout class="QHBoxLayout" name="horizontalLayout_2">
1212 <property name="sizeConstraint"> No newline at end of file
1212 <property name="sizeConstraint">
1213 <enum>QLayout::SetDefaultConstraint</enum> No newline at end of file
1213 <enum>QLayout::SetDefaultConstraint</enum>
1214 </property> No newline at end of file
1214 </property>
1215 <item> No newline at end of file
1215 <item>
1216 <widget class="QPushButton" name="btnGbkp"> No newline at end of file
1216 <widget class="QPushButton" name="btnGbkp">
1217 <property name="enabled"> No newline at end of file
1217 <property name="enabled">
1218 <bool>false</bool> No newline at end of file
1218 <bool>false</bool>
1219 </property> No newline at end of file
1219 </property>
1220 <property name="text"> No newline at end of file
1220 <property name="text">
1221 <string>Generate Bkp</string> No newline at end of file
1221 <string>Generate Bkp</string>
1222 </property> No newline at end of file
1222 </property>
1223 </widget> No newline at end of file
1223 </widget>
1224 </item> No newline at end of file
1224 </item>
1225 <item> No newline at end of file
1225 <item>
1226 <widget class="QPushButton" name="btnRestart"> No newline at end of file
1226 <widget class="QPushButton" name="btnRestart">
1227 <property name="enabled"> No newline at end of file
1227 <property name="enabled">
1228 <bool>false</bool> No newline at end of file
1228 <bool>false</bool>
1229 </property> No newline at end of file
1229 </property>
1230 <property name="text"> No newline at end of file
1230 <property name="text">
1231 <string>Restart</string> No newline at end of file
1231 <string>Restart</string>
1232 </property> No newline at end of file
1232 </property>
1233 </widget> No newline at end of file
1233 </widget>
1234 </item> No newline at end of file
1234 </item>
1235 <item> No newline at end of file
1235 <item>
1236 <widget class="QPushButton" name="btnStartburn"> No newline at end of file
1236 <widget class="QPushButton" name="btnStartburn">
1237 <property name="enabled"> No newline at end of file
1237 <property name="enabled">
1238 <bool>false</bool> No newline at end of file
1238 <bool>false</bool>
1239 </property> No newline at end of file
1239 </property>
1240 <property name="text"> No newline at end of file
1240 <property name="text">
1241 <string>Start Burn</string> No newline at end of file
1241 <string>Start Burn</string>
1242 </property> No newline at end of file
1242 </property>
1243 </widget> No newline at end of file
1243 </widget>
1244 </item> No newline at end of file
1244 </item>
1245 <item> No newline at end of file
1245 <item>
1246 <widget class="QPushButton" name="btnStopburn"> No newline at end of file
1246 <widget class="QPushButton" name="btnStopburn">
1247 <property name="enabled"> No newline at end of file
1247 <property name="enabled">
1248 <bool>false</bool> No newline at end of file
1248 <bool>false</bool>
1249 </property> No newline at end of file
1249 </property>
1250 <property name="text"> No newline at end of file
1250 <property name="text">
1251 <string>Stop Burn</string> No newline at end of file
1251 <string>Stop Burn</string>
1252 </property> No newline at end of file
1252 </property>
1253 </widget> No newline at end of file
1253 </widget>
1254 </item> No newline at end of file
1254 </item>
1255 </layout> No newline at end of file
1255 </layout>
1256 </item> No newline at end of file
1256 </item>
1257 </layout> No newline at end of file
1257 </layout>
1258 </widget> No newline at end of file
1258 </widget>
1259 <widget class="QMenuBar" name="menubar"> No newline at end of file
1259 <widget class="QMenuBar" name="menubar">
1260 <property name="geometry"> No newline at end of file
1260 <property name="geometry">
1261 <rect> No newline at end of file
1261 <rect>
1262 <x>0</x> No newline at end of file
1262 <x>0</x>
1263 <y>0</y>
1263 <y>0</y>
No newline at end of file
1264 <width>824</width>
1264 <width>613</width>
No newline at end of file
No newline at end of file
1265 <height>25</height> No newline at end of file
1265 <height>21</height> No newline at end of file
1266 </rect> No newline at end of file
1266 </rect>
1267 </property> No newline at end of file
1267 </property>
1268 <widget class="QMenu" name="menuFile"> No newline at end of file
1268 <widget class="QMenu" name="menuFile">
1269 <property name="title"> No newline at end of file
1269 <property name="title">
1270 <string>File</string> No newline at end of file
1270 <string>File</string>
1271 </property> No newline at end of file
1271 </property>
1272 <addaction name="actionQuit"/> No newline at end of file
1272 <addaction name="actionQuit"/>
1273 </widget> No newline at end of file
1273 </widget>
1274 <widget class="QMenu" name="menuHelp"> No newline at end of file
1274 <widget class="QMenu" name="menuHelp">
1275 <property name="title"> No newline at end of file
1275 <property name="title">
1276 <string>Help</string> No newline at end of file
1276 <string>Help</string>
1277 </property> No newline at end of file
1277 </property>
1278 <addaction name="actionAbout"/> No newline at end of file
1278 <addaction name="actionAbout"/>
1279 </widget> No newline at end of file
1279 </widget>
1280 <widget class="QMenu" name="menuParameters"> No newline at end of file
1280 <widget class="QMenu" name="menuParameters">
1281 <property name="title"> No newline at end of file
1281 <property name="title">
1282 <string>Parameters</string> No newline at end of file
1282 <string>Parameters</string>
1283 </property> No newline at end of file
1283 </property>
1284 <addaction name="actionChange_Parameters"/> No newline at end of file
1284 <addaction name="actionChange_Parameters"/>
1285 </widget> No newline at end of file
1285 </widget>
1286 <addaction name="menuFile"/> No newline at end of file
1286 <addaction name="menuFile"/>
1287 <addaction name="menuParameters"/> No newline at end of file
1287 <addaction name="menuParameters"/>
1288 <addaction name="menuHelp"/> No newline at end of file
1288 <addaction name="menuHelp"/>
1289 </widget> No newline at end of file
1289 </widget>
1290 <widget class="QStatusBar" name="statusbar"/> No newline at end of file
1290 <widget class="QStatusBar" name="statusbar"/>
1291 <action name="actionChange_Parameters"> No newline at end of file
1291 <action name="actionChange_Parameters">
1292 <property name="enabled"> No newline at end of file
1292 <property name="enabled">
1293 <bool>false</bool> No newline at end of file
1293 <bool>false</bool>
1294 </property> No newline at end of file
1294 </property>
1295 <property name="text"> No newline at end of file
1295 <property name="text">
1296 <string>Change Parameters</string> No newline at end of file
1296 <string>Change Parameters</string>
1297 </property> No newline at end of file
1297 </property>
1298 </action> No newline at end of file
1298 </action>
1299 <action name="actionQuit"> No newline at end of file
1299 <action name="actionQuit">
1300 <property name="text"> No newline at end of file
1300 <property name="text">
1301 <string>Quit</string> No newline at end of file
1301 <string>Quit</string>
1302 </property> No newline at end of file
1302 </property>
1303 </action> No newline at end of file
1303 </action>
1304 <action name="actionAbout"> No newline at end of file
1304 <action name="actionAbout">
1305 <property name="text"> No newline at end of file
1305 <property name="text">
1306 <string>About</string> No newline at end of file
1306 <string>About</string>
1307 </property> No newline at end of file
1307 </property>
1308 </action> No newline at end of file
1308 </action>
1309 </widget> No newline at end of file
1309 </widget>
1310 <tabstops> No newline at end of file
1310 <tabstops>
1311 <tabstop>txtDpath</tabstop> No newline at end of file
1311 <tabstop>txtDpath</tabstop>
1312 <tabstop>btnDpath</tabstop> No newline at end of file
1312 <tabstop>btnDpath</tabstop>
1313 <tabstop>txtRpath</tabstop> No newline at end of file
1313 <tabstop>txtRpath</tabstop>
1314 <tabstop>btnRpath</tabstop> No newline at end of file
1314 <tabstop>btnRpath</tabstop>
1315 <tabstop>lstDtype</tabstop> No newline at end of file
1315 <tabstop>lstDtype</tabstop>
1316 <tabstop>txtDtype</tabstop> No newline at end of file
1316 <tabstop>txtDtype</tabstop>
1317 <tabstop>txtElabel</tabstop> No newline at end of file
1317 <tabstop>txtElabel</tabstop>
1318 <tabstop>lstStartDay</tabstop> No newline at end of file
1318 <tabstop>lstStartDay</tabstop>
1319 <tabstop>lstStopDay</tabstop> No newline at end of file
1319 <tabstop>lstStopDay</tabstop>
1320 <tabstop>lstDcapacity</tabstop> No newline at end of file
1320 <tabstop>lstDcapacity</tabstop>
1321 <tabstop>tabWidget</tabstop> No newline at end of file
1321 <tabstop>tabWidget</tabstop>
1322 <tabstop>btnGbkp</tabstop> No newline at end of file
1322 <tabstop>btnGbkp</tabstop>
1323 <tabstop>btnRestart</tabstop> No newline at end of file
1323 <tabstop>btnRestart</tabstop>
1324 <tabstop>btnStartburn</tabstop> No newline at end of file
1324 <tabstop>btnStartburn</tabstop>
1325 <tabstop>btnStopburn</tabstop> No newline at end of file
1325 <tabstop>btnStopburn</tabstop>
1326 </tabstops> No newline at end of file
1326 </tabstops>
1327 <resources/> No newline at end of file
1327 <resources/>
1328 <connections> No newline at end of file
1328 <connections>
1329 <connection> No newline at end of file
1329 <connection>
1330 <sender>actionQuit</sender> No newline at end of file
1330 <sender>actionQuit</sender>
1331 <signal>triggered()</signal> No newline at end of file
1331 <signal>triggered()</signal>
1332 <receiver>MainWindow</receiver> No newline at end of file
1332 <receiver>MainWindow</receiver>
1333 <slot>close()</slot> No newline at end of file
1333 <slot>close()</slot>
1334 <hints> No newline at end of file
1334 <hints>
1335 <hint type="sourcelabel"> No newline at end of file
1335 <hint type="sourcelabel">
1336 <x>-1</x> No newline at end of file
1336 <x>-1</x>
1337 <y>-1</y> No newline at end of file
1337 <y>-1</y>
1338 </hint> No newline at end of file
1338 </hint>
1339 <hint type="destinationlabel"> No newline at end of file
1339 <hint type="destinationlabel">
1340 <x>306</x> No newline at end of file
1340 <x>306</x>
1341 <y>358</y> No newline at end of file
1341 <y>358</y>
1342 </hint> No newline at end of file
1342 </hint>
1343 </hints> No newline at end of file
1343 </hints>
1344 </connection> No newline at end of file
1344 </connection>
1345 <connection> No newline at end of file
1345 <connection>
1346 <sender>chkCheck</sender> No newline at end of file
1346 <sender>chkCheck</sender>
1347 <signal>toggled(bool)</signal> No newline at end of file
1347 <signal>toggled(bool)</signal>
1348 <receiver>txtTDpath</receiver> No newline at end of file
1348 <receiver>txtTDpath</receiver>
1349 <slot>setEnabled(bool)</slot> No newline at end of file
1349 <slot>setEnabled(bool)</slot>
1350 <hints> No newline at end of file
1350 <hints>
1351 <hint type="sourcelabel">
1351 <hint type="sourcelabel">
No newline at end of file
1352 <x>160</x>
1352 <x>121</x>
No newline at end of file
No newline at end of file
1353 <y>378</y> No newline at end of file
1353 <y>333</y> No newline at end of file
1354 </hint> No newline at end of file
1354 </hint>
1355 <hint type="destinationlabel">
1355 <hint type="destinationlabel">
No newline at end of file
1356 <x>231</x>
1356 <x>163</x>
No newline at end of file
No newline at end of file
1357 <y>306</y> No newline at end of file
1357 <y>265</y> No newline at end of file
1358 </hint> No newline at end of file
1358 </hint>
1359 </hints> No newline at end of file
1359 </hints>
1360 </connection> No newline at end of file
1360 </connection>
1361 <connection> No newline at end of file
1361 <connection>
1362 <sender>chkCheck</sender> No newline at end of file
1362 <sender>chkCheck</sender>
1363 <signal>toggled(bool)</signal> No newline at end of file
1363 <signal>toggled(bool)</signal>
1364 <receiver>btnTDpath</receiver> No newline at end of file
1364 <receiver>btnTDpath</receiver>
1365 <slot>setEnabled(bool)</slot> No newline at end of file
1365 <slot>setEnabled(bool)</slot>
1366 <hints> No newline at end of file
1366 <hints>
1367 <hint type="sourcelabel">
1367 <hint type="sourcelabel">
No newline at end of file
1368 <x>160</x>
1368 <x>137</x>
No newline at end of file
No newline at end of file
1369 <y>387</y> No newline at end of file
1369 <y>345</y> No newline at end of file
1370 </hint> No newline at end of file
1370 </hint>
1371 <hint type="destinationlabel">
1371 <hint type="destinationlabel">
No newline at end of file
1372 <x>802</x>
1372 <x>521</x>
No newline at end of file
No newline at end of file
1373 <y>305</y> No newline at end of file
1373 <y>256</y> No newline at end of file
1374 </hint> No newline at end of file
1374 </hint>
1375 </hints> No newline at end of file
1375 </hints>
1376 </connection> No newline at end of file
1376 </connection>
1377 <connection> No newline at end of file
1377 <connection>
1378 <sender>chkCheck</sender> No newline at end of file
1378 <sender>chkCheck</sender>
1379 <signal>toggled(bool)</signal> No newline at end of file
1379 <signal>toggled(bool)</signal>
1380 <receiver>btnCHstart</receiver> No newline at end of file
1380 <receiver>btnCHstart</receiver>
1381 <slot>setEnabled(bool)</slot> No newline at end of file
1381 <slot>setEnabled(bool)</slot>
1382 <hints> No newline at end of file
1382 <hints>
1383 <hint type="sourcelabel">
1383 <hint type="sourcelabel">
No newline at end of file
1384 <x>160</x>
1384 <x>111</x>
No newline at end of file
No newline at end of file
1385 <y>383</y> No newline at end of file
1385 <y>341</y> No newline at end of file
1386 </hint> No newline at end of file
1386 </hint>
1387 <hint type="destinationlabel">
1387 <hint type="destinationlabel">
No newline at end of file
1388 <x>802</x>
1388 <x>599</x>
No newline at end of file
No newline at end of file
1389 <y>389</y> No newline at end of file
1389 <y>349</y> No newline at end of file
1390 </hint> No newline at end of file
1390 </hint>
1391 </hints> No newline at end of file
1391 </hints>
1392 </connection> No newline at end of file
1392 </connection>
1393 <connection> No newline at end of file
1393 <connection>
1394 <sender>chkDevD</sender> No newline at end of file
1394 <sender>chkDevD</sender>
1395 <signal>toggled(bool)</signal> No newline at end of file
1395 <signal>toggled(bool)</signal>
1396 <receiver>grpDevD</receiver> No newline at end of file
1396 <receiver>grpDevD</receiver>
1397 <slot>setEnabled(bool)</slot> No newline at end of file
1397 <slot>setEnabled(bool)</slot>
1398 <hints> No newline at end of file
1398 <hints>
1399 <hint type="sourcelabel">
1399 <hint type="sourcelabel">
No newline at end of file
1400 <x>701</x>
1400 <x>519</x>
No newline at end of file
No newline at end of file
1401 <y>98</y> No newline at end of file
1401 <y>79</y> No newline at end of file
1402 </hint> No newline at end of file
1402 </hint>
1403 <hint type="destinationlabel">
1403 <hint type="destinationlabel">
No newline at end of file
1404 <x>701</x>
1404 <x>519</x>
No newline at end of file
No newline at end of file
1405 <y>251</y> No newline at end of file
1405 <y>202</y> No newline at end of file
1406 </hint> No newline at end of file
1406 </hint>
1407 </hints> No newline at end of file
1407 </hints>
1408 </connection> No newline at end of file
1408 </connection>
1409 <connection> No newline at end of file
1409 <connection>
1410 <sender>chkDevB</sender> No newline at end of file
1410 <sender>chkDevB</sender>
1411 <signal>toggled(bool)</signal> No newline at end of file
1411 <signal>toggled(bool)</signal>
1412 <receiver>grpDevB</receiver> No newline at end of file
1412 <receiver>grpDevB</receiver>
1413 <slot>setEnabled(bool)</slot> No newline at end of file
1413 <slot>setEnabled(bool)</slot>
1414 <hints> No newline at end of file
1414 <hints>
1415 <hint type="sourcelabel"> No newline at end of file
1415 <hint type="sourcelabel">
1416 <x>263</x> No newline at end of file
1416 <x>263</x>
1417 <y>79</y> No newline at end of file
1417 <y>79</y>
1418 </hint> No newline at end of file
1418 </hint>
1419 <hint type="destinationlabel"> No newline at end of file
1419 <hint type="destinationlabel">
1420 <x>251</x> No newline at end of file
1420 <x>251</x>
1421 <y>167</y> No newline at end of file
1421 <y>167</y>
1422 </hint> No newline at end of file
1422 </hint>
1423 </hints> No newline at end of file
1423 </hints>
1424 </connection> No newline at end of file
1424 </connection>
1425 <connection> No newline at end of file
1425 <connection>
1426 <sender>chkDevC</sender> No newline at end of file
1426 <sender>chkDevC</sender>
1427 <signal>toggled(bool)</signal> No newline at end of file
1427 <signal>toggled(bool)</signal>
1428 <receiver>grpDevC</receiver> No newline at end of file
1428 <receiver>grpDevC</receiver>
1429 <slot>setEnabled(bool)</slot> No newline at end of file
1429 <slot>setEnabled(bool)</slot>
1430 <hints> No newline at end of file
1430 <hints>
1431 <hint type="sourcelabel"> No newline at end of file
1431 <hint type="sourcelabel">
1432 <x>391</x> No newline at end of file
1432 <x>391</x>
1433 <y>79</y> No newline at end of file
1433 <y>79</y>
1434 </hint> No newline at end of file
1434 </hint>
1435 <hint type="destinationlabel"> No newline at end of file
1435 <hint type="destinationlabel">
1436 <x>391</x> No newline at end of file
1436 <x>391</x>
1437 <y>202</y> No newline at end of file
1437 <y>202</y>
1438 </hint> No newline at end of file
1438 </hint>
1439 </hints> No newline at end of file
1439 </hints>
1440 </connection> No newline at end of file
1440 </connection>
1441 <connection> No newline at end of file
1441 <connection>
1442 <sender>chkDevA</sender> No newline at end of file
1442 <sender>chkDevA</sender>
1443 <signal>toggled(bool)</signal> No newline at end of file
1443 <signal>toggled(bool)</signal>
1444 <receiver>grpDevA</receiver> No newline at end of file
1444 <receiver>grpDevA</receiver>
1445 <slot>setEnabled(bool)</slot> No newline at end of file
1445 <slot>setEnabled(bool)</slot>
1446 <hints> No newline at end of file
1446 <hints>
1447 <hint type="sourcelabel"> No newline at end of file
1447 <hint type="sourcelabel">
1448 <x>105</x> No newline at end of file
1448 <x>105</x>
1449 <y>79</y> No newline at end of file
1449 <y>79</y>
1450 </hint> No newline at end of file
1450 </hint>
1451 <hint type="destinationlabel"> No newline at end of file
1451 <hint type="destinationlabel">
1452 <x>95</x> No newline at end of file
1452 <x>95</x>
1453 <y>167</y> No newline at end of file
1453 <y>167</y>
1454 </hint> No newline at end of file
1454 </hint>
1455 </hints> No newline at end of file
1455 </hints>
1456 </connection> No newline at end of file
1456 </connection>
1457 </connections> No newline at end of file
1457 </connections>
1458 </ui> No newline at end of file
1458 </ui>
@@ -1,702 +1,707
1 # -*- coding: utf-8 -*- No newline at end of file
1 # -*- coding: utf-8 -*-
2 No newline at end of file
2
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 #
4 #
No newline at end of file
5 # Created: Mon May 24 08:52:42 2010
5 # Created: Sun May 23 20:29:23 2010
No newline at end of file
No newline at end of file
6 # by: PyQt4 UI code generator 4.6 No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
9 No newline at end of file
9
10 from PyQt4 import QtCore, QtGui No newline at end of file
10 from PyQt4 import QtCore, QtGui
11 No newline at end of file
11
12 class Ui_MainWindow(object): No newline at end of file
12 class Ui_MainWindow(object):
13 def setupUi(self, MainWindow): No newline at end of file
13 def setupUi(self, MainWindow):
14 MainWindow.setObjectName("MainWindow")
14 MainWindow.setObjectName("MainWindow")
No newline at end of file
15 MainWindow.resize(824, 717) No newline at end of file
15 MainWindow.resize(613, 717) No newline at end of file
16 self.centralwidget = QtGui.QWidget(MainWindow) No newline at end of file
16 self.centralwidget = QtGui.QWidget(MainWindow)
17 self.centralwidget.setObjectName("centralwidget") No newline at end of file
17 self.centralwidget.setObjectName("centralwidget")
18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget) No newline at end of file
18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget)
19 self.verticalLayout.setObjectName("verticalLayout") No newline at end of file
19 self.verticalLayout.setObjectName("verticalLayout")
20 self.tabWidget = QtGui.QTabWidget(self.centralwidget) No newline at end of file
20 self.tabWidget = QtGui.QTabWidget(self.centralwidget)
21 self.tabWidget.setEnabled(True) No newline at end of file
21 self.tabWidget.setEnabled(True)
22 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) No newline at end of file
22 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
23 sizePolicy.setHorizontalStretch(0) No newline at end of file
23 sizePolicy.setHorizontalStretch(0)
24 sizePolicy.setVerticalStretch(0) No newline at end of file
24 sizePolicy.setVerticalStretch(0)
25 sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth()) No newline at end of file
25 sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth())
26 self.tabWidget.setSizePolicy(sizePolicy) No newline at end of file
26 self.tabWidget.setSizePolicy(sizePolicy)
27 self.tabWidget.setObjectName("tabWidget") No newline at end of file
27 self.tabWidget.setObjectName("tabWidget")
28 self.tabParameters = QtGui.QWidget() No newline at end of file
28 self.tabParameters = QtGui.QWidget()
29 self.tabParameters.setEnabled(True) No newline at end of file
29 self.tabParameters.setEnabled(True)
30 self.tabParameters.setObjectName("tabParameters") No newline at end of file
30 self.tabParameters.setObjectName("tabParameters")
31 self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters) No newline at end of file
31 self.verticalLayout_2 = QtGui.QVBoxLayout(self.tabParameters)
32 self.verticalLayout_2.setObjectName("verticalLayout_2") No newline at end of file
32 self.verticalLayout_2.setObjectName("verticalLayout_2")
33 self.horizontalLayout = QtGui.QHBoxLayout() No newline at end of file
33 self.horizontalLayout = QtGui.QHBoxLayout()
34 self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
34 self.horizontalLayout.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint)
35 self.horizontalLayout.setObjectName("horizontalLayout") No newline at end of file
35 self.horizontalLayout.setObjectName("horizontalLayout")
36 self.txtDpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file
36 self.txtDpath = QtGui.QLineEdit(self.tabParameters)
37 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) No newline at end of file
37 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed)
38 sizePolicy.setHorizontalStretch(0) No newline at end of file
38 sizePolicy.setHorizontalStretch(0)
39 sizePolicy.setVerticalStretch(0) No newline at end of file
39 sizePolicy.setVerticalStretch(0)
40 sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth()) No newline at end of file
40 sizePolicy.setHeightForWidth(self.txtDpath.sizePolicy().hasHeightForWidth())
41 self.txtDpath.setSizePolicy(sizePolicy) No newline at end of file
41 self.txtDpath.setSizePolicy(sizePolicy)
42 self.txtDpath.setObjectName("txtDpath") No newline at end of file
42 self.txtDpath.setObjectName("txtDpath")
43 self.horizontalLayout.addWidget(self.txtDpath) No newline at end of file
43 self.horizontalLayout.addWidget(self.txtDpath)
44 self.btnDpath = QtGui.QPushButton(self.tabParameters) No newline at end of file
44 self.btnDpath = QtGui.QPushButton(self.tabParameters)
45 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
45 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
46 sizePolicy.setHorizontalStretch(0) No newline at end of file
46 sizePolicy.setHorizontalStretch(0)
47 sizePolicy.setVerticalStretch(0) No newline at end of file
47 sizePolicy.setVerticalStretch(0)
48 sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth()) No newline at end of file
48 sizePolicy.setHeightForWidth(self.btnDpath.sizePolicy().hasHeightForWidth())
49 self.btnDpath.setSizePolicy(sizePolicy) No newline at end of file
49 self.btnDpath.setSizePolicy(sizePolicy)
50 self.btnDpath.setCheckable(False) No newline at end of file
50 self.btnDpath.setCheckable(False)
51 self.btnDpath.setObjectName("btnDpath") No newline at end of file
51 self.btnDpath.setObjectName("btnDpath")
52 self.horizontalLayout.addWidget(self.btnDpath) No newline at end of file
52 self.horizontalLayout.addWidget(self.btnDpath)
53 self.verticalLayout_2.addLayout(self.horizontalLayout) No newline at end of file
53 self.verticalLayout_2.addLayout(self.horizontalLayout)
54 self.horizontalLayout_3 = QtGui.QHBoxLayout() No newline at end of file
54 self.horizontalLayout_3 = QtGui.QHBoxLayout()
55 self.horizontalLayout_3.setObjectName("horizontalLayout_3") No newline at end of file
55 self.horizontalLayout_3.setObjectName("horizontalLayout_3")
56 self.txtRpath = QtGui.QLineEdit(self.tabParameters) No newline at end of file
56 self.txtRpath = QtGui.QLineEdit(self.tabParameters)
57 self.txtRpath.setObjectName("txtRpath") No newline at end of file
57 self.txtRpath.setObjectName("txtRpath")
58 self.horizontalLayout_3.addWidget(self.txtRpath) No newline at end of file
58 self.horizontalLayout_3.addWidget(self.txtRpath)
59 self.btnRpath = QtGui.QPushButton(self.tabParameters) No newline at end of file
59 self.btnRpath = QtGui.QPushButton(self.tabParameters)
60 self.btnRpath.setObjectName("btnRpath") No newline at end of file
60 self.btnRpath.setObjectName("btnRpath")
61 self.horizontalLayout_3.addWidget(self.btnRpath) No newline at end of file
61 self.horizontalLayout_3.addWidget(self.btnRpath)
62 self.verticalLayout_2.addLayout(self.horizontalLayout_3) No newline at end of file
62 self.verticalLayout_2.addLayout(self.horizontalLayout_3)
63 self.lblDtype = QtGui.QLabel(self.tabParameters) No newline at end of file
63 self.lblDtype = QtGui.QLabel(self.tabParameters)
64 self.lblDtype.setObjectName("lblDtype") No newline at end of file
64 self.lblDtype.setObjectName("lblDtype")
65 self.verticalLayout_2.addWidget(self.lblDtype) No newline at end of file
65 self.verticalLayout_2.addWidget(self.lblDtype)
66 self.horizontalLayout_4 = QtGui.QHBoxLayout() No newline at end of file
66 self.horizontalLayout_4 = QtGui.QHBoxLayout()
67 self.horizontalLayout_4.setObjectName("horizontalLayout_4") No newline at end of file
67 self.horizontalLayout_4.setObjectName("horizontalLayout_4")
68 self.lstDtype = QtGui.QComboBox(self.tabParameters) No newline at end of file
68 self.lstDtype = QtGui.QComboBox(self.tabParameters)
69 self.lstDtype.setObjectName("lstDtype") No newline at end of file
69 self.lstDtype.setObjectName("lstDtype")
70 self.lstDtype.addItem("") No newline at end of file
70 self.lstDtype.addItem("")
71 self.lstDtype.addItem("") No newline at end of file
71 self.lstDtype.addItem("")
72 self.lstDtype.addItem("") No newline at end of file
72 self.lstDtype.addItem("")
73 self.lstDtype.addItem("") No newline at end of file
73 self.lstDtype.addItem("")
74 self.horizontalLayout_4.addWidget(self.lstDtype) No newline at end of file
74 self.horizontalLayout_4.addWidget(self.lstDtype)
75 self.txtDtype = QtGui.QLineEdit(self.tabParameters) No newline at end of file
75 self.txtDtype = QtGui.QLineEdit(self.tabParameters)
76 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) No newline at end of file
76 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed)
77 sizePolicy.setHorizontalStretch(0) No newline at end of file
77 sizePolicy.setHorizontalStretch(0)
78 sizePolicy.setVerticalStretch(0) No newline at end of file
78 sizePolicy.setVerticalStretch(0)
79 sizePolicy.setHeightForWidth(self.txtDtype.sizePolicy().hasHeightForWidth()) No newline at end of file
79 sizePolicy.setHeightForWidth(self.txtDtype.sizePolicy().hasHeightForWidth())
80 self.txtDtype.setSizePolicy(sizePolicy) No newline at end of file
80 self.txtDtype.setSizePolicy(sizePolicy)
81 self.txtDtype.setReadOnly(True) No newline at end of file
81 self.txtDtype.setReadOnly(True)
82 self.txtDtype.setObjectName("txtDtype") No newline at end of file
82 self.txtDtype.setObjectName("txtDtype")
83 self.horizontalLayout_4.addWidget(self.txtDtype) No newline at end of file
83 self.horizontalLayout_4.addWidget(self.txtDtype)
84 spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
84 spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
85 self.horizontalLayout_4.addItem(spacerItem) No newline at end of file
85 self.horizontalLayout_4.addItem(spacerItem)
86 self.verticalLayout_2.addLayout(self.horizontalLayout_4) No newline at end of file
86 self.verticalLayout_2.addLayout(self.horizontalLayout_4)
87 self.horizontalLayout_6 = QtGui.QHBoxLayout() No newline at end of file
87 self.horizontalLayout_6 = QtGui.QHBoxLayout()
88 self.horizontalLayout_6.setObjectName("horizontalLayout_6") No newline at end of file
88 self.horizontalLayout_6.setObjectName("horizontalLayout_6")
89 self.lblElabel = QtGui.QLabel(self.tabParameters) No newline at end of file
89 self.lblElabel = QtGui.QLabel(self.tabParameters)
90 self.lblElabel.setObjectName("lblElabel") No newline at end of file
90 self.lblElabel.setObjectName("lblElabel")
91 self.horizontalLayout_6.addWidget(self.lblElabel) No newline at end of file
91 self.horizontalLayout_6.addWidget(self.lblElabel)
92 self.lblCopys = QtGui.QLabel(self.tabParameters) No newline at end of file
92 self.lblCopys = QtGui.QLabel(self.tabParameters)
93 self.lblCopys.setObjectName("lblCopys") No newline at end of file
93 self.lblCopys.setObjectName("lblCopys")
94 self.horizontalLayout_6.addWidget(self.lblCopys) No newline at end of file
94 self.horizontalLayout_6.addWidget(self.lblCopys)
95 self.verticalLayout_2.addLayout(self.horizontalLayout_6) No newline at end of file
95 self.verticalLayout_2.addLayout(self.horizontalLayout_6)
96 self.horizontalLayout_5 = QtGui.QHBoxLayout() No newline at end of file
96 self.horizontalLayout_5 = QtGui.QHBoxLayout()
97 self.horizontalLayout_5.setObjectName("horizontalLayout_5") No newline at end of file
97 self.horizontalLayout_5.setObjectName("horizontalLayout_5")
98 self.txtElabel = QtGui.QLineEdit(self.tabParameters) No newline at end of file
98 self.txtElabel = QtGui.QLineEdit(self.tabParameters)
99 self.txtElabel.setObjectName("txtElabel") No newline at end of file
99 self.txtElabel.setObjectName("txtElabel")
100 self.horizontalLayout_5.addWidget(self.txtElabel) No newline at end of file
100 self.horizontalLayout_5.addWidget(self.txtElabel)
101 self.txtCopys = QtGui.QSpinBox(self.tabParameters) No newline at end of file
101 self.txtCopys = QtGui.QSpinBox(self.tabParameters)
102 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) No newline at end of file
102 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed)
103 sizePolicy.setHorizontalStretch(0) No newline at end of file
103 sizePolicy.setHorizontalStretch(0)
104 sizePolicy.setVerticalStretch(0) No newline at end of file
104 sizePolicy.setVerticalStretch(0)
105 sizePolicy.setHeightForWidth(self.txtCopys.sizePolicy().hasHeightForWidth()) No newline at end of file
105 sizePolicy.setHeightForWidth(self.txtCopys.sizePolicy().hasHeightForWidth())
106 self.txtCopys.setSizePolicy(sizePolicy) No newline at end of file
106 self.txtCopys.setSizePolicy(sizePolicy)
107 self.txtCopys.setMinimum(1) No newline at end of file
107 self.txtCopys.setMinimum(1)
108 self.txtCopys.setObjectName("txtCopys") No newline at end of file
108 self.txtCopys.setObjectName("txtCopys")
109 self.horizontalLayout_5.addWidget(self.txtCopys) No newline at end of file
109 self.horizontalLayout_5.addWidget(self.txtCopys)
110 self.verticalLayout_2.addLayout(self.horizontalLayout_5) No newline at end of file
110 self.verticalLayout_2.addLayout(self.horizontalLayout_5)
111 self.horizontalLayout_7 = QtGui.QHBoxLayout() No newline at end of file
111 self.horizontalLayout_7 = QtGui.QHBoxLayout()
112 self.horizontalLayout_7.setObjectName("horizontalLayout_7") No newline at end of file
112 self.horizontalLayout_7.setObjectName("horizontalLayout_7")
113 self.lblStartDay = QtGui.QLabel(self.tabParameters) No newline at end of file
113 self.lblStartDay = QtGui.QLabel(self.tabParameters)
114 self.lblStartDay.setObjectName("lblStartDay") No newline at end of file
114 self.lblStartDay.setObjectName("lblStartDay")
115 self.horizontalLayout_7.addWidget(self.lblStartDay) No newline at end of file
115 self.horizontalLayout_7.addWidget(self.lblStartDay)
116 self.lblStopDay = QtGui.QLabel(self.tabParameters) No newline at end of file
116 self.lblStopDay = QtGui.QLabel(self.tabParameters)
117 self.lblStopDay.setObjectName("lblStopDay") No newline at end of file
117 self.lblStopDay.setObjectName("lblStopDay")
118 self.horizontalLayout_7.addWidget(self.lblStopDay) No newline at end of file
118 self.horizontalLayout_7.addWidget(self.lblStopDay)
119 self.verticalLayout_2.addLayout(self.horizontalLayout_7) No newline at end of file
119 self.verticalLayout_2.addLayout(self.horizontalLayout_7)
120 self.horizontalLayout_8 = QtGui.QHBoxLayout() No newline at end of file
120 self.horizontalLayout_8 = QtGui.QHBoxLayout()
121 self.horizontalLayout_8.setObjectName("horizontalLayout_8") No newline at end of file
121 self.horizontalLayout_8.setObjectName("horizontalLayout_8")
122 self.lstStartDay = QtGui.QComboBox(self.tabParameters) No newline at end of file
122 self.lstStartDay = QtGui.QComboBox(self.tabParameters)
123 self.lstStartDay.setObjectName("lstStartDay") No newline at end of file
123 self.lstStartDay.setObjectName("lstStartDay")
124 self.horizontalLayout_8.addWidget(self.lstStartDay) No newline at end of file
124 self.horizontalLayout_8.addWidget(self.lstStartDay)
125 self.lstStopDay = QtGui.QComboBox(self.tabParameters) No newline at end of file
125 self.lstStopDay = QtGui.QComboBox(self.tabParameters)
126 self.lstStopDay.setObjectName("lstStopDay") No newline at end of file
126 self.lstStopDay.setObjectName("lstStopDay")
127 self.horizontalLayout_8.addWidget(self.lstStopDay) No newline at end of file
127 self.horizontalLayout_8.addWidget(self.lstStopDay)
128 self.verticalLayout_2.addLayout(self.horizontalLayout_8) No newline at end of file
128 self.verticalLayout_2.addLayout(self.horizontalLayout_8)
129 self.tabWidget.addTab(self.tabParameters, "") No newline at end of file
129 self.tabWidget.addTab(self.tabParameters, "")
130 self.tabDconfig = QtGui.QWidget() No newline at end of file
130 self.tabDconfig = QtGui.QWidget()
131 self.tabDconfig.setEnabled(True) No newline at end of file
131 self.tabDconfig.setEnabled(True)
132 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
132 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
133 sizePolicy.setHorizontalStretch(0) No newline at end of file
133 sizePolicy.setHorizontalStretch(0)
134 sizePolicy.setVerticalStretch(0) No newline at end of file
134 sizePolicy.setVerticalStretch(0)
135 sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth()) No newline at end of file
135 sizePolicy.setHeightForWidth(self.tabDconfig.sizePolicy().hasHeightForWidth())
136 self.tabDconfig.setSizePolicy(sizePolicy) No newline at end of file
136 self.tabDconfig.setSizePolicy(sizePolicy)
137 self.tabDconfig.setObjectName("tabDconfig") No newline at end of file
137 self.tabDconfig.setObjectName("tabDconfig")
138 self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig) No newline at end of file
138 self.verticalLayout_3 = QtGui.QVBoxLayout(self.tabDconfig)
139 self.verticalLayout_3.setObjectName("verticalLayout_3") No newline at end of file
139 self.verticalLayout_3.setObjectName("verticalLayout_3")
140 self.horizontalLayout_12 = QtGui.QHBoxLayout() No newline at end of file
140 self.horizontalLayout_12 = QtGui.QHBoxLayout()
141 self.horizontalLayout_12.setObjectName("horizontalLayout_12") No newline at end of file
141 self.horizontalLayout_12.setObjectName("horizontalLayout_12")
142 self.verticalLayout_15 = QtGui.QVBoxLayout() No newline at end of file
142 self.verticalLayout_15 = QtGui.QVBoxLayout()
143 self.verticalLayout_15.setObjectName("verticalLayout_15") No newline at end of file
143 self.verticalLayout_15.setObjectName("verticalLayout_15")
144 self.chkDevA = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
144 self.chkDevA = QtGui.QCheckBox(self.tabDconfig)
145 self.chkDevA.setChecked(True) No newline at end of file
145 self.chkDevA.setChecked(True)
146 self.chkDevA.setObjectName("chkDevA") No newline at end of file
146 self.chkDevA.setObjectName("chkDevA")
147 self.verticalLayout_15.addWidget(self.chkDevA) No newline at end of file
147 self.verticalLayout_15.addWidget(self.chkDevA)
148 self.grpDevA = QtGui.QWidget(self.tabDconfig) No newline at end of file
148 self.grpDevA = QtGui.QWidget(self.tabDconfig)
149 self.grpDevA.setObjectName("grpDevA") No newline at end of file
149 self.grpDevA.setObjectName("grpDevA")
150 self.verticalLayout_11 = QtGui.QVBoxLayout(self.grpDevA) No newline at end of file
150 self.verticalLayout_11 = QtGui.QVBoxLayout(self.grpDevA)
151 self.verticalLayout_11.setObjectName("verticalLayout_11") No newline at end of file
151 self.verticalLayout_11.setObjectName("verticalLayout_11")
152 self.txtDeviceA = QtGui.QLineEdit(self.grpDevA) No newline at end of file
152 self.txtDeviceA = QtGui.QLineEdit(self.grpDevA)
153 self.txtDeviceA.setReadOnly(True) No newline at end of file
153 self.txtDeviceA.setReadOnly(True)
154 self.txtDeviceA.setObjectName("txtDeviceA") No newline at end of file
154 self.txtDeviceA.setObjectName("txtDeviceA")
155 self.verticalLayout_11.addWidget(self.txtDeviceA) No newline at end of file
155 self.verticalLayout_11.addWidget(self.txtDeviceA)
156 self.txtBspeedA = QtGui.QSpinBox(self.grpDevA) No newline at end of file
156 self.txtBspeedA = QtGui.QSpinBox(self.grpDevA)
157 self.txtBspeedA.setMinimum(1) No newline at end of file
157 self.txtBspeedA.setMinimum(1)
158 self.txtBspeedA.setProperty("value", 16) No newline at end of file
158 self.txtBspeedA.setProperty("value", 16)
159 self.txtBspeedA.setObjectName("txtBspeedA") No newline at end of file
159 self.txtBspeedA.setObjectName("txtBspeedA")
160 self.verticalLayout_11.addWidget(self.txtBspeedA) No newline at end of file
160 self.verticalLayout_11.addWidget(self.txtBspeedA)
161 self.txtBmodeA = QtGui.QLineEdit(self.grpDevA) No newline at end of file
161 self.txtBmodeA = QtGui.QLineEdit(self.grpDevA)
162 self.txtBmodeA.setReadOnly(True) No newline at end of file
162 self.txtBmodeA.setReadOnly(True)
163 self.txtBmodeA.setObjectName("txtBmodeA") No newline at end of file
163 self.txtBmodeA.setObjectName("txtBmodeA")
164 self.verticalLayout_11.addWidget(self.txtBmodeA) No newline at end of file
164 self.verticalLayout_11.addWidget(self.txtBmodeA)
165 self.btnTdevA = QtGui.QPushButton(self.grpDevA) No newline at end of file
165 self.btnTdevA = QtGui.QPushButton(self.grpDevA)
166 self.btnTdevA.setObjectName("btnTdevA") No newline at end of file
166 self.btnTdevA.setObjectName("btnTdevA")
167 self.verticalLayout_11.addWidget(self.btnTdevA) No newline at end of file
167 self.verticalLayout_11.addWidget(self.btnTdevA)
168 self.verticalLayout_15.addWidget(self.grpDevA) No newline at end of file
168 self.verticalLayout_15.addWidget(self.grpDevA)
169 self.horizontalLayout_12.addLayout(self.verticalLayout_15) No newline at end of file
169 self.horizontalLayout_12.addLayout(self.verticalLayout_15)
170 self.verticalLayout_16 = QtGui.QVBoxLayout() No newline at end of file
170 self.verticalLayout_16 = QtGui.QVBoxLayout()
171 self.verticalLayout_16.setObjectName("verticalLayout_16") No newline at end of file
171 self.verticalLayout_16.setObjectName("verticalLayout_16")
172 self.chkDevB = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
172 self.chkDevB = QtGui.QCheckBox(self.tabDconfig)
173 self.chkDevB.setChecked(True) No newline at end of file
173 self.chkDevB.setChecked(True)
174 self.chkDevB.setObjectName("chkDevB") No newline at end of file
174 self.chkDevB.setObjectName("chkDevB")
175 self.verticalLayout_16.addWidget(self.chkDevB) No newline at end of file
175 self.verticalLayout_16.addWidget(self.chkDevB)
176 self.grpDevB = QtGui.QWidget(self.tabDconfig) No newline at end of file
176 self.grpDevB = QtGui.QWidget(self.tabDconfig)
177 self.grpDevB.setObjectName("grpDevB") No newline at end of file
177 self.grpDevB.setObjectName("grpDevB")
178 self.verticalLayout_12 = QtGui.QVBoxLayout(self.grpDevB) No newline at end of file
178 self.verticalLayout_12 = QtGui.QVBoxLayout(self.grpDevB)
179 self.verticalLayout_12.setObjectName("verticalLayout_12") No newline at end of file
179 self.verticalLayout_12.setObjectName("verticalLayout_12")
180 self.txtDeviceB = QtGui.QLineEdit(self.grpDevB) No newline at end of file
180 self.txtDeviceB = QtGui.QLineEdit(self.grpDevB)
181 self.txtDeviceB.setReadOnly(True) No newline at end of file
181 self.txtDeviceB.setReadOnly(True)
182 self.txtDeviceB.setObjectName("txtDeviceB") No newline at end of file
182 self.txtDeviceB.setObjectName("txtDeviceB")
183 self.verticalLayout_12.addWidget(self.txtDeviceB) No newline at end of file
183 self.verticalLayout_12.addWidget(self.txtDeviceB)
184 self.txtBspeedB = QtGui.QSpinBox(self.grpDevB) No newline at end of file
184 self.txtBspeedB = QtGui.QSpinBox(self.grpDevB)
185 self.txtBspeedB.setMinimum(1) No newline at end of file
185 self.txtBspeedB.setMinimum(1)
186 self.txtBspeedB.setProperty("value", 16) No newline at end of file
186 self.txtBspeedB.setProperty("value", 16)
187 self.txtBspeedB.setObjectName("txtBspeedB") No newline at end of file
187 self.txtBspeedB.setObjectName("txtBspeedB")
188 self.verticalLayout_12.addWidget(self.txtBspeedB) No newline at end of file
188 self.verticalLayout_12.addWidget(self.txtBspeedB)
189 self.txtBmodeB = QtGui.QLineEdit(self.grpDevB) No newline at end of file
189 self.txtBmodeB = QtGui.QLineEdit(self.grpDevB)
190 self.txtBmodeB.setReadOnly(True) No newline at end of file
190 self.txtBmodeB.setReadOnly(True)
191 self.txtBmodeB.setObjectName("txtBmodeB") No newline at end of file
191 self.txtBmodeB.setObjectName("txtBmodeB")
192 self.verticalLayout_12.addWidget(self.txtBmodeB) No newline at end of file
192 self.verticalLayout_12.addWidget(self.txtBmodeB)
193 self.btnTdevB = QtGui.QPushButton(self.grpDevB) No newline at end of file
193 self.btnTdevB = QtGui.QPushButton(self.grpDevB)
194 self.btnTdevB.setObjectName("btnTdevB") No newline at end of file
194 self.btnTdevB.setObjectName("btnTdevB")
195 self.verticalLayout_12.addWidget(self.btnTdevB) No newline at end of file
195 self.verticalLayout_12.addWidget(self.btnTdevB)
196 self.verticalLayout_16.addWidget(self.grpDevB) No newline at end of file
196 self.verticalLayout_16.addWidget(self.grpDevB)
197 self.horizontalLayout_12.addLayout(self.verticalLayout_16) No newline at end of file
197 self.horizontalLayout_12.addLayout(self.verticalLayout_16)
198 self.verticalLayout_17 = QtGui.QVBoxLayout() No newline at end of file
198 self.verticalLayout_17 = QtGui.QVBoxLayout()
199 self.verticalLayout_17.setObjectName("verticalLayout_17") No newline at end of file
199 self.verticalLayout_17.setObjectName("verticalLayout_17")
200 self.chkDevC = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
200 self.chkDevC = QtGui.QCheckBox(self.tabDconfig)
201 self.chkDevC.setChecked(True) No newline at end of file
201 self.chkDevC.setChecked(True)
202 self.chkDevC.setObjectName("chkDevC") No newline at end of file
202 self.chkDevC.setObjectName("chkDevC")
203 self.verticalLayout_17.addWidget(self.chkDevC) No newline at end of file
203 self.verticalLayout_17.addWidget(self.chkDevC)
204 self.grpDevC = QtGui.QWidget(self.tabDconfig) No newline at end of file
204 self.grpDevC = QtGui.QWidget(self.tabDconfig)
205 self.grpDevC.setObjectName("grpDevC") No newline at end of file
205 self.grpDevC.setObjectName("grpDevC")
206 self.verticalLayout_13 = QtGui.QVBoxLayout(self.grpDevC) No newline at end of file
206 self.verticalLayout_13 = QtGui.QVBoxLayout(self.grpDevC)
207 self.verticalLayout_13.setObjectName("verticalLayout_13") No newline at end of file
207 self.verticalLayout_13.setObjectName("verticalLayout_13")
208 self.txtDeviceC = QtGui.QLineEdit(self.grpDevC) No newline at end of file
208 self.txtDeviceC = QtGui.QLineEdit(self.grpDevC)
209 self.txtDeviceC.setReadOnly(True) No newline at end of file
209 self.txtDeviceC.setReadOnly(True)
210 self.txtDeviceC.setObjectName("txtDeviceC") No newline at end of file
210 self.txtDeviceC.setObjectName("txtDeviceC")
211 self.verticalLayout_13.addWidget(self.txtDeviceC) No newline at end of file
211 self.verticalLayout_13.addWidget(self.txtDeviceC)
212 self.txtBspeedC = QtGui.QSpinBox(self.grpDevC) No newline at end of file
212 self.txtBspeedC = QtGui.QSpinBox(self.grpDevC)
213 self.txtBspeedC.setMinimum(1) No newline at end of file
213 self.txtBspeedC.setMinimum(1)
214 self.txtBspeedC.setProperty("value", 16) No newline at end of file
214 self.txtBspeedC.setProperty("value", 16)
215 self.txtBspeedC.setObjectName("txtBspeedC") No newline at end of file
215 self.txtBspeedC.setObjectName("txtBspeedC")
216 self.verticalLayout_13.addWidget(self.txtBspeedC) No newline at end of file
216 self.verticalLayout_13.addWidget(self.txtBspeedC)
217 self.txtBmodeC = QtGui.QLineEdit(self.grpDevC) No newline at end of file
217 self.txtBmodeC = QtGui.QLineEdit(self.grpDevC)
218 self.txtBmodeC.setReadOnly(True) No newline at end of file
218 self.txtBmodeC.setReadOnly(True)
219 self.txtBmodeC.setObjectName("txtBmodeC") No newline at end of file
219 self.txtBmodeC.setObjectName("txtBmodeC")
220 self.verticalLayout_13.addWidget(self.txtBmodeC) No newline at end of file
220 self.verticalLayout_13.addWidget(self.txtBmodeC)
221 self.btnTdevC = QtGui.QPushButton(self.grpDevC) No newline at end of file
221 self.btnTdevC = QtGui.QPushButton(self.grpDevC)
222 self.btnTdevC.setObjectName("btnTdevC") No newline at end of file
222 self.btnTdevC.setObjectName("btnTdevC")
223 self.verticalLayout_13.addWidget(self.btnTdevC) No newline at end of file
223 self.verticalLayout_13.addWidget(self.btnTdevC)
224 self.verticalLayout_17.addWidget(self.grpDevC) No newline at end of file
224 self.verticalLayout_17.addWidget(self.grpDevC)
225 self.horizontalLayout_12.addLayout(self.verticalLayout_17) No newline at end of file
225 self.horizontalLayout_12.addLayout(self.verticalLayout_17)
226 self.verticalLayout_18 = QtGui.QVBoxLayout() No newline at end of file
226 self.verticalLayout_18 = QtGui.QVBoxLayout()
227 self.verticalLayout_18.setObjectName("verticalLayout_18") No newline at end of file
227 self.verticalLayout_18.setObjectName("verticalLayout_18")
228 self.chkDevD = QtGui.QCheckBox(self.tabDconfig) No newline at end of file
228 self.chkDevD = QtGui.QCheckBox(self.tabDconfig)
229 self.chkDevD.setChecked(True) No newline at end of file
229 self.chkDevD.setChecked(True)
230 self.chkDevD.setObjectName("chkDevD") No newline at end of file
230 self.chkDevD.setObjectName("chkDevD")
231 self.verticalLayout_18.addWidget(self.chkDevD) No newline at end of file
231 self.verticalLayout_18.addWidget(self.chkDevD)
232 self.grpDevD = QtGui.QWidget(self.tabDconfig) No newline at end of file
232 self.grpDevD = QtGui.QWidget(self.tabDconfig)
233 self.grpDevD.setObjectName("grpDevD") No newline at end of file
233 self.grpDevD.setObjectName("grpDevD")
234 self.verticalLayout_14 = QtGui.QVBoxLayout(self.grpDevD) No newline at end of file
234 self.verticalLayout_14 = QtGui.QVBoxLayout(self.grpDevD)
235 self.verticalLayout_14.setObjectName("verticalLayout_14") No newline at end of file
235 self.verticalLayout_14.setObjectName("verticalLayout_14")
236 self.txtDeviceD = QtGui.QLineEdit(self.grpDevD) No newline at end of file
236 self.txtDeviceD = QtGui.QLineEdit(self.grpDevD)
237 self.txtDeviceD.setReadOnly(True) No newline at end of file
237 self.txtDeviceD.setReadOnly(True)
238 self.txtDeviceD.setObjectName("txtDeviceD") No newline at end of file
238 self.txtDeviceD.setObjectName("txtDeviceD")
239 self.verticalLayout_14.addWidget(self.txtDeviceD) No newline at end of file
239 self.verticalLayout_14.addWidget(self.txtDeviceD)
240 self.txtBspeedD = QtGui.QSpinBox(self.grpDevD) No newline at end of file
240 self.txtBspeedD = QtGui.QSpinBox(self.grpDevD)
241 self.txtBspeedD.setMinimum(1) No newline at end of file
241 self.txtBspeedD.setMinimum(1)
242 self.txtBspeedD.setProperty("value", 16) No newline at end of file
242 self.txtBspeedD.setProperty("value", 16)
243 self.txtBspeedD.setObjectName("txtBspeedD") No newline at end of file
243 self.txtBspeedD.setObjectName("txtBspeedD")
244 self.verticalLayout_14.addWidget(self.txtBspeedD) No newline at end of file
244 self.verticalLayout_14.addWidget(self.txtBspeedD)
245 self.txtBmodeD = QtGui.QLineEdit(self.grpDevD) No newline at end of file
245 self.txtBmodeD = QtGui.QLineEdit(self.grpDevD)
246 self.txtBmodeD.setReadOnly(True) No newline at end of file
246 self.txtBmodeD.setReadOnly(True)
247 self.txtBmodeD.setObjectName("txtBmodeD") No newline at end of file
247 self.txtBmodeD.setObjectName("txtBmodeD")
248 self.verticalLayout_14.addWidget(self.txtBmodeD) No newline at end of file
248 self.verticalLayout_14.addWidget(self.txtBmodeD)
249 self.btnTdevD = QtGui.QPushButton(self.grpDevD) No newline at end of file
249 self.btnTdevD = QtGui.QPushButton(self.grpDevD)
250 self.btnTdevD.setObjectName("btnTdevD") No newline at end of file
250 self.btnTdevD.setObjectName("btnTdevD")
251 self.verticalLayout_14.addWidget(self.btnTdevD) No newline at end of file
251 self.verticalLayout_14.addWidget(self.btnTdevD)
252 self.verticalLayout_18.addWidget(self.grpDevD) No newline at end of file
252 self.verticalLayout_18.addWidget(self.grpDevD)
253 self.horizontalLayout_12.addLayout(self.verticalLayout_18) No newline at end of file
253 self.horizontalLayout_12.addLayout(self.verticalLayout_18)
254 self.verticalLayout_19 = QtGui.QVBoxLayout() No newline at end of file
254 self.verticalLayout_19 = QtGui.QVBoxLayout()
255 self.verticalLayout_19.setObjectName("verticalLayout_19")
255 self.verticalLayout_19.setObjectName("verticalLayout_19")
No newline at end of file
256 spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
256 spacerItem1 = QtGui.QSpacerItem(20, 25, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) No newline at end of file
257 self.verticalLayout_19.addItem(spacerItem1)
257 self.verticalLayout_19.addItem(spacerItem1)
No newline at end of file
258 self.grpDevD_2 = QtGui.QWidget(self.tabDconfig)
258 self.lblDevice = QtGui.QLabel(self.tabDconfig) No newline at end of file
No newline at end of file
259 self.grpDevD_2.setObjectName("grpDevD_2")
No newline at end of file
260 self.verticalLayout_20 = QtGui.QVBoxLayout(self.grpDevD_2)
No newline at end of file
261 self.verticalLayout_20.setObjectName("verticalLayout_20")
No newline at end of file
262 self.lblDevice = QtGui.QLabel(self.grpDevD_2) No newline at end of file
259 self.lblDevice.setObjectName("lblDevice")
263 self.lblDevice.setObjectName("lblDevice")
No newline at end of file
264 self.verticalLayout_20.addWidget(self.lblDevice)
260 self.verticalLayout_19.addWidget(self.lblDevice)
No newline at end of file
No newline at end of file
265 self.lblBspeed = QtGui.QLabel(self.grpDevD_2) No newline at end of file
261 self.lblBspeed = QtGui.QLabel(self.tabDconfig) No newline at end of file
262 self.lblBspeed.setObjectName("lblBspeed")
266 self.lblBspeed.setObjectName("lblBspeed")
No newline at end of file
267 self.verticalLayout_20.addWidget(self.lblBspeed)
263 self.verticalLayout_19.addWidget(self.lblBspeed)
No newline at end of file
No newline at end of file
268 self.lblBmode = QtGui.QLabel(self.grpDevD_2) No newline at end of file
264 self.lblBmode = QtGui.QLabel(self.tabDconfig) No newline at end of file
265 self.lblBmode.setObjectName("lblBmode")
269 self.lblBmode.setObjectName("lblBmode")
No newline at end of file
270 self.verticalLayout_20.addWidget(self.lblBmode)
266 self.verticalLayout_19.addWidget(self.lblBmode)
No newline at end of file
No newline at end of file
271 spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed)
267 spacerItem2 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
No newline at end of file
No newline at end of file
272 self.verticalLayout_20.addItem(spacerItem2)
268 self.verticalLayout_19.addItem(spacerItem2) No newline at end of file
No newline at end of file
273 self.verticalLayout_19.addWidget(self.grpDevD_2) No newline at end of file
269 self.horizontalLayout_12.addLayout(self.verticalLayout_19) No newline at end of file
274 self.horizontalLayout_12.addLayout(self.verticalLayout_19)
270 self.verticalLayout_3.addLayout(self.horizontalLayout_12) No newline at end of file
275 self.verticalLayout_3.addLayout(self.horizontalLayout_12)
271 spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
276 spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
272 self.verticalLayout_3.addItem(spacerItem3) No newline at end of file
277 self.verticalLayout_3.addItem(spacerItem3)
273 self.horizontalLayout_11 = QtGui.QHBoxLayout() No newline at end of file
278 self.horizontalLayout_11 = QtGui.QHBoxLayout()
274 self.horizontalLayout_11.setSpacing(6) No newline at end of file
279 self.horizontalLayout_11.setSpacing(6)
275 self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
280 self.horizontalLayout_11.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint)
276 self.horizontalLayout_11.setObjectName("horizontalLayout_11") No newline at end of file
281 self.horizontalLayout_11.setObjectName("horizontalLayout_11")
277 self.lblDcapacity = QtGui.QLabel(self.tabDconfig) No newline at end of file
282 self.lblDcapacity = QtGui.QLabel(self.tabDconfig)
278 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
283 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
279 sizePolicy.setHorizontalStretch(0) No newline at end of file
284 sizePolicy.setHorizontalStretch(0)
280 sizePolicy.setVerticalStretch(0) No newline at end of file
285 sizePolicy.setVerticalStretch(0)
281 sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth()) No newline at end of file
286 sizePolicy.setHeightForWidth(self.lblDcapacity.sizePolicy().hasHeightForWidth())
282 self.lblDcapacity.setSizePolicy(sizePolicy) No newline at end of file
287 self.lblDcapacity.setSizePolicy(sizePolicy)
283 self.lblDcapacity.setObjectName("lblDcapacity") No newline at end of file
288 self.lblDcapacity.setObjectName("lblDcapacity")
284 self.horizontalLayout_11.addWidget(self.lblDcapacity) No newline at end of file
289 self.horizontalLayout_11.addWidget(self.lblDcapacity)
285 spacerItem4 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
290 spacerItem4 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
286 self.horizontalLayout_11.addItem(spacerItem4) No newline at end of file
291 self.horizontalLayout_11.addItem(spacerItem4)
287 self.verticalLayout_3.addLayout(self.horizontalLayout_11) No newline at end of file
292 self.verticalLayout_3.addLayout(self.horizontalLayout_11)
288 self.horizontalLayout_10 = QtGui.QHBoxLayout() No newline at end of file
293 self.horizontalLayout_10 = QtGui.QHBoxLayout()
289 self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize) No newline at end of file
294 self.horizontalLayout_10.setSizeConstraint(QtGui.QLayout.SetFixedSize)
290 self.horizontalLayout_10.setObjectName("horizontalLayout_10") No newline at end of file
295 self.horizontalLayout_10.setObjectName("horizontalLayout_10")
291 self.lstDcapacity = QtGui.QComboBox(self.tabDconfig) No newline at end of file
296 self.lstDcapacity = QtGui.QComboBox(self.tabDconfig)
292 self.lstDcapacity.setObjectName("lstDcapacity") No newline at end of file
297 self.lstDcapacity.setObjectName("lstDcapacity")
293 self.lstDcapacity.addItem("") No newline at end of file
298 self.lstDcapacity.addItem("")
294 self.lstDcapacity.addItem("") No newline at end of file
299 self.lstDcapacity.addItem("")
295 self.lstDcapacity.addItem("") No newline at end of file
300 self.lstDcapacity.addItem("")
296 self.lstDcapacity.addItem("") No newline at end of file
301 self.lstDcapacity.addItem("")
297 self.lstDcapacity.addItem("") No newline at end of file
302 self.lstDcapacity.addItem("")
298 self.horizontalLayout_10.addWidget(self.lstDcapacity) No newline at end of file
303 self.horizontalLayout_10.addWidget(self.lstDcapacity)
299 self.txtDcapacity = QtGui.QDoubleSpinBox(self.tabDconfig) No newline at end of file
304 self.txtDcapacity = QtGui.QDoubleSpinBox(self.tabDconfig)
300 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) No newline at end of file
305 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed)
301 sizePolicy.setHorizontalStretch(0) No newline at end of file
306 sizePolicy.setHorizontalStretch(0)
302 sizePolicy.setVerticalStretch(0) No newline at end of file
307 sizePolicy.setVerticalStretch(0)
303 sizePolicy.setHeightForWidth(self.txtDcapacity.sizePolicy().hasHeightForWidth()) No newline at end of file
308 sizePolicy.setHeightForWidth(self.txtDcapacity.sizePolicy().hasHeightForWidth())
304 self.txtDcapacity.setSizePolicy(sizePolicy) No newline at end of file
309 self.txtDcapacity.setSizePolicy(sizePolicy)
305 self.txtDcapacity.setReadOnly(True) No newline at end of file
310 self.txtDcapacity.setReadOnly(True)
306 self.txtDcapacity.setMinimum(100.0) No newline at end of file
311 self.txtDcapacity.setMinimum(100.0)
307 self.txtDcapacity.setMaximum(99999.99) No newline at end of file
312 self.txtDcapacity.setMaximum(99999.99)
308 self.txtDcapacity.setProperty("value", 4482.27) No newline at end of file
313 self.txtDcapacity.setProperty("value", 4482.27)
309 self.txtDcapacity.setObjectName("txtDcapacity") No newline at end of file
314 self.txtDcapacity.setObjectName("txtDcapacity")
310 self.horizontalLayout_10.addWidget(self.txtDcapacity) No newline at end of file
315 self.horizontalLayout_10.addWidget(self.txtDcapacity)
311 spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
316 spacerItem5 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
312 self.horizontalLayout_10.addItem(spacerItem5) No newline at end of file
317 self.horizontalLayout_10.addItem(spacerItem5)
313 self.lblPSgraphic = QtGui.QLabel(self.tabDconfig) No newline at end of file
318 self.lblPSgraphic = QtGui.QLabel(self.tabDconfig)
314 self.lblPSgraphic.setObjectName("lblPSgraphic") No newline at end of file
319 self.lblPSgraphic.setObjectName("lblPSgraphic")
315 self.horizontalLayout_10.addWidget(self.lblPSgraphic) No newline at end of file
320 self.horizontalLayout_10.addWidget(self.lblPSgraphic)
316 self.txtPSgraphic = QtGui.QSpinBox(self.tabDconfig) No newline at end of file
321 self.txtPSgraphic = QtGui.QSpinBox(self.tabDconfig)
317 self.txtPSgraphic.setMinimum(1) No newline at end of file
322 self.txtPSgraphic.setMinimum(1)
318 self.txtPSgraphic.setMaximum(33) No newline at end of file
323 self.txtPSgraphic.setMaximum(33)
319 self.txtPSgraphic.setObjectName("txtPSgraphic") No newline at end of file
324 self.txtPSgraphic.setObjectName("txtPSgraphic")
320 self.horizontalLayout_10.addWidget(self.txtPSgraphic) No newline at end of file
325 self.horizontalLayout_10.addWidget(self.txtPSgraphic)
321 self.verticalLayout_3.addLayout(self.horizontalLayout_10) No newline at end of file
326 self.verticalLayout_3.addLayout(self.horizontalLayout_10)
322 self.tabWidget.addTab(self.tabDconfig, "") No newline at end of file
327 self.tabWidget.addTab(self.tabDconfig, "")
323 self.tabStatus = QtGui.QWidget() No newline at end of file
328 self.tabStatus = QtGui.QWidget()
324 self.tabStatus.setObjectName("tabStatus") No newline at end of file
329 self.tabStatus.setObjectName("tabStatus")
325 self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabStatus) No newline at end of file
330 self.verticalLayout_4 = QtGui.QVBoxLayout(self.tabStatus)
326 self.verticalLayout_4.setObjectName("verticalLayout_4") No newline at end of file
331 self.verticalLayout_4.setObjectName("verticalLayout_4")
327 self.horizontalLayout_18 = QtGui.QHBoxLayout() No newline at end of file
332 self.horizontalLayout_18 = QtGui.QHBoxLayout()
328 self.horizontalLayout_18.setObjectName("horizontalLayout_18") No newline at end of file
333 self.horizontalLayout_18.setObjectName("horizontalLayout_18")
329 self.verticalLayout_21 = QtGui.QVBoxLayout() No newline at end of file
334 self.verticalLayout_21 = QtGui.QVBoxLayout()
330 self.verticalLayout_21.setObjectName("verticalLayout_21") No newline at end of file
335 self.verticalLayout_21.setObjectName("verticalLayout_21")
331 self.label_4 = QtGui.QLabel(self.tabStatus) No newline at end of file
336 self.label_4 = QtGui.QLabel(self.tabStatus)
332 self.label_4.setObjectName("label_4") No newline at end of file
337 self.label_4.setObjectName("label_4")
333 self.verticalLayout_21.addWidget(self.label_4) No newline at end of file
338 self.verticalLayout_21.addWidget(self.label_4)
334 spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
339 spacerItem6 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
335 self.verticalLayout_21.addItem(spacerItem6) No newline at end of file
340 self.verticalLayout_21.addItem(spacerItem6)
336 self.lblSTATUS = QtGui.QLabel(self.tabStatus) No newline at end of file
341 self.lblSTATUS = QtGui.QLabel(self.tabStatus)
337 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) No newline at end of file
342 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
338 sizePolicy.setHorizontalStretch(0) No newline at end of file
343 sizePolicy.setHorizontalStretch(0)
339 sizePolicy.setVerticalStretch(0) No newline at end of file
344 sizePolicy.setVerticalStretch(0)
340 sizePolicy.setHeightForWidth(self.lblSTATUS.sizePolicy().hasHeightForWidth()) No newline at end of file
345 sizePolicy.setHeightForWidth(self.lblSTATUS.sizePolicy().hasHeightForWidth())
341 self.lblSTATUS.setSizePolicy(sizePolicy) No newline at end of file
346 self.lblSTATUS.setSizePolicy(sizePolicy)
342 self.lblSTATUS.setObjectName("lblSTATUS") No newline at end of file
347 self.lblSTATUS.setObjectName("lblSTATUS")
343 self.verticalLayout_21.addWidget(self.lblSTATUS) No newline at end of file
348 self.verticalLayout_21.addWidget(self.lblSTATUS)
344 self.lblINFO = QtGui.QLabel(self.tabStatus) No newline at end of file
349 self.lblINFO = QtGui.QLabel(self.tabStatus)
345 self.lblINFO.setObjectName("lblINFO") No newline at end of file
350 self.lblINFO.setObjectName("lblINFO")
346 self.verticalLayout_21.addWidget(self.lblINFO) No newline at end of file
351 self.verticalLayout_21.addWidget(self.lblINFO)
347 self.lblSET = QtGui.QLabel(self.tabStatus) No newline at end of file
352 self.lblSET = QtGui.QLabel(self.tabStatus)
348 self.lblSET.setObjectName("lblSET") No newline at end of file
353 self.lblSET.setObjectName("lblSET")
349 self.verticalLayout_21.addWidget(self.lblSET) No newline at end of file
354 self.verticalLayout_21.addWidget(self.lblSET)
350 self.horizontalLayout_18.addLayout(self.verticalLayout_21) No newline at end of file
355 self.horizontalLayout_18.addLayout(self.verticalLayout_21)
351 self.verticalLayout_22 = QtGui.QVBoxLayout() No newline at end of file
356 self.verticalLayout_22 = QtGui.QVBoxLayout()
352 self.verticalLayout_22.setObjectName("verticalLayout_22") No newline at end of file
357 self.verticalLayout_22.setObjectName("verticalLayout_22")
353 spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
358 spacerItem7 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
354 self.verticalLayout_22.addItem(spacerItem7) No newline at end of file
359 self.verticalLayout_22.addItem(spacerItem7)
355 self.lblDevA = QtGui.QLabel(self.tabStatus) No newline at end of file
360 self.lblDevA = QtGui.QLabel(self.tabStatus)
356 self.lblDevA.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
361 self.lblDevA.setAlignment(QtCore.Qt.AlignCenter)
357 self.lblDevA.setObjectName("lblDevA") No newline at end of file
362 self.lblDevA.setObjectName("lblDevA")
358 self.verticalLayout_22.addWidget(self.lblDevA) No newline at end of file
363 self.verticalLayout_22.addWidget(self.lblDevA)
359 self.txtBstatusA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
364 self.txtBstatusA = QtGui.QLineEdit(self.tabStatus)
360 self.txtBstatusA.setReadOnly(True) No newline at end of file
365 self.txtBstatusA.setReadOnly(True)
361 self.txtBstatusA.setObjectName("txtBstatusA") No newline at end of file
366 self.txtBstatusA.setObjectName("txtBstatusA")
362 self.verticalLayout_22.addWidget(self.txtBstatusA) No newline at end of file
367 self.verticalLayout_22.addWidget(self.txtBstatusA)
363 self.txtBdiscA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
368 self.txtBdiscA = QtGui.QLineEdit(self.tabStatus)
364 self.txtBdiscA.setReadOnly(True) No newline at end of file
369 self.txtBdiscA.setReadOnly(True)
365 self.txtBdiscA.setObjectName("txtBdiscA") No newline at end of file
370 self.txtBdiscA.setObjectName("txtBdiscA")
366 self.verticalLayout_22.addWidget(self.txtBdiscA) No newline at end of file
371 self.verticalLayout_22.addWidget(self.txtBdiscA)
367 self.txtBcopyA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
372 self.txtBcopyA = QtGui.QLineEdit(self.tabStatus)
368 self.txtBcopyA.setReadOnly(True) No newline at end of file
373 self.txtBcopyA.setReadOnly(True)
369 self.txtBcopyA.setObjectName("txtBcopyA") No newline at end of file
374 self.txtBcopyA.setObjectName("txtBcopyA")
370 self.verticalLayout_22.addWidget(self.txtBcopyA) No newline at end of file
375 self.verticalLayout_22.addWidget(self.txtBcopyA)
371 self.horizontalLayout_18.addLayout(self.verticalLayout_22) No newline at end of file
376 self.horizontalLayout_18.addLayout(self.verticalLayout_22)
372 self.verticalLayout_23 = QtGui.QVBoxLayout() No newline at end of file
377 self.verticalLayout_23 = QtGui.QVBoxLayout()
373 self.verticalLayout_23.setObjectName("verticalLayout_23") No newline at end of file
378 self.verticalLayout_23.setObjectName("verticalLayout_23")
374 spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
379 spacerItem8 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
375 self.verticalLayout_23.addItem(spacerItem8) No newline at end of file
380 self.verticalLayout_23.addItem(spacerItem8)
376 self.lblDevB = QtGui.QLabel(self.tabStatus) No newline at end of file
381 self.lblDevB = QtGui.QLabel(self.tabStatus)
377 self.lblDevB.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
382 self.lblDevB.setAlignment(QtCore.Qt.AlignCenter)
378 self.lblDevB.setObjectName("lblDevB") No newline at end of file
383 self.lblDevB.setObjectName("lblDevB")
379 self.verticalLayout_23.addWidget(self.lblDevB) No newline at end of file
384 self.verticalLayout_23.addWidget(self.lblDevB)
380 self.txtBstatusB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
385 self.txtBstatusB = QtGui.QLineEdit(self.tabStatus)
381 self.txtBstatusB.setReadOnly(True) No newline at end of file
386 self.txtBstatusB.setReadOnly(True)
382 self.txtBstatusB.setObjectName("txtBstatusB") No newline at end of file
387 self.txtBstatusB.setObjectName("txtBstatusB")
383 self.verticalLayout_23.addWidget(self.txtBstatusB) No newline at end of file
388 self.verticalLayout_23.addWidget(self.txtBstatusB)
384 self.txtBdiscB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
389 self.txtBdiscB = QtGui.QLineEdit(self.tabStatus)
385 self.txtBdiscB.setReadOnly(True) No newline at end of file
390 self.txtBdiscB.setReadOnly(True)
386 self.txtBdiscB.setObjectName("txtBdiscB") No newline at end of file
391 self.txtBdiscB.setObjectName("txtBdiscB")
387 self.verticalLayout_23.addWidget(self.txtBdiscB) No newline at end of file
392 self.verticalLayout_23.addWidget(self.txtBdiscB)
388 self.txtBcopyB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
393 self.txtBcopyB = QtGui.QLineEdit(self.tabStatus)
389 self.txtBcopyB.setReadOnly(True) No newline at end of file
394 self.txtBcopyB.setReadOnly(True)
390 self.txtBcopyB.setObjectName("txtBcopyB") No newline at end of file
395 self.txtBcopyB.setObjectName("txtBcopyB")
391 self.verticalLayout_23.addWidget(self.txtBcopyB) No newline at end of file
396 self.verticalLayout_23.addWidget(self.txtBcopyB)
392 self.horizontalLayout_18.addLayout(self.verticalLayout_23) No newline at end of file
397 self.horizontalLayout_18.addLayout(self.verticalLayout_23)
393 self.verticalLayout_24 = QtGui.QVBoxLayout() No newline at end of file
398 self.verticalLayout_24 = QtGui.QVBoxLayout()
394 self.verticalLayout_24.setObjectName("verticalLayout_24") No newline at end of file
399 self.verticalLayout_24.setObjectName("verticalLayout_24")
395 spacerItem9 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
400 spacerItem9 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
396 self.verticalLayout_24.addItem(spacerItem9) No newline at end of file
401 self.verticalLayout_24.addItem(spacerItem9)
397 self.lblDevC = QtGui.QLabel(self.tabStatus) No newline at end of file
402 self.lblDevC = QtGui.QLabel(self.tabStatus)
398 self.lblDevC.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
403 self.lblDevC.setAlignment(QtCore.Qt.AlignCenter)
399 self.lblDevC.setObjectName("lblDevC") No newline at end of file
404 self.lblDevC.setObjectName("lblDevC")
400 self.verticalLayout_24.addWidget(self.lblDevC) No newline at end of file
405 self.verticalLayout_24.addWidget(self.lblDevC)
401 self.txtBstatusC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
406 self.txtBstatusC = QtGui.QLineEdit(self.tabStatus)
402 self.txtBstatusC.setReadOnly(True) No newline at end of file
407 self.txtBstatusC.setReadOnly(True)
403 self.txtBstatusC.setObjectName("txtBstatusC") No newline at end of file
408 self.txtBstatusC.setObjectName("txtBstatusC")
404 self.verticalLayout_24.addWidget(self.txtBstatusC) No newline at end of file
409 self.verticalLayout_24.addWidget(self.txtBstatusC)
405 self.txtBdiscC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
410 self.txtBdiscC = QtGui.QLineEdit(self.tabStatus)
406 self.txtBdiscC.setReadOnly(True) No newline at end of file
411 self.txtBdiscC.setReadOnly(True)
407 self.txtBdiscC.setObjectName("txtBdiscC") No newline at end of file
412 self.txtBdiscC.setObjectName("txtBdiscC")
408 self.verticalLayout_24.addWidget(self.txtBdiscC) No newline at end of file
413 self.verticalLayout_24.addWidget(self.txtBdiscC)
409 self.txtBcopyC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
414 self.txtBcopyC = QtGui.QLineEdit(self.tabStatus)
410 self.txtBcopyC.setReadOnly(True) No newline at end of file
415 self.txtBcopyC.setReadOnly(True)
411 self.txtBcopyC.setObjectName("txtBcopyC") No newline at end of file
416 self.txtBcopyC.setObjectName("txtBcopyC")
412 self.verticalLayout_24.addWidget(self.txtBcopyC) No newline at end of file
417 self.verticalLayout_24.addWidget(self.txtBcopyC)
413 self.horizontalLayout_18.addLayout(self.verticalLayout_24) No newline at end of file
418 self.horizontalLayout_18.addLayout(self.verticalLayout_24)
414 self.verticalLayout_25 = QtGui.QVBoxLayout() No newline at end of file
419 self.verticalLayout_25 = QtGui.QVBoxLayout()
415 self.verticalLayout_25.setObjectName("verticalLayout_25") No newline at end of file
420 self.verticalLayout_25.setObjectName("verticalLayout_25")
416 spacerItem10 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
421 spacerItem10 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
417 self.verticalLayout_25.addItem(spacerItem10) No newline at end of file
422 self.verticalLayout_25.addItem(spacerItem10)
418 self.lblDevD = QtGui.QLabel(self.tabStatus) No newline at end of file
423 self.lblDevD = QtGui.QLabel(self.tabStatus)
419 self.lblDevD.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
424 self.lblDevD.setAlignment(QtCore.Qt.AlignCenter)
420 self.lblDevD.setObjectName("lblDevD") No newline at end of file
425 self.lblDevD.setObjectName("lblDevD")
421 self.verticalLayout_25.addWidget(self.lblDevD) No newline at end of file
426 self.verticalLayout_25.addWidget(self.lblDevD)
422 self.txtBstatusD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
427 self.txtBstatusD = QtGui.QLineEdit(self.tabStatus)
423 self.txtBstatusD.setReadOnly(True) No newline at end of file
428 self.txtBstatusD.setReadOnly(True)
424 self.txtBstatusD.setObjectName("txtBstatusD") No newline at end of file
429 self.txtBstatusD.setObjectName("txtBstatusD")
425 self.verticalLayout_25.addWidget(self.txtBstatusD) No newline at end of file
430 self.verticalLayout_25.addWidget(self.txtBstatusD)
426 self.txtBdiscD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
431 self.txtBdiscD = QtGui.QLineEdit(self.tabStatus)
427 self.txtBdiscD.setReadOnly(True) No newline at end of file
432 self.txtBdiscD.setReadOnly(True)
428 self.txtBdiscD.setObjectName("txtBdiscD") No newline at end of file
433 self.txtBdiscD.setObjectName("txtBdiscD")
429 self.verticalLayout_25.addWidget(self.txtBdiscD) No newline at end of file
434 self.verticalLayout_25.addWidget(self.txtBdiscD)
430 self.txtBcopyD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
435 self.txtBcopyD = QtGui.QLineEdit(self.tabStatus)
431 self.txtBcopyD.setReadOnly(True) No newline at end of file
436 self.txtBcopyD.setReadOnly(True)
432 self.txtBcopyD.setObjectName("txtBcopyD") No newline at end of file
437 self.txtBcopyD.setObjectName("txtBcopyD")
433 self.verticalLayout_25.addWidget(self.txtBcopyD) No newline at end of file
438 self.verticalLayout_25.addWidget(self.txtBcopyD)
434 self.horizontalLayout_18.addLayout(self.verticalLayout_25) No newline at end of file
439 self.horizontalLayout_18.addLayout(self.verticalLayout_25)
435 self.verticalLayout_4.addLayout(self.horizontalLayout_18) No newline at end of file
440 self.verticalLayout_4.addLayout(self.horizontalLayout_18)
436 spacerItem11 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) No newline at end of file
441 spacerItem11 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed)
437 self.verticalLayout_4.addItem(spacerItem11) No newline at end of file
442 self.verticalLayout_4.addItem(spacerItem11)
438 self.horizontalLayout_16 = QtGui.QHBoxLayout() No newline at end of file
443 self.horizontalLayout_16 = QtGui.QHBoxLayout()
439 self.horizontalLayout_16.setObjectName("horizontalLayout_16") No newline at end of file
444 self.horizontalLayout_16.setObjectName("horizontalLayout_16")
440 self.label = QtGui.QLabel(self.tabStatus) No newline at end of file
445 self.label = QtGui.QLabel(self.tabStatus)
441 self.label.setObjectName("label") No newline at end of file
446 self.label.setObjectName("label")
442 self.horizontalLayout_16.addWidget(self.label) No newline at end of file
447 self.horizontalLayout_16.addWidget(self.label)
443 spacerItem12 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
448 spacerItem12 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
444 self.horizontalLayout_16.addItem(spacerItem12) No newline at end of file
449 self.horizontalLayout_16.addItem(spacerItem12)
445 self.verticalLayout_4.addLayout(self.horizontalLayout_16) No newline at end of file
450 self.verticalLayout_4.addLayout(self.horizontalLayout_16)
446 self.horizontalLayout_17 = QtGui.QHBoxLayout() No newline at end of file
451 self.horizontalLayout_17 = QtGui.QHBoxLayout()
447 self.horizontalLayout_17.setObjectName("horizontalLayout_17") No newline at end of file
452 self.horizontalLayout_17.setObjectName("horizontalLayout_17")
448 spacerItem13 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Minimum) No newline at end of file
453 spacerItem13 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Minimum)
449 self.horizontalLayout_17.addItem(spacerItem13) No newline at end of file
454 self.horizontalLayout_17.addItem(spacerItem13)
450 self.txtTDpath = QtGui.QLineEdit(self.tabStatus) No newline at end of file
455 self.txtTDpath = QtGui.QLineEdit(self.tabStatus)
451 self.txtTDpath.setEnabled(False) No newline at end of file
456 self.txtTDpath.setEnabled(False)
452 self.txtTDpath.setObjectName("txtTDpath") No newline at end of file
457 self.txtTDpath.setObjectName("txtTDpath")
453 self.horizontalLayout_17.addWidget(self.txtTDpath) No newline at end of file
458 self.horizontalLayout_17.addWidget(self.txtTDpath)
454 self.btnTDpath = QtGui.QPushButton(self.tabStatus) No newline at end of file
459 self.btnTDpath = QtGui.QPushButton(self.tabStatus)
455 self.btnTDpath.setEnabled(False) No newline at end of file
460 self.btnTDpath.setEnabled(False)
456 self.btnTDpath.setObjectName("btnTDpath") No newline at end of file
461 self.btnTDpath.setObjectName("btnTDpath")
457 self.horizontalLayout_17.addWidget(self.btnTDpath) No newline at end of file
462 self.horizontalLayout_17.addWidget(self.btnTDpath)
458 self.verticalLayout_4.addLayout(self.horizontalLayout_17) No newline at end of file
463 self.verticalLayout_4.addLayout(self.horizontalLayout_17)
459 self.horizontalLayout_19 = QtGui.QHBoxLayout() No newline at end of file
464 self.horizontalLayout_19 = QtGui.QHBoxLayout()
460 self.horizontalLayout_19.setObjectName("horizontalLayout_19") No newline at end of file
465 self.horizontalLayout_19.setObjectName("horizontalLayout_19")
461 self.verticalLayout_26 = QtGui.QVBoxLayout() No newline at end of file
466 self.verticalLayout_26 = QtGui.QVBoxLayout()
462 self.verticalLayout_26.setObjectName("verticalLayout_26") No newline at end of file
467 self.verticalLayout_26.setObjectName("verticalLayout_26")
463 spacerItem14 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
468 spacerItem14 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
464 self.verticalLayout_26.addItem(spacerItem14) No newline at end of file
469 self.verticalLayout_26.addItem(spacerItem14)
465 self.lblSTATUS_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
470 self.lblSTATUS_2 = QtGui.QLabel(self.tabStatus)
466 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) No newline at end of file
471 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred)
467 sizePolicy.setHorizontalStretch(0) No newline at end of file
472 sizePolicy.setHorizontalStretch(0)
468 sizePolicy.setVerticalStretch(0) No newline at end of file
473 sizePolicy.setVerticalStretch(0)
469 sizePolicy.setHeightForWidth(self.lblSTATUS_2.sizePolicy().hasHeightForWidth()) No newline at end of file
474 sizePolicy.setHeightForWidth(self.lblSTATUS_2.sizePolicy().hasHeightForWidth())
470 self.lblSTATUS_2.setSizePolicy(sizePolicy) No newline at end of file
475 self.lblSTATUS_2.setSizePolicy(sizePolicy)
471 self.lblSTATUS_2.setObjectName("lblSTATUS_2") No newline at end of file
476 self.lblSTATUS_2.setObjectName("lblSTATUS_2")
472 self.verticalLayout_26.addWidget(self.lblSTATUS_2) No newline at end of file
477 self.verticalLayout_26.addWidget(self.lblSTATUS_2)
473 self.horizontalLayout_19.addLayout(self.verticalLayout_26) No newline at end of file
478 self.horizontalLayout_19.addLayout(self.verticalLayout_26)
474 self.verticalLayout_27 = QtGui.QVBoxLayout() No newline at end of file
479 self.verticalLayout_27 = QtGui.QVBoxLayout()
475 self.verticalLayout_27.setObjectName("verticalLayout_27") No newline at end of file
480 self.verticalLayout_27.setObjectName("verticalLayout_27")
476 self.lblDevA_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
481 self.lblDevA_2 = QtGui.QLabel(self.tabStatus)
477 self.lblDevA_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
482 self.lblDevA_2.setAlignment(QtCore.Qt.AlignCenter)
478 self.lblDevA_2.setObjectName("lblDevA_2") No newline at end of file
483 self.lblDevA_2.setObjectName("lblDevA_2")
479 self.verticalLayout_27.addWidget(self.lblDevA_2) No newline at end of file
484 self.verticalLayout_27.addWidget(self.lblDevA_2)
480 self.txtCHstatusA = QtGui.QLineEdit(self.tabStatus) No newline at end of file
485 self.txtCHstatusA = QtGui.QLineEdit(self.tabStatus)
481 self.txtCHstatusA.setReadOnly(True) No newline at end of file
486 self.txtCHstatusA.setReadOnly(True)
482 self.txtCHstatusA.setObjectName("txtCHstatusA") No newline at end of file
487 self.txtCHstatusA.setObjectName("txtCHstatusA")
483 self.verticalLayout_27.addWidget(self.txtCHstatusA) No newline at end of file
488 self.verticalLayout_27.addWidget(self.txtCHstatusA)
484 self.horizontalLayout_19.addLayout(self.verticalLayout_27) No newline at end of file
489 self.horizontalLayout_19.addLayout(self.verticalLayout_27)
485 self.verticalLayout_28 = QtGui.QVBoxLayout() No newline at end of file
490 self.verticalLayout_28 = QtGui.QVBoxLayout()
486 self.verticalLayout_28.setObjectName("verticalLayout_28") No newline at end of file
491 self.verticalLayout_28.setObjectName("verticalLayout_28")
487 self.lblDevB_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
492 self.lblDevB_2 = QtGui.QLabel(self.tabStatus)
488 self.lblDevB_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
493 self.lblDevB_2.setAlignment(QtCore.Qt.AlignCenter)
489 self.lblDevB_2.setObjectName("lblDevB_2") No newline at end of file
494 self.lblDevB_2.setObjectName("lblDevB_2")
490 self.verticalLayout_28.addWidget(self.lblDevB_2) No newline at end of file
495 self.verticalLayout_28.addWidget(self.lblDevB_2)
491 self.txtCHstatusB = QtGui.QLineEdit(self.tabStatus) No newline at end of file
496 self.txtCHstatusB = QtGui.QLineEdit(self.tabStatus)
492 self.txtCHstatusB.setReadOnly(True) No newline at end of file
497 self.txtCHstatusB.setReadOnly(True)
493 self.txtCHstatusB.setObjectName("txtCHstatusB") No newline at end of file
498 self.txtCHstatusB.setObjectName("txtCHstatusB")
494 self.verticalLayout_28.addWidget(self.txtCHstatusB) No newline at end of file
499 self.verticalLayout_28.addWidget(self.txtCHstatusB)
495 self.horizontalLayout_19.addLayout(self.verticalLayout_28) No newline at end of file
500 self.horizontalLayout_19.addLayout(self.verticalLayout_28)
496 self.verticalLayout_29 = QtGui.QVBoxLayout() No newline at end of file
501 self.verticalLayout_29 = QtGui.QVBoxLayout()
497 self.verticalLayout_29.setObjectName("verticalLayout_29") No newline at end of file
502 self.verticalLayout_29.setObjectName("verticalLayout_29")
498 self.lblDevC_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
503 self.lblDevC_2 = QtGui.QLabel(self.tabStatus)
499 self.lblDevC_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
504 self.lblDevC_2.setAlignment(QtCore.Qt.AlignCenter)
500 self.lblDevC_2.setObjectName("lblDevC_2") No newline at end of file
505 self.lblDevC_2.setObjectName("lblDevC_2")
501 self.verticalLayout_29.addWidget(self.lblDevC_2) No newline at end of file
506 self.verticalLayout_29.addWidget(self.lblDevC_2)
502 self.txtCHstatusC = QtGui.QLineEdit(self.tabStatus) No newline at end of file
507 self.txtCHstatusC = QtGui.QLineEdit(self.tabStatus)
503 self.txtCHstatusC.setReadOnly(True) No newline at end of file
508 self.txtCHstatusC.setReadOnly(True)
504 self.txtCHstatusC.setObjectName("txtCHstatusC") No newline at end of file
509 self.txtCHstatusC.setObjectName("txtCHstatusC")
505 self.verticalLayout_29.addWidget(self.txtCHstatusC) No newline at end of file
510 self.verticalLayout_29.addWidget(self.txtCHstatusC)
506 self.horizontalLayout_19.addLayout(self.verticalLayout_29) No newline at end of file
511 self.horizontalLayout_19.addLayout(self.verticalLayout_29)
507 self.verticalLayout_30 = QtGui.QVBoxLayout() No newline at end of file
512 self.verticalLayout_30 = QtGui.QVBoxLayout()
508 self.verticalLayout_30.setObjectName("verticalLayout_30") No newline at end of file
513 self.verticalLayout_30.setObjectName("verticalLayout_30")
509 self.lblDevD_2 = QtGui.QLabel(self.tabStatus) No newline at end of file
514 self.lblDevD_2 = QtGui.QLabel(self.tabStatus)
510 self.lblDevD_2.setAlignment(QtCore.Qt.AlignCenter) No newline at end of file
515 self.lblDevD_2.setAlignment(QtCore.Qt.AlignCenter)
511 self.lblDevD_2.setObjectName("lblDevD_2") No newline at end of file
516 self.lblDevD_2.setObjectName("lblDevD_2")
512 self.verticalLayout_30.addWidget(self.lblDevD_2) No newline at end of file
517 self.verticalLayout_30.addWidget(self.lblDevD_2)
513 self.txtCHstatusD = QtGui.QLineEdit(self.tabStatus) No newline at end of file
518 self.txtCHstatusD = QtGui.QLineEdit(self.tabStatus)
514 self.txtCHstatusD.setReadOnly(True) No newline at end of file
519 self.txtCHstatusD.setReadOnly(True)
515 self.txtCHstatusD.setObjectName("txtCHstatusD") No newline at end of file
520 self.txtCHstatusD.setObjectName("txtCHstatusD")
516 self.verticalLayout_30.addWidget(self.txtCHstatusD) No newline at end of file
521 self.verticalLayout_30.addWidget(self.txtCHstatusD)
517 self.horizontalLayout_19.addLayout(self.verticalLayout_30) No newline at end of file
522 self.horizontalLayout_19.addLayout(self.verticalLayout_30)
518 self.verticalLayout_4.addLayout(self.horizontalLayout_19) No newline at end of file
523 self.verticalLayout_4.addLayout(self.horizontalLayout_19)
519 self.horizontalLayout_20 = QtGui.QHBoxLayout() No newline at end of file
524 self.horizontalLayout_20 = QtGui.QHBoxLayout()
520 self.horizontalLayout_20.setObjectName("horizontalLayout_20") No newline at end of file
525 self.horizontalLayout_20.setObjectName("horizontalLayout_20")
521 spacerItem15 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum) No newline at end of file
526 spacerItem15 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Minimum)
522 self.horizontalLayout_20.addItem(spacerItem15) No newline at end of file
527 self.horizontalLayout_20.addItem(spacerItem15)
523 self.chkCheck = QtGui.QCheckBox(self.tabStatus) No newline at end of file
528 self.chkCheck = QtGui.QCheckBox(self.tabStatus)
524 self.chkCheck.setEnabled(True) No newline at end of file
529 self.chkCheck.setEnabled(True)
525 self.chkCheck.setObjectName("chkCheck") No newline at end of file
530 self.chkCheck.setObjectName("chkCheck")
526 self.horizontalLayout_20.addWidget(self.chkCheck) No newline at end of file
531 self.horizontalLayout_20.addWidget(self.chkCheck)
527 spacerItem16 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) No newline at end of file
532 spacerItem16 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
528 self.horizontalLayout_20.addItem(spacerItem16) No newline at end of file
533 self.horizontalLayout_20.addItem(spacerItem16)
529 self.btnCHstart = QtGui.QPushButton(self.tabStatus) No newline at end of file
534 self.btnCHstart = QtGui.QPushButton(self.tabStatus)
530 self.btnCHstart.setEnabled(False) No newline at end of file
535 self.btnCHstart.setEnabled(False)
531 self.btnCHstart.setObjectName("btnCHstart") No newline at end of file
536 self.btnCHstart.setObjectName("btnCHstart")
532 self.horizontalLayout_20.addWidget(self.btnCHstart) No newline at end of file
537 self.horizontalLayout_20.addWidget(self.btnCHstart)
533 self.verticalLayout_4.addLayout(self.horizontalLayout_20) No newline at end of file
538 self.verticalLayout_4.addLayout(self.horizontalLayout_20)
534 self.widget_2 = QtGui.QWidget(self.tabStatus) No newline at end of file
539 self.widget_2 = QtGui.QWidget(self.tabStatus)
535 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) No newline at end of file
540 sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
536 sizePolicy.setHorizontalStretch(0) No newline at end of file
541 sizePolicy.setHorizontalStretch(0)
537 sizePolicy.setVerticalStretch(0) No newline at end of file
542 sizePolicy.setVerticalStretch(0)
538 sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth()) No newline at end of file
543 sizePolicy.setHeightForWidth(self.widget_2.sizePolicy().hasHeightForWidth())
539 self.widget_2.setSizePolicy(sizePolicy) No newline at end of file
544 self.widget_2.setSizePolicy(sizePolicy)
540 self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215)) No newline at end of file
545 self.widget_2.setMaximumSize(QtCore.QSize(500, 16777215))
541 self.widget_2.setObjectName("widget_2") No newline at end of file
546 self.widget_2.setObjectName("widget_2")
542 self.gridLayout_2 = QtGui.QGridLayout(self.widget_2) No newline at end of file
547 self.gridLayout_2 = QtGui.QGridLayout(self.widget_2)
543 self.gridLayout_2.setObjectName("gridLayout_2") No newline at end of file
548 self.gridLayout_2.setObjectName("gridLayout_2")
544 self.verticalLayout_4.addWidget(self.widget_2) No newline at end of file
549 self.verticalLayout_4.addWidget(self.widget_2)
545 self.tabWidget.addTab(self.tabStatus, "") No newline at end of file
550 self.tabWidget.addTab(self.tabStatus, "")
546 self.verticalLayout.addWidget(self.tabWidget) No newline at end of file
551 self.verticalLayout.addWidget(self.tabWidget)
547 self.txtInfo = QtGui.QTextEdit(self.centralwidget) No newline at end of file
552 self.txtInfo = QtGui.QTextEdit(self.centralwidget)
548 self.txtInfo.setReadOnly(True) No newline at end of file
553 self.txtInfo.setReadOnly(True)
549 self.txtInfo.setObjectName("txtInfo") No newline at end of file
554 self.txtInfo.setObjectName("txtInfo")
550 self.verticalLayout.addWidget(self.txtInfo) No newline at end of file
555 self.verticalLayout.addWidget(self.txtInfo)
551 self.horizontalLayout_2 = QtGui.QHBoxLayout() No newline at end of file
556 self.horizontalLayout_2 = QtGui.QHBoxLayout()
552 self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint) No newline at end of file
557 self.horizontalLayout_2.setSizeConstraint(QtGui.QLayout.SetDefaultConstraint)
553 self.horizontalLayout_2.setObjectName("horizontalLayout_2") No newline at end of file
558 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
554 self.btnGbkp = QtGui.QPushButton(self.centralwidget) No newline at end of file
559 self.btnGbkp = QtGui.QPushButton(self.centralwidget)
555 self.btnGbkp.setEnabled(False) No newline at end of file
560 self.btnGbkp.setEnabled(False)
556 self.btnGbkp.setObjectName("btnGbkp") No newline at end of file
561 self.btnGbkp.setObjectName("btnGbkp")
557 self.horizontalLayout_2.addWidget(self.btnGbkp) No newline at end of file
562 self.horizontalLayout_2.addWidget(self.btnGbkp)
558 self.btnRestart = QtGui.QPushButton(self.centralwidget) No newline at end of file
563 self.btnRestart = QtGui.QPushButton(self.centralwidget)
559 self.btnRestart.setEnabled(False) No newline at end of file
564 self.btnRestart.setEnabled(False)
560 self.btnRestart.setObjectName("btnRestart") No newline at end of file
565 self.btnRestart.setObjectName("btnRestart")
561 self.horizontalLayout_2.addWidget(self.btnRestart) No newline at end of file
566 self.horizontalLayout_2.addWidget(self.btnRestart)
562 self.btnStartburn = QtGui.QPushButton(self.centralwidget) No newline at end of file
567 self.btnStartburn = QtGui.QPushButton(self.centralwidget)
563 self.btnStartburn.setEnabled(False) No newline at end of file
568 self.btnStartburn.setEnabled(False)
564 self.btnStartburn.setObjectName("btnStartburn") No newline at end of file
569 self.btnStartburn.setObjectName("btnStartburn")
565 self.horizontalLayout_2.addWidget(self.btnStartburn) No newline at end of file
570 self.horizontalLayout_2.addWidget(self.btnStartburn)
566 self.btnStopburn = QtGui.QPushButton(self.centralwidget) No newline at end of file
571 self.btnStopburn = QtGui.QPushButton(self.centralwidget)
567 self.btnStopburn.setEnabled(False) No newline at end of file
572 self.btnStopburn.setEnabled(False)
568 self.btnStopburn.setObjectName("btnStopburn") No newline at end of file
573 self.btnStopburn.setObjectName("btnStopburn")
569 self.horizontalLayout_2.addWidget(self.btnStopburn) No newline at end of file
574 self.horizontalLayout_2.addWidget(self.btnStopburn)
570 self.verticalLayout.addLayout(self.horizontalLayout_2) No newline at end of file
575 self.verticalLayout.addLayout(self.horizontalLayout_2)
571 MainWindow.setCentralWidget(self.centralwidget) No newline at end of file
576 MainWindow.setCentralWidget(self.centralwidget)
572 self.menubar = QtGui.QMenuBar(MainWindow)
577 self.menubar = QtGui.QMenuBar(MainWindow)
No newline at end of file
578 self.menubar.setGeometry(QtCore.QRect(0, 0, 824, 25)) No newline at end of file
573 self.menubar.setGeometry(QtCore.QRect(0, 0, 613, 21)) No newline at end of file
574 self.menubar.setObjectName("menubar")
579 self.menubar.setObjectName("menubar")
No newline at end of file
575 self.menuParameters = QtGui.QMenu(self.menubar)
No newline at end of file
576 self.menuParameters.setObjectName("menuParameters") No newline at end of file
577 self.menuFile = QtGui.QMenu(self.menubar) No newline at end of file
580 self.menuFile = QtGui.QMenu(self.menubar)
578 self.menuFile.setObjectName("menuFile") No newline at end of file
581 self.menuFile.setObjectName("menuFile")
579 self.menuHelp = QtGui.QMenu(self.menubar) No newline at end of file
582 self.menuHelp = QtGui.QMenu(self.menubar)
580 self.menuHelp.setObjectName("menuHelp") No newline at end of file
583 self.menuHelp.setObjectName("menuHelp")
584 self.menuParameters = QtGui.QMenu(self.menubar)
No newline at end of file
585 self.menuParameters.setObjectName("menuParameters") No newline at end of file
581 MainWindow.setMenuBar(self.menubar) No newline at end of file
586 MainWindow.setMenuBar(self.menubar)
582 self.statusbar = QtGui.QStatusBar(MainWindow) No newline at end of file
587 self.statusbar = QtGui.QStatusBar(MainWindow)
583 self.statusbar.setObjectName("statusbar") No newline at end of file
588 self.statusbar.setObjectName("statusbar")
584 MainWindow.setStatusBar(self.statusbar) No newline at end of file
589 MainWindow.setStatusBar(self.statusbar)
585 self.actionChange_Parameters = QtGui.QAction(MainWindow)
590 self.actionChange_Parameters = QtGui.QAction(MainWindow)
No newline at end of file
591 self.actionChange_Parameters.setEnabled(False) No newline at end of file
586 self.actionChange_Parameters.setEnabled(True) No newline at end of file
587 self.actionChange_Parameters.setObjectName("actionChange_Parameters") No newline at end of file
592 self.actionChange_Parameters.setObjectName("actionChange_Parameters")
588 self.actionQuit = QtGui.QAction(MainWindow) No newline at end of file
593 self.actionQuit = QtGui.QAction(MainWindow)
589 self.actionQuit.setObjectName("actionQuit") No newline at end of file
594 self.actionQuit.setObjectName("actionQuit")
590 self.actionAbout = QtGui.QAction(MainWindow) No newline at end of file
595 self.actionAbout = QtGui.QAction(MainWindow)
591 self.actionAbout.setObjectName("actionAbout")
596 self.actionAbout.setObjectName("actionAbout")
No newline at end of file
592 self.menuParameters.addAction(self.actionChange_Parameters) No newline at end of file
593 self.menuFile.addAction(self.actionQuit) No newline at end of file
597 self.menuFile.addAction(self.actionQuit)
594 self.menuHelp.addAction(self.actionAbout) No newline at end of file
598 self.menuHelp.addAction(self.actionAbout)
599 self.menuParameters.addAction(self.actionChange_Parameters) No newline at end of file
595 self.menubar.addAction(self.menuFile.menuAction()) No newline at end of file
600 self.menubar.addAction(self.menuFile.menuAction())
596 self.menubar.addAction(self.menuParameters.menuAction()) No newline at end of file
601 self.menubar.addAction(self.menuParameters.menuAction())
597 self.menubar.addAction(self.menuHelp.menuAction()) No newline at end of file
602 self.menubar.addAction(self.menuHelp.menuAction())
598 No newline at end of file
603
599 self.retranslateUi(MainWindow) No newline at end of file
604 self.retranslateUi(MainWindow)
600 self.tabWidget.setCurrentIndex(0) No newline at end of file
605 self.tabWidget.setCurrentIndex(0)
601 self.lstDcapacity.setCurrentIndex(2) No newline at end of file
606 self.lstDcapacity.setCurrentIndex(2)
602 QtCore.QObject.connect(self.actionQuit, QtCore.SIGNAL("triggered()"), MainWindow.close) No newline at end of file
607 QtCore.QObject.connect(self.actionQuit, QtCore.SIGNAL("triggered()"), MainWindow.close)
603 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.txtTDpath.setEnabled) No newline at end of file
608 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.txtTDpath.setEnabled)
604 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnTDpath.setEnabled) No newline at end of file
609 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnTDpath.setEnabled)
605 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnCHstart.setEnabled) No newline at end of file
610 QtCore.QObject.connect(self.chkCheck, QtCore.SIGNAL("toggled(bool)"), self.btnCHstart.setEnabled)
606 QtCore.QObject.connect(self.chkDevD, QtCore.SIGNAL("toggled(bool)"), self.grpDevD.setEnabled) No newline at end of file
611 QtCore.QObject.connect(self.chkDevD, QtCore.SIGNAL("toggled(bool)"), self.grpDevD.setEnabled)
607 QtCore.QObject.connect(self.chkDevB, QtCore.SIGNAL("toggled(bool)"), self.grpDevB.setEnabled) No newline at end of file
612 QtCore.QObject.connect(self.chkDevB, QtCore.SIGNAL("toggled(bool)"), self.grpDevB.setEnabled)
608 QtCore.QObject.connect(self.chkDevC, QtCore.SIGNAL("toggled(bool)"), self.grpDevC.setEnabled) No newline at end of file
613 QtCore.QObject.connect(self.chkDevC, QtCore.SIGNAL("toggled(bool)"), self.grpDevC.setEnabled)
609 QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.grpDevA.setEnabled) No newline at end of file
614 QtCore.QObject.connect(self.chkDevA, QtCore.SIGNAL("toggled(bool)"), self.grpDevA.setEnabled)
610 QtCore.QMetaObject.connectSlotsByName(MainWindow) No newline at end of file
615 QtCore.QMetaObject.connectSlotsByName(MainWindow)
611 MainWindow.setTabOrder(self.txtDpath, self.btnDpath) No newline at end of file
616 MainWindow.setTabOrder(self.txtDpath, self.btnDpath)
612 MainWindow.setTabOrder(self.btnDpath, self.txtRpath) No newline at end of file
617 MainWindow.setTabOrder(self.btnDpath, self.txtRpath)
613 MainWindow.setTabOrder(self.txtRpath, self.btnRpath) No newline at end of file
618 MainWindow.setTabOrder(self.txtRpath, self.btnRpath)
614 MainWindow.setTabOrder(self.btnRpath, self.lstDtype) No newline at end of file
619 MainWindow.setTabOrder(self.btnRpath, self.lstDtype)
615 MainWindow.setTabOrder(self.lstDtype, self.txtDtype) No newline at end of file
620 MainWindow.setTabOrder(self.lstDtype, self.txtDtype)
616 MainWindow.setTabOrder(self.txtDtype, self.txtElabel) No newline at end of file
621 MainWindow.setTabOrder(self.txtDtype, self.txtElabel)
617 MainWindow.setTabOrder(self.txtElabel, self.lstStartDay) No newline at end of file
622 MainWindow.setTabOrder(self.txtElabel, self.lstStartDay)
618 MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay) No newline at end of file
623 MainWindow.setTabOrder(self.lstStartDay, self.lstStopDay)
619 MainWindow.setTabOrder(self.lstStopDay, self.lstDcapacity) No newline at end of file
624 MainWindow.setTabOrder(self.lstStopDay, self.lstDcapacity)
620 MainWindow.setTabOrder(self.lstDcapacity, self.tabWidget) No newline at end of file
625 MainWindow.setTabOrder(self.lstDcapacity, self.tabWidget)
621 MainWindow.setTabOrder(self.tabWidget, self.btnGbkp) No newline at end of file
626 MainWindow.setTabOrder(self.tabWidget, self.btnGbkp)
622 MainWindow.setTabOrder(self.btnGbkp, self.btnRestart) No newline at end of file
627 MainWindow.setTabOrder(self.btnGbkp, self.btnRestart)
623 MainWindow.setTabOrder(self.btnRestart, self.btnStartburn) No newline at end of file
628 MainWindow.setTabOrder(self.btnRestart, self.btnStartburn)
624 MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn) No newline at end of file
629 MainWindow.setTabOrder(self.btnStartburn, self.btnStopburn)
625 No newline at end of file
630
626 def retranslateUi(self, MainWindow): No newline at end of file
631 def retranslateUi(self, MainWindow):
627 MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
632 MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8))
628 self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
633 self.btnDpath.setText(QtGui.QApplication.translate("MainWindow", "Data Path", None, QtGui.QApplication.UnicodeUTF8))
629 self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
634 self.btnRpath.setText(QtGui.QApplication.translate("MainWindow", "Resource Path", None, QtGui.QApplication.UnicodeUTF8))
630 self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
635 self.lblDtype.setText(QtGui.QApplication.translate("MainWindow", "Data Type", None, QtGui.QApplication.UnicodeUTF8))
631 self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
636 self.lstDtype.setItemText(0, QtGui.QApplication.translate("MainWindow", "Raw Data", None, QtGui.QApplication.UnicodeUTF8))
632 self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
637 self.lstDtype.setItemText(1, QtGui.QApplication.translate("MainWindow", "Process Data", None, QtGui.QApplication.UnicodeUTF8))
633 self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
638 self.lstDtype.setItemText(2, QtGui.QApplication.translate("MainWindow", "BLTR Data", None, QtGui.QApplication.UnicodeUTF8))
634 self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
639 self.lstDtype.setItemText(3, QtGui.QApplication.translate("MainWindow", "Other", None, QtGui.QApplication.UnicodeUTF8))
635 self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
640 self.txtDtype.setText(QtGui.QApplication.translate("MainWindow", "r", None, QtGui.QApplication.UnicodeUTF8))
636 self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
641 self.lblElabel.setText(QtGui.QApplication.translate("MainWindow", "Exp. Label at device", None, QtGui.QApplication.UnicodeUTF8))
637 self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
642 self.lblCopys.setText(QtGui.QApplication.translate("MainWindow", "Copys", None, QtGui.QApplication.UnicodeUTF8))
638 self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
643 self.lblStartDay.setText(QtGui.QApplication.translate("MainWindow", "Start Day:", None, QtGui.QApplication.UnicodeUTF8))
639 self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
644 self.lblStopDay.setText(QtGui.QApplication.translate("MainWindow", "Stop Day:", None, QtGui.QApplication.UnicodeUTF8))
640 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
645 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabParameters), QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8))
641 self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
646 self.chkDevA.setText(QtGui.QApplication.translate("MainWindow", "Dev A", None, QtGui.QApplication.UnicodeUTF8))
642 self.txtBmodeA.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
647 self.txtBmodeA.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8))
643 self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
648 self.btnTdevA.setText(QtGui.QApplication.translate("MainWindow", "Test DevA", None, QtGui.QApplication.UnicodeUTF8))
644 self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
649 self.chkDevB.setText(QtGui.QApplication.translate("MainWindow", "Dev B", None, QtGui.QApplication.UnicodeUTF8))
645 self.txtBmodeB.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
650 self.txtBmodeB.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8))
646 self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
651 self.btnTdevB.setText(QtGui.QApplication.translate("MainWindow", "Test DevB", None, QtGui.QApplication.UnicodeUTF8))
647 self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
652 self.chkDevC.setText(QtGui.QApplication.translate("MainWindow", "Dev C", None, QtGui.QApplication.UnicodeUTF8))
648 self.txtBmodeC.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
653 self.txtBmodeC.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8))
649 self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
654 self.btnTdevC.setText(QtGui.QApplication.translate("MainWindow", "Test DevC", None, QtGui.QApplication.UnicodeUTF8))
650 self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
655 self.chkDevD.setText(QtGui.QApplication.translate("MainWindow", "Dev D", None, QtGui.QApplication.UnicodeUTF8))
651 self.txtBmodeD.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
656 self.txtBmodeD.setText(QtGui.QApplication.translate("MainWindow", "-sao", None, QtGui.QApplication.UnicodeUTF8))
652 self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
657 self.btnTdevD.setText(QtGui.QApplication.translate("MainWindow", "Test DevD", None, QtGui.QApplication.UnicodeUTF8))
653 self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
658 self.lblDevice.setText(QtGui.QApplication.translate("MainWindow", "Device", None, QtGui.QApplication.UnicodeUTF8))
654 self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
659 self.lblBspeed.setText(QtGui.QApplication.translate("MainWindow", "Burn Speed", None, QtGui.QApplication.UnicodeUTF8))
655 self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
660 self.lblBmode.setText(QtGui.QApplication.translate("MainWindow", "Burn Mode", None, QtGui.QApplication.UnicodeUTF8))
656 self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
661 self.lblDcapacity.setText(QtGui.QApplication.translate("MainWindow", "Device Capacity", None, QtGui.QApplication.UnicodeUTF8))
657 self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
662 self.lstDcapacity.setItemText(0, QtGui.QApplication.translate("MainWindow", "BluRay [25.0 GB]", None, QtGui.QApplication.UnicodeUTF8))
658 self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
663 self.lstDcapacity.setItemText(1, QtGui.QApplication.translate("MainWindow", "DVD2 [8.5 GB]", None, QtGui.QApplication.UnicodeUTF8))
659 self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
664 self.lstDcapacity.setItemText(2, QtGui.QApplication.translate("MainWindow", "DVD1 [4.7 GB]", None, QtGui.QApplication.UnicodeUTF8))
660 self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
665 self.lstDcapacity.setItemText(3, QtGui.QApplication.translate("MainWindow", "CD [0.7 GB]", None, QtGui.QApplication.UnicodeUTF8))
661 self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? MB]", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
666 self.lstDcapacity.setItemText(4, QtGui.QApplication.translate("MainWindow", "Other [? MB]", None, QtGui.QApplication.UnicodeUTF8))
662 self.lblPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
667 self.lblPSgraphic.setText(QtGui.QApplication.translate("MainWindow", "PS Graphic", None, QtGui.QApplication.UnicodeUTF8))
663 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
668 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabDconfig), QtGui.QApplication.translate("MainWindow", "Device Config.", None, QtGui.QApplication.UnicodeUTF8))
664 self.label_4.setText(QtGui.QApplication.translate("MainWindow", "BURN", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
669 self.label_4.setText(QtGui.QApplication.translate("MainWindow", "BURN", None, QtGui.QApplication.UnicodeUTF8))
665 self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
670 self.lblSTATUS.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8))
666 self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "DISC", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
671 self.lblINFO.setText(QtGui.QApplication.translate("MainWindow", "DISC", None, QtGui.QApplication.UnicodeUTF8))
667 self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "COPY", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
672 self.lblSET.setText(QtGui.QApplication.translate("MainWindow", "COPY", None, QtGui.QApplication.UnicodeUTF8))
668 self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
673 self.lblDevA.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8))
669 self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
674 self.lblDevB.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8))
670 self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
675 self.lblDevC.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8))
671 self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
676 self.lblDevD.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8))
672 self.label.setText(QtGui.QApplication.translate("MainWindow", "CHECK", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
677 self.label.setText(QtGui.QApplication.translate("MainWindow", "CHECK", None, QtGui.QApplication.UnicodeUTF8))
673 self.btnTDpath.setText(QtGui.QApplication.translate("MainWindow", "Temp Data Path", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
678 self.btnTDpath.setText(QtGui.QApplication.translate("MainWindow", "Temp Data Path", None, QtGui.QApplication.UnicodeUTF8))
674 self.lblSTATUS_2.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
679 self.lblSTATUS_2.setText(QtGui.QApplication.translate("MainWindow", "STATUS", None, QtGui.QApplication.UnicodeUTF8))
675 self.lblDevA_2.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
680 self.lblDevA_2.setText(QtGui.QApplication.translate("MainWindow", "DEV A", None, QtGui.QApplication.UnicodeUTF8))
676 self.lblDevB_2.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
681 self.lblDevB_2.setText(QtGui.QApplication.translate("MainWindow", "DEV B", None, QtGui.QApplication.UnicodeUTF8))
677 self.lblDevC_2.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
682 self.lblDevC_2.setText(QtGui.QApplication.translate("MainWindow", "DEV C", None, QtGui.QApplication.UnicodeUTF8))
678 self.lblDevD_2.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
683 self.lblDevD_2.setText(QtGui.QApplication.translate("MainWindow", "DEV D", None, QtGui.QApplication.UnicodeUTF8))
679 self.chkCheck.setText(QtGui.QApplication.translate("MainWindow", "MANUAL", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
684 self.chkCheck.setText(QtGui.QApplication.translate("MainWindow", "MANUAL", None, QtGui.QApplication.UnicodeUTF8))
680 self.btnCHstart.setText(QtGui.QApplication.translate("MainWindow", "START", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
685 self.btnCHstart.setText(QtGui.QApplication.translate("MainWindow", "START", None, QtGui.QApplication.UnicodeUTF8))
681 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabStatus), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
686 self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabStatus), QtGui.QApplication.translate("MainWindow", "Status Burn", None, QtGui.QApplication.UnicodeUTF8))
682 self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
687 self.btnGbkp.setText(QtGui.QApplication.translate("MainWindow", "Generate Bkp", None, QtGui.QApplication.UnicodeUTF8))
683 self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
688 self.btnRestart.setText(QtGui.QApplication.translate("MainWindow", "Restart", None, QtGui.QApplication.UnicodeUTF8))
684 self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
689 self.btnStartburn.setText(QtGui.QApplication.translate("MainWindow", "Start Burn", None, QtGui.QApplication.UnicodeUTF8))
685 self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8))
690 self.btnStopburn.setText(QtGui.QApplication.translate("MainWindow", "Stop Burn", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
686 self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
687 self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
691 self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8))
688 self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
692 self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))
693 self.menuParameters.setTitle(QtGui.QApplication.translate("MainWindow", "Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
689 self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
694 self.actionChange_Parameters.setText(QtGui.QApplication.translate("MainWindow", "Change Parameters", None, QtGui.QApplication.UnicodeUTF8))
690 self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8))
695 self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8))
No newline at end of file
696 self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
691 self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About JRO BACKUP MANAGER", None, QtGui.QApplication.UnicodeUTF8)) No newline at end of file
692 No newline at end of file
697
693 No newline at end of file
698
694 if __name__ == "__main__": No newline at end of file
699 if __name__ == "__main__":
695 import sys No newline at end of file
700 import sys
696 app = QtGui.QApplication(sys.argv) No newline at end of file
701 app = QtGui.QApplication(sys.argv)
697 MainWindow = QtGui.QMainWindow() No newline at end of file
702 MainWindow = QtGui.QMainWindow()
698 ui = Ui_MainWindow() No newline at end of file
703 ui = Ui_MainWindow()
699 ui.setupUi(MainWindow) No newline at end of file
704 ui.setupUi(MainWindow)
700 MainWindow.show() No newline at end of file
705 MainWindow.show()
701 sys.exit(app.exec_()) No newline at end of file
706 sys.exit(app.exec_())
702 No newline at end of file
707
General Comments 0
You need to be logged in to leave comments. Login now