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