##// END OF EJS Templates
***
ralonso -
r20:21
parent child
Show More
@@ -196,14 +196,14
196 @pyqtSignature("") No newline at end of file
196 @pyqtSignature("")
197 def on_btnGbkp_clicked(self): No newline at end of file
197 def on_btnGbkp_clicked(self):
198 """
198 """
No newline at end of file
199 Cuando se presiona el boton Generate Bkp
199 Slot documentation goes here.
No newline at end of file
No newline at end of file
200 """
200 """ No newline at end of file
No newline at end of file
201
No newline at end of file
202 #CREA LAS CARPETAS "COMENTADO TEMPORALMENTE" No newline at end of file
201 var_dirs='/{gpath,iso,ppath}' No newline at end of file
203 var_dirs='/{gpath,iso,ppath}'
202 var_Rpath=self.txtRpath.text() No newline at end of file
204 var_Rpath=self.txtRpath.text()
203 var_cmd="mkdir "+str(var_Rpath)+str(var_dirs) No newline at end of file
205 var_cmd="mkdir "+str(var_Rpath)+str(var_dirs)
204 self.txtInfo.append(var_cmd)
206 self.txtInfo.append(var_cmd)
No newline at end of file
205
No newline at end of file
206 #CREA LAS CARPETAS "COMENTADO TEMPORALMENTE" No newline at end of file
207 #var_output=commands.getstatusoutput(var_cmd)[0] No newline at end of file
207 #var_output=commands.getstatusoutput(var_cmd)[0]
208 #if var_output != 0: No newline at end of file
208 #if var_output != 0:
209 # self.txtInfo.setText("No se pudieron crear los directorios, output_error:" + str(var_output)) No newline at end of file
209 # self.txtInfo.setText("No se pudieron crear los directorios, output_error:" + str(var_output))
@@ -17,6 +17,9
17 <layout class="QVBoxLayout" name="verticalLayout_3"> No newline at end of file
17 <layout class="QVBoxLayout" name="verticalLayout_3">
18 <item> No newline at end of file
18 <item>
19 <widget class="QTabWidget" name="tabWidget"> No newline at end of file
19 <widget class="QTabWidget" name="tabWidget">
20 <property name="enabled">
No newline at end of file
21 <bool>true</bool>
No newline at end of file
22 </property> No newline at end of file
20 <property name="sizePolicy"> No newline at end of file
23 <property name="sizePolicy">
21 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> No newline at end of file
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
22 <horstretch>0</horstretch> No newline at end of file
25 <horstretch>0</horstretch>
General Comments 0
You need to be logged in to leave comments. Login now